mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
32 lines
616 B
JSON
32 lines
616 B
JSON
{
|
|
"CellName": {
|
|
"type": "string",
|
|
"variabletype": "categorical",
|
|
"displayname": "Name",
|
|
"include": true
|
|
},
|
|
"n_genes": {
|
|
"type": "int",
|
|
"variabletype": "continuous",
|
|
"displayname": "Num Genes",
|
|
"include": true
|
|
},
|
|
"percent_mito": {
|
|
"type": "float",
|
|
"variabletype": "continuous",
|
|
"displayname": "Mitochondrial Percentage",
|
|
"include": true
|
|
},
|
|
"n_counts": {
|
|
"type": "float",
|
|
"variabletype": "continuous",
|
|
"displayname": "Num Counts",
|
|
"include": true
|
|
},
|
|
"louvain": {
|
|
"type": "string",
|
|
"variabletype": "categorical",
|
|
"displayname": "Louvain Cluster",
|
|
"include": true
|
|
}
|
|
} |