Description Usage Arguments Value Examples
A function to plot HTO expression
1 |
sce |
sce |
which_idx |
which_idx |
altExp_name |
altExp_name |
ncol |
ncol |
A plot visualising the HTO expression
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")
plotHTO(sce_citeseq, 1:4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.