Description Usage Arguments Value Author(s) Examples
Plot method for spCounts objects to display "markers", typically genes thought to be discreetly expressed in one cell type, in all samples.
1 2 3 4 | plotCountsMarkers(singlets, multiplets, ...)
## S4 method for signature 'CIMseqSinglets,CIMseqMultiplets'
plotCountsMarkers(singlets, multiplets, markers = NULL, ...)
|
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. |
A ggplot2 object containing the plot. See examples or the plotting vignette for further help.
Jason T. Serviss
1 2 | markers <- c("ACTB", "GAPDH")
p <- plotCountsMarkers(CIMseqSinglets_test, CIMseqMultiplets_test, markers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.