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