Description Usage Arguments Value Examples
Function to set and retrieve sample names.
1 2 3 4 5 6 7 8 9 | sampleNames(object)
sampleNames(object) <- value
## S4 method for signature 'MOFAmodel'
sampleNames(object)
## S4 replacement method for signature 'MOFAmodel,vector'
sampleNames(object) <- value
|
object |
a |
value |
a character vector of sample names |
character vector with the sample names
1 2 3 | data("CLL_data", package = "MOFAdata")
MOFAobject <- createMOFAobject(CLL_data)
head(sampleNames(MOFAobject))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.