Add example dataset

This commit is contained in:
Charlotte Weaver
2018-07-06 16:03:24 -07:00
parent 071c24d0f4
commit a3bf802aec
2 changed files with 32 additions and 0 deletions

BIN
example-dataset/data.h5ad Normal file

Binary file not shown.

View File

@@ -0,0 +1,32 @@
{
"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
}
}