citHeader("Please cite the paper below for the 'scPCA' software package
           itself. Please also make sure to cite the appropriate articles
           describing the statistical methodology.")

year <- format(Sys.Date(), "%Y")
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "{scPCA}: Sparse contrastive principal component analysis",
         author = c(person("Philippe ", "Boileau"),
                    person("Nima", "Hejazi", "S"),
                    person("Sandrine", "Dudoit")),
         year = year,
         note = note,
         doi = "",
         url = "https://bioconductor.org/scPCA")

bibentry(bibtype = "Article",
         journal = "bioRxiv",
         title = "Exploring high-dimensional biological data with sparse contrastive principal component analysis",
         author = c(person("Philippe ", "Boileau"),
                    person("Nima", "Hejazi", "S"),
                    person("Sandrine", "Dudoit")),
         year = "2019+",
         doi = "",
         url = "")
