diff --git a/README.md b/README.md index a5aa687..d3245ef 100755 --- a/README.md +++ b/README.md @@ -35,3 +35,22 @@ A tutorial using data from the original [publication](https://doi.org/10.1016/j. ``` from pyphenopop.mixpopid import mixture_id help(mixture_id) +``` + +## Publication + +When using pyPhenoPop in your project, please cite +* Köhn-Luque, A., Myklebust, E. M., Tadele, D. S., Giliberto, M., Schmiester, L., Noory, J., ... & Foo, J. (2023). Phenotypic deconvolution in heterogeneous cancer cell populations using drug-screening data. Cell Reports Methods, 3(3). +``` +@article{kohn2023phenotypic, + title={Phenotypic deconvolution in heterogeneous cancer cell populations using drug-screening data}, + author = {Alvaro Köhn-Luque and Even Moa Myklebust and Dagim Shiferaw Tadele and Mariaserena Giliberto and Leonard Schmiester and Jasmine Noory and Elise Harivel and Polina Arsenteva and Shannon M. Mumenthaler and Fredrik Schjesvold and Kjetil Taskén and Jorrit M. Enserink and Kevin Leder and Arnoldo Frigessi and Jasmine Foo}, + journal={Cell Reports Methods}, + volume={3}, + number={3}, + year={2023}, + doi={https://doi.org/10.1016/j.crmeth.2023.100417}, + publisher={Elsevier} +} + +```