raivokolde / pheatmap

Pretty heatmaps
225 stars 83 forks source link

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

Open vagabond12 opened 1 year ago

vagabond12 commented 1 year ago

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

mmahmoudian commented 1 year ago

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")’.