remove obsolete schema from example data (#315)

This commit is contained in:
Bruce Martin
2018-10-11 13:02:28 -07:00
committed by GitHub
parent ab76c57fdb
commit ee0b066eb6

View File

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