Skip to content

Commit

Permalink
Added publication to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardSchmiester authored Feb 9, 2024
1 parent c18cca4 commit 4ca8604
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
```

0 comments on commit 4ca8604

Please sign in to comment.