samples_metadata | R Documentation |
samples_metadata: retrieve sample metadata
samples_metadata(object)
samples_metadata(object) <- value
## S4 method for signature 'MOFA'
samples_metadata(object)
## S4 replacement method for signature 'MOFA,data.frame'
samples_metadata(object) <- value
object |
a |
value |
data frame with sample metadata, it must at least 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)
samples_metadata(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.