Description Usage Arguments Value Examples
Annotates doublets/multiplets using a binary classification approach to discriminate artificial doublets from original data.
1 2 |
sce |
single cell experiment ( |
ntop |
integer, indicating number of top variance genes to consider. Default: 500 |
srat |
numeric, indicating ratio between orginal number of "cells" and simulated doublets; Default: 1 |
verb |
progress messages. Default: FALSE |
retRes |
logical, should the trained classifier be returned? Default: FALSE |
nmax |
maximum number of training rounds; integer or "tune". Default: "tune" |
varImp |
logical, should variable (i.e., gene) importance be returned? Default: FALSE |
estNdbl |
logical, should the numer of doublets be estimated from the data. Enables doublet calls. Default:FALSE. Use with caution. |
sce input sce object SingleCellExperiment
with doublet scores
added to colData as "bcds_score" column, and possibly more (details)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.