plotCountsMarkers: plotCountsMarkers

Description Usage Arguments Value Author(s) Examples

Description

Plot method for spCounts objects to display "markers", typically genes thought to be discreetly expressed in one cell type, in all samples.

Usage

1
2
3
4
plotCountsMarkers(singlets, multiplets, ...)

## S4 method for signature 'CIMseqSinglets,CIMseqMultiplets'
plotCountsMarkers(singlets, multiplets, markers = NULL, ...)

Arguments

singlets

CIMseqSinglets; An CIMseqSinglets object.

multiplets

CIMseqMultiplets; An CIMseqMultiplets object.

...

additional arguments to pass on.

markers

character; A vector with the 2 markers to plot.

Value

A ggplot2 object containing the plot. See examples or the plotting vignette for further help.

Author(s)

Jason T. Serviss

Examples

1
2
markers <- c("ACTB", "GAPDH")
p <- plotCountsMarkers(CIMseqSinglets_test, CIMseqMultiplets_test, markers)

EngeLab/CIMseq documentation built on Jan. 25, 2022, 5 a.m.