diff --git a/example-dataset/data_schema.json b/example-dataset/data_schema.json deleted file mode 100644 index 34c9726f..00000000 --- a/example-dataset/data_schema.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "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