barcodeRanksPerSample | R Documentation |
Barcode ranks per sample
barcodeRanksPerSample(object, ...)
## S4 method for signature 'SingleCellExperiment'
barcodeRanksPerSample(object, assay = 1L, ...)
object |
Object. |
assay |
|
... |
Passthrough arguments to |
DataFrameList
.
Requires DropletUtils package to be installed.
Updated 2022-03-02.
DropletUtils::barcodeRanks()
.
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
if (requireNamespace("DropletUtils", quietly = TRUE)) {
object <- SingleCellExperiment_splatter
x <- barcodeRanksPerSample(object)
names(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.