Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,12 @@ Pre-trained single-cell genomics models based on:
|
|
10 |
- [Masked Autoencoder](https://openaccess.thecvf.com/content/CVPR2022/papers/He_Masked_Autoencoders_Are_Scalable_Vision_Learners_CVPR_2022_paper.pdf)
|
11 |
- Gene-Program Masked Autoencoder
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
Training details and adaptations to single-cell data in our project can be found in our paper below. To use the model directly, the same genes must be used in the same order as in the `var.parquet` file. Otherwise, follow the instructions from the repositories below to train a model for custom datasets.
|
14 |
|
15 |
If you find our work useful, please cite the following paper:
|
|
|
10 |
- [Masked Autoencoder](https://openaccess.thecvf.com/content/CVPR2022/papers/He_Masked_Autoencoders_Are_Scalable_Vision_Learners_CVPR_2022_paper.pdf)
|
11 |
- Gene-Program Masked Autoencoder
|
12 |
|
13 |
+
Finetuned models for the downstream tasks of:
|
14 |
+
- Cell Type Prediction
|
15 |
+
- Gene Expression Reconstruction
|
16 |
+
- Cross-Modality Prediction (RNA->Proteomics)
|
17 |
+
- Data Integration
|
18 |
+
|
19 |
Training details and adaptations to single-cell data in our project can be found in our paper below. To use the model directly, the same genes must be used in the same order as in the `var.parquet` file. Otherwise, follow the instructions from the repositories below to train a model for custom datasets.
|
20 |
|
21 |
If you find our work useful, please cite the following paper:
|