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