| sampleNames | R Documentation |
Return the sample names of a MultiBlock object.
sampleNames(x)
## S4 method for signature 'MultiBlock'
sampleNames(x)
x |
A MultiBlock object. |
A vector with the sample names.
b1 <- matrix(rnorm(500), 10, 50)
rownames(b1) <- paste0("s", 1:10)
mb <- MultiBlock(Data = list(b1 = b1))
sampleNames(mb) # "s1" ... "s10"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.