From 3572e131f5bbfaf925306a0adb8bff5de54f3b40 Mon Sep 17 00:00:00 2001 From: Yoshitaka Inoue <8393063+inoue0426@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:16:31 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ec5d519..c4da197 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,18 @@ df = pd.read_csv('sample_data/sample_data.csv.gz', index_col=0) bigcn.run_model(df, verbose=True) ``` +## Citation + +``` +@article{Inoue2022BiGCN, + title={BiGCN: Leveraging Cell and Gene Similarities for Single-cell Transcriptome Imputation with Bi-Graph Convolutional Networks}, + author={Yoshitaka Inoue and Ethan Kulman and Rui Kuang}, + year={2024}, + doi={10.1101/2024.04.05.588342}, + url={https://doi.org/10.1101/2024.04.05.588342} +} +``` + + ## Help If you have any questions or require assistance using MAGIC, please feel free to make an issue on https://github.com/inoue0426/scBiGCN/