--- license: apache-2.0 tags: - biology size_categories: - 10M [[bioRxiv](https://www.biorxiv.org/content/10.1101/2024.09.09.611960v1)] ## Citation If you find this repository is useful. Please cite the following references. ```bibtex @article{Ito2024.09.09.611960, author = {Ito, Keita and Hirakawa, Tsubasa and Shigenobu, Shuji and Fujiyoshi, Hironobu and Yamashita, Takayoshi}, title = {Mouse-Geneformer: A Deep Leaning Model for Mouse Single-Cell Transcriptome and Its Cross-Species Utility}, journal = {bioRxiv}, year = {2024}, URL = {https://www.biorxiv.org/content/early/2024/09/13/2024.09.09.611960} } ``` ## How to use You need to download datasets on your disk you want to use. After doing, you program in python as follow to use its : ```bash from datasets inport load_from_disk dataset = load_from_disk("/path/to/mouse-Genecorpus-20M/MLM-re_All_mouse_tokenize_dataset.dataset/") ```