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

citEntry(entry = "article",  
         title  = "MSnbase - an R/Bioconductor package for isobaric tagged mass spectrometry data visualization, processing and quantitation",
         author = personList(
           person(given = "Laurent", family = "Gatto"),
           person(given = "Kathryn", family = "Lilley")),
         journal = "Bioinformatics",
         year = "2012",
         volume = "28",
         pages = "288-289",
         textVersion = paste("Laurent Gatto and Kathryn S. Lilley.",
                             "MSnbase - an R/Bioconductor package for isobaric tagged mass spectrometry data visualization, processing and quantitation.",
                             "Bioinformatics 28, 288-289 (2012).")
         )

citEntry(entry = "article",  
         title  = "MSnbase, efficient and elegant R-based processing and visualisation of raw mass spectrometry data",
         author = personList(
             person(given = "Laurent", family = "Gatto"),
	     person(given = "Sebastian", family = "Gibb"),             
	     person(given = "Johannes", family = "Rainer")),
         journal = "bioRxiv",
         year = "2020",
         textVersion = paste("Laurent Gatto, Sebastien Gibb and Johannes Rainer.",
                             "MSnbase, efficient and elegant R-based processing and visualisation of raw mass spectrometry data.",
                             "bioRxiv 2020.04.29.067868; doi: https://doi.org/10.1101/2020.04.29.067868 (2020).")
         )
