The MOFAdata package contains several data sets to be used for illustration pruposes in the R package MOFA. Please refer to the vignettes in the MOFA package, where we explain in detail how MOFA can be trained on the data and how the resulting model is to be analysed.
library(MOFAdata) library(MultiAssayExperiment)
In MOFAdata we store the following data objects to be used with MOFA:
# Load data # import list with mRNA, Methylation, Drug Response and Mutation data. data("CLL_data") lapply(CLL_data, dim) # Load sample metadata: Sex and Diagnosis data("CLL_covariates") head(CLL_covariates)
data("scMT_data") scMT_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.