-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparamgroups.json
46 lines (46 loc) · 974 Bytes
/
paramgroups.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"name": "Basic Options",
"description": "Basic parameters used to run STplot",
"hidden": false,
"parameters": [
"input.file",
"genes",
"samples"
]
},
{
"name": "Display Options",
"description": "Options for customizing the look and feel of plots",
"hidden": false,
"parameters": [
"color.palette",
"colors",
"point.size"
]
},
{
"name": "Domain Options",
"description": "Options for plots utilizing spatial domain (clustering) data",
"hidden": true,
"parameters": [
"spatial.weights",
"dynamic.tree.cut",
"minimum.clusters",
"maximum.clusters",
"deep.split"
]
},
{
"name": "Grid Options",
"description": "Options for arranging the resulting plots in a grid",
"hidden": true,
"parameters": [
"display.in.grid",
"grid.rows",
"grid.columns",
"common.legend",
"legend.location"
]
}
]