mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 21:37:59 +08:00
* enforce column name uniqueness for obs and var * parameterize the column name containing obs and var user-readable names * use the new annotation index value from schema * update f/e unit tests * PR review suggestions * lint
67 lines
1.2 KiB
JSON
67 lines
1.2 KiB
JSON
{
|
|
"dataframe": {
|
|
"nObs": 2638,
|
|
"nVar": 1838,
|
|
"type": "float32"
|
|
},
|
|
"annotations": {
|
|
"obs": {
|
|
"index": "name_0",
|
|
"columns": [
|
|
{
|
|
"name": "name_0",
|
|
"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": {
|
|
"index": "name_0",
|
|
"columns": [
|
|
{
|
|
"name": "name_0",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "n_cells",
|
|
"type": "int32"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"layout": {
|
|
"obs": [
|
|
{
|
|
"name": "umap",
|
|
"type": "float32",
|
|
"dims": ["umap_0", "umap_1"]
|
|
}
|
|
]
|
|
}
|
|
}
|