mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
Add example dataset
This commit is contained in:
BIN
example-dataset/data.h5ad
Normal file
BIN
example-dataset/data.h5ad
Normal file
Binary file not shown.
32
example-dataset/data_schema.json
Normal file
32
example-dataset/data_schema.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user