groupval-methods | R Documentation |
Generate a matrix of peak values with rows for every group and
columns for every sample. The value included in the matrix can
be any of the columns from the xcmsSet
peaks
slot
matrix. Collisions where more than one peak from a single sample
are in the same group get resolved with one of several user-selectable
methods.
object |
the |
method |
conflict resolution method, |
value |
name of peak column to enter into returned matrix, or |
intensity |
if |
A matrix with with rows for every group and columns for every
sample. Missing peaks have NA
values.
groupval(object, method = c("medret", "maxint"),
value = "index", intensity = "into")
xcmsSet-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.