Learn R Programming

NormalizeMets (version 0.25)

alldata-class: Metabolomic alldata- class

Description

The container for output from most of the functions in the NormalizeMets package.

Arguments

Details

This object class is a list containing the output matrices that are produced by the function. See NormalizeMets Vignette for details.

Examples

Run this code
# NOT RUN {
     data(alldata_eg)
     dataview(alldata_eg$featuredata)
     dataview(alldata_eg$sampledata)
     dataview(alldata_eg$metabolitedata)
     
# }

Run the code above in your browser using DataLab