mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
remove obsolete schema from example data (#315)
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user