matchSampleColumn | R Documentation |
Match sample identifier column
matchSampleColumn(object, ...)
## S4 method for signature 'DFrame'
matchSampleColumn(object)
## S4 method for signature 'SummarizedExperiment'
matchSampleColumn(object)
object |
Object. |
... |
Additional arguments. |
character(1)
.
Updated 2021-01-16.
data(RangedSummarizedExperiment, package = "AcidTest")
rse <- RangedSummarizedExperiment
## SummarizedExperiment ====
id <- matchSampleColumn(rse)
print(id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.