-
Couldn't load subscription status.
- Fork 1
Open
Description
Hello,
I have a problem with the retention time alignment of my LC-MS samples.
The "Obiwarp" method works well, but when I try to do the "peakGroups" method, I get the following error:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘groupChromPeaks’ for signature ‘"MsExperiment", "PeakDensityParam"’.
This is the line of code I used (mse2 being my MsExperiment data set)
pdp <- PeakDensityParam(sampleGroups = sampleData(mse2)$sample_group, bw = 1.8,
minFraction = 1, binSize = 0.01, ppm = 10)
mse2 <- groupChromPeaks(mse2, pdp)
How can I solve this problem?
I suspect a version-issue.
Metadata
Metadata
Assignees
Labels
No labels