chtholly_nota
commited on
Commit
·
899b088
1
Parent(s):
df8d25f
update readme
Browse files- assets/.DS_Store → .DS_Store +0 -0
- README.md +21 -0
assets/.DS_Store → .DS_Store
RENAMED
Binary files a/assets/.DS_Store and b/.DS_Store differ
|
|
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|