Update README.md
Browse files
README.md
CHANGED
|
@@ -18,13 +18,12 @@ size_categories:
|
|
| 18 |
- 100K<n<1M
|
| 19 |
---
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
# 𧬠ScDiVa Benchmark Datasets
|
| 24 |
|
| 25 |
[**π arXiv Paper**](https://arxiv.org/abs/2602.03477) | [**π» Model Repository**](https://huggingface.co/warming666/ScDiVa) | [**π Project Page**](https://github.com/warming666/ScDiVa)
|
| 26 |
|
| 27 |
-
</div>
|
| 28 |
|
| 29 |
## π Dataset Description
|
| 30 |
|
|
@@ -85,13 +84,15 @@ The datasets are categorized by their primary evaluation task in the ScDiVa pape
|
|
| 85 |
| `adamson_processed.h5ad` | Single-gene CRISPRi perturbations (Adamson et al., 2016). |
|
| 86 |
| `norman.h5ad` | Combinatorial (double-gene) CRISPRa perturbations (Norman et al., 2019). |
|
| 87 |
|
| 88 |
-
### 5. Reconstruction & GRN
|
|
|
|
|
|
|
| 89 |
| Filename | Description |
|
| 90 |
| :--- | :--- |
|
| 91 |
-
| `zheng68k_processed.h5ad` |
|
| 92 |
-
| `
|
| 93 |
-
| `
|
| 94 |
-
| `
|
| 95 |
|
| 96 |
---
|
| 97 |
|
|
|
|
| 18 |
- 100K<n<1M
|
| 19 |
---
|
| 20 |
|
| 21 |
+
|
| 22 |
|
| 23 |
# 𧬠ScDiVa Benchmark Datasets
|
| 24 |
|
| 25 |
[**π arXiv Paper**](https://arxiv.org/abs/2602.03477) | [**π» Model Repository**](https://huggingface.co/warming666/ScDiVa) | [**π Project Page**](https://github.com/warming666/ScDiVa)
|
| 26 |
|
|
|
|
| 27 |
|
| 28 |
## π Dataset Description
|
| 29 |
|
|
|
|
| 84 |
| `adamson_processed.h5ad` | Single-gene CRISPRi perturbations (Adamson et al., 2016). |
|
| 85 |
| `norman.h5ad` | Combinatorial (double-gene) CRISPRa perturbations (Norman et al., 2019). |
|
| 86 |
|
| 87 |
+
### 5. Reconstruction & GRN Inference
|
| 88 |
+
*Datasets used to evaluate the model's ability to reconstruct gene expression (Section 4.2) and infer regulatory networks (Section 4.6).*
|
| 89 |
+
|
| 90 |
| Filename | Description |
|
| 91 |
| :--- | :--- |
|
| 92 |
+
| `zheng68k_processed.h5ad` | Mouse hematopoietic stem and progenitor cell scRNA-seq dataset (68k cells). |
|
| 93 |
+
| `hpancreas_processed.h5ad` | Human Pancreas dataset. |
|
| 94 |
+
| `pbmc12k_processed.h5ad` | PBMC dataset with 2 batches. |
|
| 95 |
+
| `immune_processed.h5ad` | Human Immune Atlas(Primary dataset for GRN inference). |
|
| 96 |
|
| 97 |
---
|
| 98 |
|