citHeader("To cite the Patterns package in publications use:")

titl <- meta$Title
titl <- "Patterns: reverse engineering of biological networks with patterned expressions"
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)
auth <- personList(as.person("Frederic Bertrand"),
                             as.person("Myriam Maumy-Bertrand"))

citEntry(entry="Manual",
         title = titl,
         author = personList(as.person("F. Bertrand"), as.person("M. Maumy-Bertrand")),
	 publisher = "manual",
         year         = year,
         note         = vers,
         url          = "",
         textVersion = 
         paste("F. Bertrand and M. Maumy-Bertrand (",year ,"). ", 
               titl, ", ", vers, ".", sep=""
               )
)

citEntry(entry = "Article",
         title = titl,
         author = auth,
         year = 2020,
journal="Bioinformatics",
url="https://doi.org/10.1093/bioinformatics/btaa855",
         textVersion =
         paste0("Bertrand, F., Aouadi, I., Jung, N., Carapito, R., Vallat, L., Bahram, S., Maumy-Bertrand, M. (2020). SelectBoost: a general algorithm to enhance the performance of variable selection methods in correlated datasets. Bioinformatics, btaa855, https://doi.org/10.1093/bioinformatics/btaa855."))
