Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a paper to cite when using the pheatmap software? #91

Open
vagabond12 opened this issue Oct 22, 2022 · 1 comment
Open

Is there a paper to cite when using the pheatmap software? #91

vagabond12 opened this issue Oct 22, 2022 · 1 comment

Comments

@vagabond12
Copy link

Is there a paper to cite when using the pheatmap software?
Thank you very much

@mmahmoudian
Copy link

I don't thing there is. In general you can get the citation for any R package using the citation() function:

> citation(package = "pheatmap")

To cite package ‘pheatmap’ in publications use:

  Raivo Kolde (2019). pheatmap: Pretty Heatmaps. R package version 1.0.12. https://CRAN.R-project.org/package=pheatmap

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {pheatmap: Pretty Heatmaps},
    author = {Raivo Kolde},
    year = {2019},
    note = {R package version 1.0.12},
    url = {https://CRAN.R-project.org/package=pheatmap},
  }

ATTENTION: This citation information has been auto-generated from the package DESCRIPTION file and may need manual editing, see
‘help("citation")’.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants