Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
4 |
-
|
5 |
-
### Introduction
|
6 |
-
|
7 |
-
We propose the **MiniAtlas** dataset, containing more than 100,000 scATAC-seq with paired scRNA-seq as training data, across 19 tissues and 56 cell types, facilitating the training of foundation models. This dataset can be used to training single-cell multiomics fundation model.
|
8 |
-
|
9 |
-

|
10 |
-
|
11 |
-
### Subsets
|
12 |
-
|
13 |
-
This dataset is divided into four subsets to accommodate different research needs and access limitations:
|
14 |
-
|
15 |
-
1. `full_atlas_atac.h5ad` and `full_atlas_rna.h5ad` (~120k samples): full data of MiniAtlas, containing all tissues and cell types.
|
16 |
-
2. Evaluation set for different tissues: containing three tissues (Kidney, PBMC, BMMC), can be used to cell-type annotation or RNA-prediction fine-tuning and evaluation.
|
17 |
-
|
18 |
-
### Citation
|
19 |
-
|
20 |
-
If you find MiniAtlas useful for your research and applications, please cite using this BibTeX:
|
21 |
-
|
22 |
-
```
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
### Introduction
|
6 |
+
|
7 |
+
We propose the **MiniAtlas** dataset, containing more than 100,000 scATAC-seq with paired scRNA-seq as training data, across 19 tissues and 56 cell types, facilitating the training of foundation models. This dataset can be used to training single-cell multiomics fundation model.
|
8 |
+
|
9 |
+

|
10 |
+
|
11 |
+
### Subsets
|
12 |
+
|
13 |
+
This dataset is divided into four subsets to accommodate different research needs and access limitations:
|
14 |
+
|
15 |
+
1. `full_atlas_atac.h5ad` and `full_atlas_rna.h5ad` (~120k samples): full data of MiniAtlas, containing all tissues and cell types.
|
16 |
+
2. Evaluation set for different tissues: containing three tissues (Kidney, PBMC, BMMC), can be used to cell-type annotation or RNA-prediction fine-tuning and evaluation.
|
17 |
+
|
18 |
+
### Citation
|
19 |
+
|
20 |
+
If you find MiniAtlas useful for your research and applications, please cite using this BibTeX:
|
21 |
+
|
22 |
+
```
|
23 |
+
@article {Wu2025.02.05.636688,
|
24 |
+
author = {Wu, Juncheng and Wan, Changxin and Ji, Zhicheng and Zhou, Yuyin and Hou, Wenpin},
|
25 |
+
title = {EpiFoundation: A Foundation Model for Single-Cell ATAC-seq via Peak-to-Gene Alignment},
|
26 |
+
elocation-id = {2025.02.05.636688},
|
27 |
+
year = {2025},
|
28 |
+
doi = {10.1101/2025.02.05.636688},
|
29 |
+
URL = {https://www.biorxiv.org/content/early/2025/02/08/2025.02.05.636688},
|
30 |
+
eprint = {https://www.biorxiv.org/content/early/2025/02/08/2025.02.05.636688.full.pdf},
|
31 |
+
journal = {bioRxiv}
|
32 |
+
}
|
33 |
+
```
|
34 |
+
|