-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
23 lines (23 loc) · 976 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"accepts": ["ids"],
"classes": ["Gene"],
"columnMapping": {
"Gene": {
"id": "primaryIdentifier"
},
"Protein": {
"id": "primaryAccession"
}
},
"description" : "Square nodes represent genes from your list. Circular nodes represent pathway annotations for the genes in your list. Edges connect genes and pathways. By default only relationships where a gene is connected to more than one pathway are shown. To show all Gene-Pathway relationships for the genes in your list, toggle the “Shared nodes” slider. Pathway nodes are coloured according to the shared set of genes. To show gene-pathway relationships for specific pathways, select one or more pathways from the menu and press the “Filter” button.",
"files" : {
"css" : "dist/style.css",
"js" : "dist/bundle.js"
},
"threshold": 100,
"toolName" : {
"human" :"Gene Pathway Visualizer",
"cljs" :"bluegenesPathwayVisualizer"
},
"version": 2
}