-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample response.json
More file actions
39 lines (39 loc) · 924 Bytes
/
Copy pathsample response.json
File metadata and controls
39 lines (39 loc) · 924 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
36
37
38
39
{
"code":true,
"data":[
{
"vid":2,
"id":2,
"name":"Pathway Enrichment",
"desc":null,
"chart_name":"SignedHeatmap",
"files":{
"heatmapData":{
"path":"/Pathway_enrichment/species_ko.cor.xls"
},
"groupData":{
"path":"/Pathway_enrichment/species.anno.xls"
},
"rowTreeData":{
"path":"/Pathway_enrichment/exported_tree.newick"
}
}
},
{
"vid":1,
"id":1,
"name":"Drug Use",
"desc":null,
"chart_name":"DiscreteHeatmap",
"files":{
"heatmapData":{
"path":[
"/drug_used/T1_sample.xls",
"/drug_used/T2_sample.xls",
"/drug_used/T3_sample.xls"
]
}
}
}
]
}