-
Notifications
You must be signed in to change notification settings - Fork 0
/
appyter.json
30 lines (30 loc) · 921 Bytes
/
appyter.json
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
{
"$schema": "https://raw.githubusercontent.com/MaayanLab/appyter-catalog/main/schema/appyter-validator.json",
"name": "Xena_blitzGSEA",
"title": "Xena Gene Set Enrichment Analysis with blitzGSEA",
"version": "0.0.1",
"description": "Gene set enrichment analysis with blitzGSEA (computationally performant GSEA implementation developed by Maayan Lab) using data from the Xena browser.",
"image": "thumbnail.png",
"authors": [
{
"name": "Cally Lin",
"email": "[email protected]"
}
],
"url": "https://github.com/callylin/xena_blitzGSEA_appyter",
"tags": [
"Gene Set Enrichment Analysis",
"GSEA",
"Enrichr",
"Xena"
],
"license": "CC-BY-NC-SA-4.0",
"appyter": {
"file": "blitzGSEA_Analysis_Pipeline.ipynb",
"profile": "biojupies",
"extras": [
"toggle-code",
"hide-code"
]
}
}