Description Usage Arguments Value Examples
Remove potential misassigned reads due to index hopping in single cell RNAseq data generated with combinatorial dual indexes.
1 | cleanhop(sce, frct_value = 0.005)
|
sce |
A SingleCellExperiement object. |
frct_value |
Fraction of total reads to substract. Default value = 0.005. |
sce
A SingleCellExperiement object.
1 2 3 4 | sce <- SingleCellExperiment(assays = list(counts = as.matrix(cleanhop_counts)),
colData = cleanhop_annotations)
cleaned_sce = cleanhop(sce)
cleaned_sce = cleanhop(sce, frct_value = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.