diff --git a/example-dataset/data.h5ad b/example-dataset/data.h5ad new file mode 100644 index 00000000..381e211f Binary files /dev/null and b/example-dataset/data.h5ad differ diff --git a/example-dataset/data_schema.json b/example-dataset/data_schema.json new file mode 100644 index 00000000..34c9726f --- /dev/null +++ b/example-dataset/data_schema.json @@ -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 + } +} \ No newline at end of file