Generate mixomics input data for unsupervised methods
Source:R/mixomics.R
get_input_mixomics_unsupervised.Rd
Creates 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-class
object.- datasets
Character vector, the names of the datasets from
mo_data
to include in the analysis.