| features_metadata | R Documentation | 
features_metadata: set and retrieve feature metadata
features_metadata(object)
features_metadata(object) <- value
## S4 method for signature 'MOFA'
features_metadata(object)
## S4 replacement method for signature 'MOFA,data.frame'
features_metadata(object) <- value
object | 
 a   | 
value | 
 data frame with feature information, it at least must contain the columns   | 
a data frame with sample metadata
# Using an existing trained model on simulated data
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
features_metadata(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.