Skip to content

Commit 8fc42ca

Browse files
committed
update scplainer ref
1 parent bea4ec7 commit 8fc42ca

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: scp
22
Title: Mass Spectrometry-Based Single-Cell Proteomics Data Analysis
3-
Version: 1.19.3
3+
Version: 1.19.4
44
Authors@R:
55
c(person("Christophe", "Vanderaa",
66
email = "christophe.vanderaa@ugent.be",

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# scp 1.19
22

3+
## scp 1.19.4
4+
5+
- Update scplainer reference.
6+
37
## scp 1.19.3
48

59
- docs: explicitly mention scplainer in the man pages
610

711
## scp 1.19.2
8-
12+
913
- feat: improved error message when pattern is not found in
1014
computeSCR
1115
- feat: use typeMetadata (based on QFeatues 1.19.1)

inst/CITATION

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ citEntry(entry = "article",
5151
author = personList(
5252
person(given = "Christophe", family = "Vanderaa"),
5353
person(given = "Laurent", family = "Gatto")),
54-
journal = "bioRxiv",
55-
year = "2024",
54+
journal = " Genome Biol",
55+
year = "2025",
56+
volume = "26",
57+
doi = "10.1186/s13059-025-03713-4",
5658
textVersion = paste("Vanderaa Christophe and Laurent Gatto.",
5759
"scplainer: using linear models to understand mass spectrometry-based single-cell proteomics data.",
58-
"bioRxiv 2023.12.14.571792; doi: https://doi.org/10.1101/2023.12.14.571792")
59-
)
60+
"Genome Biol 26, 237 (2025). https://doi.org/10.1186/s13059-025-03713-4")
61+
)

0 commit comments

Comments
 (0)