View source: R/visualization.R
TSSPlot | R Documentation |
Plot the normalized TSS enrichment score at each position relative to the
TSS. Requires that TSSEnrichment
has already been run on the
assay.
TSSPlot(object, assay = NULL, group.by = NULL, idents = NULL)
object |
A Seurat object |
assay |
Name of the assay to use. Should have the TSS enrichment
information for each cell
already computed by running |
group.by |
Set of identities to group cells by |
idents |
Set of identities to include in the plot |
Returns a ggplot2
object
print("see https://satijalab.org/signac/reference/tssplot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.