Yin Fang
commited on
Update README.md
Browse files
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 |
+
```
|