R/adt_profiles.R
adtProfiles.Rd
produce a heatmap from a specialized CITE-seq SingleCellExperiment
adtProfiles(x, lb = -3, ub = 3, do_z = FALSE)
SingleCellExperiment instance that has an `se.averaged` component in its metadata
numeric(1) lower bound on 'breaks' sequence for ComplexHeatmap::pheatmap, defaults to -3
numeric(1) upper bound on 'breaks' sequence for ComplexHeatmap::pheatmap, defaults to 3
logical(1) if TRUE, divide the residuals by their standard deviation across clusters, defaults to false
ComplexHeatmap::pheatmap instance
side effect of pheatmap::pheatmap call
See the OSCA book ch12.5.2 for the application.
ch12sce <- getCh12Sce()
adtProfiles(ch12sce)
adtProfiles(ch12sce, do_z = TRUE)