samples,RnBSet-method {RnBeads} | R Documentation |
Extracts sample identifiers
## S4 method for signature 'RnBSet' samples(object) ## S4 method for signature 'RnBeadClustering' samples(object)
object |
Dataset of interest. |
The column of the sample annotation table which contains identifiers is globally controlled via the
"identifiers.column"
option. In case the latter is NULL
column names of the matrix returned
by the meth
method are treated as sample identifiers. In case the latter are also missing, a character
vector with sample numbers is returned.
character
vector of sample identifiers.
library(RnBeads.hg19) data(small.example.object) samples(rnb.set.example)