
Generate mixomics input data for unsupervised methods
Source:R/mixomics.R
get_input_mixomics_unsupervised.RdCreates an object that can be used as input for the MixOmics package. It contains the omics datasets restricted to common samples.
Usage
get_input_mixomics_unsupervised(mo_data, datasets = names(mo_data))Arguments
- mo_data
A
MultiDataSet-classobject.- datasets
Character vector, the names of the datasets from
mo_datato include in the analysis.