Toycat commited on
Commit
c25508c
·
verified ·
1 Parent(s): fe0a2c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -11,4 +11,17 @@ sclibrary=load_from_disk("/path/to/sclibrary.dataset")
11
 
12
  Model github: https://github.com/PharMolix/LangCell
13
 
14
- Paper: https://arxiv.org/abs/2405.06708
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  Model github: https://github.com/PharMolix/LangCell
13
 
14
+ Paper: https://arxiv.org/abs/2405.06708
15
+
16
+ # Citation
17
+ If you find scLibrary helpful to your research, please consider giving our [Github repository](https://github.com/PharMolix/LangCell) a 🌟star and 📎citing the following article. Thank you for your support!
18
+ ```
19
+ @misc{zhao2024langcell,
20
+ title={LangCell: Language-Cell Pre-training for Cell Identity Understanding},
21
+ author={Suyuan Zhao and Jiahuan Zhang and Yizhen Luo and Yushuai Wu and Zaiqing Nie},
22
+ year={2024},
23
+ eprint={2405.06708},
24
+ archivePrefix={arXiv},
25
+ primaryClass={q-bio.GN}
26
+ }
27
+ ```