check-scalar-hasMetrics | R Documentation |
Does the object contain quality control metrics?
hasMetrics(x, colData = c("nCount", "nFeature"))
x |
|
colData |
|
TRUE
on success;
FALSE
on failure, with cause set.
Updated 2021-01-04.
if (requireNamespace("SummarizedExperiment", quietly = TRUE)) {
data(RangedSummarizedExperiment, package = "AcidTest")
x <- RangedSummarizedExperiment
hasMetrics(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.