View source: R/vlnplot_compare_ST_SC.R
vlnplot_compare_ST_SC | R Documentation |
nicer looking version of the Seurat function VlnPlot, to compare expression of gene(s) in scRNA-seq and ST datasets.
vlnplot_compare_ST_SC(
SC_obj,
ST_obj,
features,
pt_size = 0.3,
sort = T,
plot_hline = T
)
SC_obj |
single cell Seurat object. |
ST_obj |
ST Seurat object. |
features |
gene(s) you want to plot expression of. |
pt_size |
point size. |
sort |
sort X-axis in descending order of mean expression? |
plot_hline |
plot a dashed horizontal line at 0? |
dims_plot |
dimensions to plot. |
violin plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.