Description Usage Arguments Details Value
View source: R/find_doublets.R
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.
1 2 3 | drop_doublets(txis, score = NULL, clust = TRUE, ...)
find_doublets(txis, score = NULL, clust = TRUE, ...)
|
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. |
1 | drop_doublets drops doublets. find_doublets just marks them.
|
1 | a SingleCellExperiment with doublets marked (or dropped)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.