R/DataClasses.R
Grouped_eSet.Rd
This object extends the MSnbase::MSnSet class by adding slots
necessary to record the grouping structure. Objects of class
Grouped_eSet
are created by the group_by
function. See the
vignette for examples.
# S4 method for Grouped_eSet show(object)
object | An |
---|
grouped_fData
An instance of class data.frame
corresponding to a grouped featureData
slot.
grouped_pData
An instance of class data.frame
corresponding to a grouped phenoData
slot.