Description Usage Arguments Value
View source: R/psupertime_plots.R
Plots profiles of hand-selected genes against psupertime.
1 2 3 4 5 6 7 | plot_specified_genes_over_psupertime(
psuper_obj,
extra_genes,
label_name = "Ordered labels",
palette = "RdBu",
plot_ratio = 1.25
)
|
psuper_obj |
psupertime object, output from psupertime |
extra_genes |
List of genes to be plotted (these must be in the set of genes used for calculating psupertime, e.g. highly variable genes) |
label_name |
Description for the ordered labels in the legend (e.g. 'Developmental stage (days)') |
palette |
RColorBrewer palette to use |
plot_ratio |
ratio of columns to rows (default is 5:4) |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.