-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappyter.json
More file actions
35 lines (35 loc) · 972 Bytes
/
appyter.json
File metadata and controls
35 lines (35 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://raw.githubusercontent.com/MaayanLab/appyter-catalog/main/schema/appyter-validator.json",
"name": "chea_kg_ts_appyter",
"title": "ChEA-KG-TS_Appyter",
"version": "0.0.1",
"description": "An Appyter that visualizes the enriched TFs at each time point from time series RNA-seq data using a regulatory subnetwork and UMAP plot.",
"image": "chea_kg_ts_appyter.png",
"authors": [
{
"name": "Andrew Van Dusen",
"email": "avandusen30@gmail.com"
}
],
"url": "https://github.com/MaayanLab/chea_kg_ts_appyter",
"tags": [
"Enrichment Analysis",
"Transcription Factors",
"Gene Regulatory Network",
"Time Series",
"RNA-seq",
"Differential Expression Analysis",
"ChEA-KG"
],
"license": "CC-BY-NC-SA-4.0",
"appyter": {
"file": "chea_kg_ts_appyter.ipynb",
"profile": "biojupies",
"extras": [
"ipywidgets",
"toggle-code",
"hide-code"
]
},
"public": true
}