add_demux_hashedDrops: Add cellhash demultiplexing results using...

View source: R/add_cellhash_calls.R

add_demux_hashedDropsR Documentation

Add cellhash demultiplexing results using DropletUtils::hashedDrops

Description

Add cellhash demultiplexing results using DropletUtils::hashedDrops

Usage

add_demux_hashedDrops(sce, altexp_id = "cellhash", ...)

Arguments

sce

SingleCellExperiment object.

altexp_id

The name of the alternative experiment that contains the cellhash data. Default value: "cellhash"

...

Other arguments to pass to DropletUtils::hashedDrops

Value

SingleCellExperiment with a 'colData' column 'hashedDrops_sampleid' containing the confident demultiplexing calls. Other results from 'DropletUtils::hashedDrops()' are included in the 'rowData' for the cellhash 'altExp', with the prefix 'hashedDrops_'. See [DropletUtils::hashedDrops()] for the contents of these fields.

Examples

## Not run: 
# add cell calls from DropletUtils::hashedDrops()
add_demux_hashedDrops(sce = sce)

## End(Not run)

AlexsLemonade/scpcaTools documentation built on July 12, 2024, 8:34 a.m.