Description Usage Arguments Value Examples
factors_names: set and retrieve factor names
1 2 3 4 5 6 7 8 9 | factors_names(object)
factors_names(object) <- value
## S4 method for signature 'MOFA'
factors_names(object)
## S4 replacement method for signature 'MOFA,vector'
factors_names(object) <- value
|
object |
a |
value |
a character vector of factor names |
character vector with the factor names
1 2 3 4 | # Using an existing trained model on simulated data
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
factors_names(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.