tabbiomed-neurips2026 commited on
Commit
f5a6aca
·
verified ·
1 Parent(s): 4547994

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +16 -0
metadata.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "hnoca_cells30",
4
+ "task": "classification",
5
+ "num_classes": 30,
6
+ "cat_idx": [],
7
+ "num_samples": 100001,
8
+ "num_features": 21400,
9
+ "imbalance_ratio": 76.9841,
10
+ "description": "Single-cell RNA-seq data from the HNOCA dataset (He et al., Integrated Organoids). The dataset has been subsetted to only include the top 30 most frequent cell types, and subsampled down to 100001 total cells while preserving class proportions. 22000 genes were uniformly randomly selected.",
11
+ "source": "He et al. Integrated Organoids. Downloaded from https://zenodo.org/records/14161275.",
12
+ "label": "Single-Cell",
13
+ "sub_labels": [
14
+ "RNA-seq"
15
+ ]
16
+ }