makeExampleData: make an example multi-view data set for illustration of MOFA
Description
Function to simulate an example multi-view data set according to the generative model of MOFA.
Usage
makeExampleData(n_views = 3, n_features = 100, n_samples = 50,
n_factors = 5, likelihood = "gaussian")
Arguments
n_features
number of features in each view
likelihood
likelihood for each view, one of "gaussian", "bernoulli", "poisson",
or a character vector of length n_views
Value
Returns an untrained MOFAmodel
containing simulated data as training data.
Examples
Run this code# NOT RUN {
# Generate a data set
MOFAexample <- makeExampleData()
str(MOFAexample)
# }
Run the code above in your browser using DataLab