View source: R/nice_bayesspace_feature_plot.R
nice_bayesspace_feature_plot | R Documentation |
Plot enhanced expression of a given gene resulting from BayesSpace analysis.
nice_bayesspace_feature_plot(
enhanced_obj,
normal_obj = NULL,
features,
cols = brewer.rdpu(n = 100),
show_comparison = F,
show_title = F,
plot_enhanced = T,
n_col = NULL
)
enhanced_obj |
Name of enhanced BayesSpace object. |
normal_obj |
Optional: name of Seurat object to show comparison. |
features |
Genes to plot expression of. |
cols |
Colormap for plotting. |
show_comparison |
if T, will plot both "normal" expression in Seurat object as well as enhanced expression. |
show_title |
show titles on plots? |
plot_enhanced |
if F, will only plot the Seurat expression. |
n_col |
number of columns for final plot. |
plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.