Description Usage Arguments Value Examples
features_metadata: set and retrieve feature metadata
1 2 3 4 5 6 7 8 9 | 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
1 2 3 4 | # 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.