diff --git a/NEWS.md b/NEWS.md index 5190546..2674894 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ ## PSMatch 1.13.2 +- Add CITATION to the pre-print (https://doi.org/10.31219/osf.io/62v9p_v2) - Add possibility to split protein groups in PSM data with `makeAdjacencyMatrix` (see [issue #30](https://github.com/rformassspectrometry/PSMatch/issues/30)) - Removed `showDetails()` from `setMethod("show", "PSM")` as discussed in diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..8b89f89 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,15 @@ +citHeader("To cite the PSMatch package in publications use:") + +citEntry(entry = "Manual", + title = "PSMatch: an R/Bioconductor package to explore proteomics identification data.", + author = personList( + person(given = "Guillaume", family = "Deflandre"), + person(given = "Sebastian", family = "Gibbs"), + person(given = "Laurent", family = "Gatto")), + institution = "OSF", + year = "2025", + doi = "https://doi.org/10.31219/osf.io/62v9p_v2", + textVersion = paste("G. Deflandre, S. Gibbs and L. Gatto.", + "PSMatch: an R/Bioconductor package to explore proteomics identification data.", + "OSF; doi: https://doi.org/10.31219/osf.io/62v9p_v2") + ) \ No newline at end of file