forked from uc-bd2k/grtutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_Test.json
More file actions
27 lines (27 loc) · 778 Bytes
/
data_Test.json
File metadata and controls
27 lines (27 loc) · 778 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
{"datafile":["www/test.tsv"],
"description": ["<p>This is a test dataset</p>"],
"filterColumns":{},
"renameColumns":{},
"groupableColumns":["Cell","Drug","Density"],
"doseresponse":{
"xmin":["0"],"xmax":["0"],
"defaultChoicevar":["Cell"],
"defaultGroupingVars":["Drug"],
"EC50":["Value"],
"Einf":["Value"],
"HillSlope":["Value"],
"EC50_IC":["Value"],
"Einf_IC":["Value"],
"HillSlope_IC":["Value"],
"toggle":["1"],
"hideselector":["0"]
},
"scatterplot":{
"defaultChoicevar":["Cell"],
"defaultGroupingVars":["Drug"],
"GR50":["Value"],
"GRmax":["Value"],
"GRinf":["Value"],
"HillSlope":["Value"],
"hideselector":["0"]
}}