Partial least squares (PLS) analysis using oscorespls (Orthogonal scores algorithm)
Source:R/metabolomics_computation.R
met.PLSR.Anal.Rd
met.PLSR.Anal
performs PLS analysis using oscorespls.
Arguments
- mSetObj
Enter name of the created mSet object (see
met.read_data
).- reg
(Logical)
- data
(Character) Enter
"all"
to train the PLS(-DA) model on your whole (filtered and normalized) dataset or"anova"
to use a subset of features defined as significant based on ANOVA analysis.
References
adapted from PLSR.Anal
(https://github.com/xia-lab/MetaboAnalystR).
Author
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)