File: CITATION

package info (click to toggle)
r-bioc-complexheatmap 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,632 kB
  • sloc: makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
citHeader("The methods within the code package can be cited as:")

citEntry(
   entry="article",
   title = "Complex heatmaps reveal patterns and correlations in multidimensional genomic data",
   author = personList(as.person("Zuguang Gu"),
                       as.person("Roland Eils"),
                       as.person("Matthias Schlesner")),
   journal = "Bioinformatics",
   doi = "10.1093/bioinformatics/btw313",
   year = 2016,
   textVersion = "Gu, Z. (2016) Complex heatmaps reveal patterns and correlations in multidimensional genomic data. Bioinformatics."
)


citEntry(
   entry="article",
   title = "Complex Heatmap Visualization",
   author = personList(as.person("Zuguang Gu")),
   doi = "10.1002/imt2.43",
   journal = "iMeta",
   year = 2022,
   textVersion = "Gu, Z. (2022) Complex Heatmap Visualization. iMeta."
)


citFooter("This free open-source software implements academic
research by the authors and co-workers. If you use it,
please support the project by citing the appropriate
journal articles.")