From 4ca86045084d8df86f2f97d2ba459c4445c45807 Mon Sep 17 00:00:00 2001 From: LeonardSchmiester Date: Fri, 9 Feb 2024 15:27:13 +0100 Subject: [PATCH] Added publication to readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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} +} + +```