Diff of /inst/CITATION [000000] .. [72a7c3]

Switch to unified view

a b/inst/CITATION
1
citHeader("To cite multiGSEA in publications use:")
2
3
citEntry(
4
  entry        = "article",
5
  title        = "{multiGSEA}: {A GSEA}-based pathway enrichment analysis for multi-omics data",
6
  author       = c( person( "Canzler", "Sebastian"),
7
                    person( "Jörg", "Hackermüller")),
8
  year         = "2020",
9
  journal      = "BMC Bioinformatics",
10
  doi          = "https://doi.org/10.1186/s12859-020-03910-x",
11
  volume       = 21,
12
  organization = "Helmholtz-Centre for Environmental Research - UFZ",
13
  textVersion  = paste( "Canzler, Sebastian and Hackermüller, Jörg: ",
14
      "multiGSEA: A GSEA-based pathway enrichment analysis for multi-omics data.",
15
      "BMC Bioinformatics 21, 561 (2020). https://doi.org/10.1186/s12859-020-03910-x")
16
)