Skip to content

Commit

Permalink
Update XcmsExperiment-functions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Nov 20, 2024
1 parent 8403d58 commit 367aada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/XcmsExperiment-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
res$peak_id <- ids
info <- pk[res$peak_id, peaksInfo]
colnames(info) <- paste("peak_", peaksInfo, sep = "")
res2@backend@spectraData <- cbind(res2@backend@spectraData, info)
res@backend@spectraData <- cbind(res@backend@spectraData, info)
res
},
MoreArgs = list(msLevel = msLevel, method = method),
Expand Down

0 comments on commit 367aada

Please sign in to comment.