citHeader("To cite package 'jointseg' in publications, please use the following references:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

bibentry(bibtype="Manual",
         title = "jointseg: Joint segmentation of multivariate (copy number) signals",
         author = as.person("Morgane Pierre-Jean [aut], Guillem Rigaill [aut], Pierre Neuvial [aut]"),
         year = year,
         note = vers,

         textVersion =
         paste("Morgane Pierre-Jean, Guillem Rigaill and Pierre Neuvial (",
               year,
               "). jointseg: Joint segmentation of multivariate (copy
         number) signals.",
               vers, ".", sep=""))

bibentry(bibtype="Article",
         title = "Performance evaluation of {DNA} copy number segmentation methods",
         author = as.person("Morgane Pierre-Jean [aut], Guillem Rigaill [aut], Pierre Neuvial [aut]"),
         year = "2015",
	 url = "https://doi.org/10.1093/bib/bbu026",
	 journal = "Briefings in Bioinformatics",
	 textVersion = "Morgane Pierre-Jean, Guillem Rigaill and Pierre  Neuvial. Performance evaluation of DNA copy number segmentation methods.  Briefings in Bioinformatics (2015) 16 (4): 600-615."
)
