Yin Fang commited on
Commit
5dbcea5
·
verified ·
1 Parent(s): 0e8f2d6

Update README.md

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