mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-18 18:38:11 +08:00
* add layout to schema * add layout choice action and reducer * multi layout UI * update unit tests * add missing file * update test schema * fix duplicate test id * fix tabs * PR lint * fix pytest
61 lines
1018 B
JSON
61 lines
1018 B
JSON
{
|
|
"dataframe": {
|
|
"nObs": 2638,
|
|
"nVar": 1838,
|
|
"type": "float32"
|
|
},
|
|
"annotations": {
|
|
"obs": [
|
|
{
|
|
"name": "name",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "n_genes",
|
|
"type": "int32"
|
|
},
|
|
{
|
|
"name": "percent_mito",
|
|
"type": "float32"
|
|
},
|
|
{
|
|
"name": "n_counts",
|
|
"type": "float32"
|
|
},
|
|
{
|
|
"name": "louvain",
|
|
"type": "categorical",
|
|
"categories": [
|
|
"CD4 T cells",
|
|
"CD14+ Monocytes",
|
|
"B cells",
|
|
"CD8 T cells",
|
|
"NK cells",
|
|
"FCGR3A+ Monocytes",
|
|
"Dendritic cells",
|
|
"Megakaryocytes"
|
|
]
|
|
}
|
|
],
|
|
"var": [
|
|
{
|
|
"name": "name",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "n_cells",
|
|
"type": "int32"
|
|
}
|
|
]
|
|
},
|
|
"layout": {
|
|
"obs": [
|
|
{
|
|
"name": "umap",
|
|
"type": "float32",
|
|
"dims": ["umap_0", "umap_1"]
|
|
}
|
|
]
|
|
}
|
|
}
|