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 = 2020,
         url = "https://bioconductor.org/scPCA")
         
bibentry(bibtype = "Article",
         journal = "Journal of Open Source Software",
         title = "scPCA: A toolbox for sparse contrastive principal component analysis in R",
         author = c(person("Philippe ", "Boileau"),
                    person("Nima", "Hejazi", "S"),
                    person("Sandrine", "Dudoit")),
         publisher = "The Open Journal",
         volume = "5",
         number = "46",
         page = "2079",
         year = "2020",
         doi = "10.21105/joss.02079",
         url = "https://doi.org/10.21105/joss.02079")

bibentry(bibtype = "Article",
         journal = "Bioinformatics",
         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 = 2020,
         month = 03,
         doi = "10.1093/bioinformatics/btaa176",
         url = "https://doi.org/10.1093/bioinformatics/btaa176")
