forked from yueqiw/shiny_cell_browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.json
37 lines (36 loc) · 950 Bytes
/
example_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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"data": [
{
"name": "My favorite sample",
"file": "path/to/seurat/data.rds",
"clusters": "res.1",
"embedding": "umap"
},
{
"name": "My 2nd favorite sample",
"file": "path/to/seurat/data.rds",
"clusters": "res.1",
"embedding": "tsne"
},
{
"name": "Sample 3",
"file": "path/to/seurat/data.rds",
"clusters": "res.1.2",
"embedding": "umap"
},
{
"name": "Sample 4",
"file": "path/to/seurat/data.rds",
"clusters": "res.0.8",
"embedding": "tsne"
}
],
"config": {
"startup_data1": 1,
"startup_data2": "none",
"startup_data3": "none",
"default_layout": "horizontal",
"default_viz_mode": "interactive",
"default_single_gene": "none"
}
}