Files
cellxgene/example-dataset/data_schema.json
Charlotte Weaver a3bf802aec Add example dataset
2018-07-06 16:03:24 -07:00

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
}
}