subset_groups | R Documentation |
Method to subset (or sort) groups
subset_groups(object, groups)
object |
a |
groups |
character vector with the groups names, numeric vector with the groups indices or logical vector with the groups to be kept as TRUE. |
A MOFA
object
# Using an existing trained model on simulated data
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
# Subset the first group
model <- subset_groups(model, groups = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.