Description Usage Arguments Value Examples
Check for Column Names in the colData Slot of a SummarizedExperiment
1 | hasColDataColumns(SE, values)
|
SE |
A |
values |
A |
logical
True if all of values are column names in the
SummarizedExperiment
object, FALSE otherwise.
1 2 3 | SE <- SummarizedExperiment(matrix(rnorm(100), 10, 10),
colData=data.frame(test=rep(1, 10)))
hasColDataColumns(SE, 'test')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.