topCellsPerSample | R Documentation |
Obtain the top cellular barcodes, based on counts.
topCellsPerSample(object, ...)
## S4 method for signature 'SingleCellExperiment'
topCellsPerSample(object, n = 100L)
object |
Object. |
n |
|
... |
Additional arguments. |
list
.
Top barcodes as character
, split by sample identifier.
Updated 2022-03-02.
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
x <- topCellsPerSample(object)
lapply(x, head)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.