create_mofa_from_df {MOFA2} | R Documentation |
Method to create a MOFA
object from a data.frame object
create_mofa_from_df(df)
df |
|
Returns an untrained MOFA
object
# Using an existing simulated data with two groups and two views file <- system.file("extdata", "test_data.RData", package = "MOFA2") # Load data (in long data.frame format) load(file) MOFAmodel <- create_mofa_from_df(dt)