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


citEntry(entry = "article",
         title  = "Revisiting the thorny issue of missing values in single-cell proteomics",
         author = personList(
           person(given = "Christophe", family = "Vanderaa"),
           person(given = "Laurent", family = "Gatto")),
         journal  = "J. Proteome Res.",
         volume   =  "22",
         number   =  "9",
         pages    = "2775--2784",
         month    =  "sep",
         year     =  "2023",
         textVersion = paste(
             "Vanderaa, Christophe, and Laurent Gatto. 2023. ",
             "Revisiting the Thorny Issue of Missing Values in ",
             "Single-Cell Proteomics. Journal of Proteome Research ",
             "22 (9): 2775–84.")
         )

citEntry(entry = "article",
         title  = "The current state of single-cell proteomics data analysis",
         author = personList(
           person(given = "Christophe", family = "Vanderaa"),
           person(given = "Laurent", family = "Gatto")),
         journal = "Current Protocols",
         year = "2023",
         pages = "e658",
         textVersion = paste("Vanderaa Christophe and Laurent Gatto.",
                             "The current state of single-cell proteomics data analysis.",
                             "Current Protocols 3 (1): e658.; doi: https://doi.org/10.1002/cpz1.658 (2023).")
         )

citEntry(entry = "article",
         title  = "Replication of Single-Cell Proteomics Data Reveals Important Computational Challenges",
         author = personList(
           person(given = "Christophe", family = "Vanderaa"),
           person(given = "Laurent", family = "Gatto")),
         journal = "Expert Review of Proteomics",
         year = "2021",
         pages = "1-9",
         textVersion = paste("Vanderaa Christophe and Laurent Gatto.",
                             "Replication of Single-Cell Proteomics Data Reveals Important Computational Challenges.",
                             "Expert Review of Proteomics, 1–9 (2021).")
         )


citEntry(entry = "article",
         title  = "scplainer: using linear models to understand mass spectrometry-based single-cell proteomics data",
         author = personList(
           person(given = "Christophe", family = "Vanderaa"),
           person(given = "Laurent", family = "Gatto")),
         journal = "bioRxiv",
         year = "2024",
         textVersion = paste("Vanderaa Christophe and Laurent Gatto.",
                             "scplainer: using linear models to understand mass spectrometry-based single-cell proteomics data.",
                             "bioRxiv 2023.12.14.571792; doi: https://doi.org/10.1101/2023.12.14.571792")
         )
