check-scalar-hasMultipleSamples | R Documentation |
Does the input object contain multiple samples?
hasMultipleSamples(x)
x |
Object. |
TRUE
on success;
FALSE
on failure, with cause set.
Updated 2022-03-04.
sampleNames
.
data(SingleCellExperiment_splatter, package = "AcidTest")
## TRUE ====
if (requireNamespace("AcidSingleCell", quietly = TRUE)) {
(SingleCellExperiment_splatter)
}
## FALSE ====
hasMultipleSamples(list())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.