Description Usage Arguments Value Examples
A function that perform normalisation for alternative expression
1 | crossSampleDoublets(sce, altExp_name = NULL, totalExp_threshold = 10)
|
sce |
A |
altExp_name |
Name of alternative expression that will be used to perform normalisation. If it is NULL, it will set to HTO. |
totalExp_threshold |
the threshold indicates for the HTO less than this threshold will be filtered from the analysis |
A SingleCellExperiment Object
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.