Description Usage Arguments Value Examples
Method to subset (or sort) factors
1 | subset_factors(object, factors)
|
object |
a |
factors |
character vector with the factor names, or numeric vector with the index of the factors. |
A MOFA
object
1 2 3 4 5 6 | # Using an existing trained model on simulated data
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
# Subset factors 1 to 3
model <- subset_factors(model, factors = 1:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.