Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue0426 authored Apr 12, 2024
1 parent c5db20b commit 3572e13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 3572e13

Please sign in to comment.