Description Usage Arguments Value Examples
doublet identification within batch
1 | withinSampleDoublets(sce, altExp_name = NULL, eps = 200, minPts = 50)
|
sce |
a SingleCellExperiment |
altExp_name |
expression name of HTO matrix |
eps |
eps of DBSCAN |
minPts |
minPts of DBSCAN |
A SingleCellExperiment object
1 2 3 4 5 6 7 8 | data(CITEseq_example, package = "CiteFuse")
sce_citeseq <- preprocessing(CITEseq_example)
sce_citeseq <- normaliseExprs(sce = sce_citeseq,
altExp_name = "HTO",
transform = "log")
sce_citeseq <- crossSampleDoublets(sce_citeseq)
sce_citeseq <- withinSampleDoublets(sce_citeseq,
minPts = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.