Skip to content

Retention Alignment  #21

Description

@holandir

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions