Yin Fang commited on
Commit
8d17a51
·
verified ·
1 Parent(s): ba8c960

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -57,4 +57,18 @@ for key, value in model.predict(
57
  print(f"{key}: {value}")
58
  ```
59
 
60
- For more detailed explanations and additional examples, please refer to the Jupyter notebook [demo.ipynb](https://github.com/zjunlp/InstructCell/blob/main/demo.ipynb).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  print(f"{key}: {value}")
58
  ```
59
 
60
+ For more detailed explanations and additional examples, please refer to the Jupyter notebook [demo.ipynb](https://github.com/zjunlp/InstructCell/blob/main/demo.ipynb).
61
+
62
+
63
+ ### 🔖 Citation
64
+
65
+ If you use the code or data, please cite the following paper:
66
+
67
+ ```bibtex
68
+ @article{fang2025instructcell,
69
+ title={A Multi-Modal AI Copilot for Single-Cell Analysis with Instruction Following},
70
+ author={Fang, Yin and Deng, Xinle and Liu, Kangwei and Zhang, Ningyu and Qian, Jingyang and Yang, Penghui and Fan, Xiaohui and Chen, Huajun},
71
+ journal={arXiv preprint arXiv:2501.08187},
72
+ year={2025}
73
+ }
74
+ ```