R/DataClasses.R
Grouped_eSet.RdThis 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_fDataAn instance of class data.frame
corresponding to a grouped featureData slot.
grouped_pDataAn instance of class data.frame
corresponding to a grouped phenoData slot.