features_names | R Documentation |
features_names: set and retrieve feature names
features_names(object)
features_names(object) <- value
## S4 method for signature 'MOFA'
features_names(object)
## S4 replacement method for signature 'MOFA,list'
features_names(object) <- value
object |
a |
value |
list of character vectors with the feature names for every view |
list of character vectors with the feature names for each view
# Using an existing trained model on simulated data
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
features_names(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.