The MOFAmodel is an S4 class used to store all
relevant data to analyse a MOFA model.
InputDatathe input data before being parsed to Training Data. Either a MultiAssayExperiment object or a list of matrices, one per view.
TrainDatathe parsed data used to fit the MOFA model A list with one matrix per view.
ImputedDatathe parsed data with the missing values imputed using the MOFA model. A list with one matrix per view.
Expectationsexpected values of the different variables of the model. A list of matrices, one per variable. The most relevant are "W" for weights and "Z" for factors.
TrainStatslist with training statistics such as evidence lower bound (ELBO), number of active factors, etc.
DataOptionslist with the data processing options such as whether to center or scale the data.
TrainOptionslist with the training options such as maximum number of iterations, tolerance for convergence, etc.
ModelOptionslist with the model options such as likelihoods, number of factors, etc.
FeatureInterceptslist with the feature-wise intercepts. Only used internally.
Dimensionslist with the relevant dimensionalities of the model. N for the number of samples, M for the number of views, D for the number of features of each view and K for the number of infered latent factors.
StatusAuxiliary variable indicating whether the model has been trained.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.