Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -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")
)
Loading