-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
23 lines (23 loc) · 927 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 GO term annotations for the genes in your list. Edges connect Genes and GO terms. By default, only relationships where a gene is connected to more than one GO term are shown. To show all Gene-GO term relationships for the genes in your list, toggle the “Shared nodes” slider. GO term nodes are coloured according to the shared set of genes. The network can be filtered according to specific Gene Ontology - molecular function, biological function or cellular component.",
"files": {
"css": "dist/style.css",
"js": "dist/bundle.js"
},
"threshold": 100,
"toolName": {
"human": "GO Concept Relation",
"cljs": "BlueGenesGoConceptRelation"
},
"version": 2
}