find_doublets: simple automated doublet marking for pipelining, refactored a...

Description Usage Arguments Details Value

View source: R/find_doublets.R

Description

Note: if colLabels(txis) exists, it will be used to supply cluster labels. Note: if xgboost is installed, we use "xgb", else "weighted" for the score.

Usage

1
2
3
drop_doublets(txis, score = NULL, clust = TRUE, ...)

find_doublets(txis, score = NULL, clust = TRUE, ...)

Arguments

txis

a SingleCellExperiment, ideally with sample and cluster labels

score

scoring method ("xgb" if possible, "weighted" otherwise)

clust

use clusters? (default is TRUE; set to false if many samples)

...

more params for scDblFinder, e.g. trajectoryMode or BPPARAM

Details

1
drop_doublets drops doublets. find_doublets just marks them. 

Value

1
 a SingleCellExperiment with doublets marked (or dropped)

trichelab/velocessor documentation built on Jan. 5, 2022, 6:27 p.m.