plot_readcount | R Documentation |
Draw a box plot for read count data of a metadata variable
plot_readcount(
seu,
metavar = "nCount_RNA",
color.by = "batch",
yscale = "linear",
return_plotly = FALSE,
...
)
seu |
A seurat object |
metavar |
Metadata variable to plot. Default set to "nCount_RNA" |
color.by |
Variable to color bins by. Default set to "batch" |
yscale |
Scale of y axis. Default set to "linear" |
return_plotly |
whether to return an interactive ploly plot. Default set to FALSE |
# interactive plotly
plot_readcount(human_gene_transcript_seu, return_plotly = TRUE)
# static plot
plot_readcount(human_gene_transcript_seu, return_plotly = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.