plotHTO: plotHTO

Description Usage Arguments Value Examples

View source: R/QCfunctions.R

Description

A function to plot HTO expression

Usage

1
plotHTO(sce, which_idx = seq_len(2), altExp_name = NULL, ncol = 2)

Arguments

sce

sce

which_idx

which_idx

altExp_name

altExp_name

ncol

ncol

Value

A plot visualising the HTO expression

Examples

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)

CiteFuse documentation built on April 14, 2021, 6 p.m.