Skip to content

Commit

Permalink
fix: add ... to spectra,pSet
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Apr 30, 2024
1 parent 72e4dab commit b77f3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/methods-pSet.R
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ setMethod("length", "pSet", function(x) length(assayData(x)))

setMethod("assayData", "pSet", function(object) object@assayData)

setMethod("spectra", "MSnExp", function(object) {
setMethod("spectra", "MSnExp", function(object, ...) {
sl <- as.list(assayData(object))
fnames <- featureNames(object)
## reordering the spectra in the spectra list to match
Expand Down

0 comments on commit b77f3f0

Please sign in to comment.