Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

The dataset scLibrary is the pre-training dataset used by the LangCell model.

You can use git-lfs to download sclibrary.dataset from this repository, and then use the following code to load the data:

from datasets import load_from_disk
sclibrary=load_from_disk("/path/to/sclibrary.dataset")

Model github: https://github.com/PharMolix/LangCell

Paper: https://arxiv.org/abs/2405.06708

Citation

If you find scLibrary helpful to your research, please consider giving our Github repository a 🌟star and 📎citing the following article. Thank you for your support!

@misc{zhao2024langcell,
      title={LangCell: Language-Cell Pre-training for Cell Identity Understanding}, 
      author={Suyuan Zhao and Jiahuan Zhang and Yizhen Luo and Yushuai Wu and Zaiqing Nie},
      year={2024},
      eprint={2405.06708},
      archivePrefix={arXiv},
      primaryClass={q-bio.GN}
}
Downloads last month
386

Paper for Toycat/scLibrary