Plot gene of interest after registration
Usage
plot_registration_results(
results,
type = c("registered", "original"),
genes_list = NULL,
title = NULL,
ncol = NULL,
plot_mean_data = FALSE
)
Arguments
- results
Registration results, output of the
register
registration process.- type
Type of plot, determines whether to use "registered" or "original" time points. By default, "registered".
- genes_list
Optional vector indicating the
gene_id
values to be plotted.- title
Optional plot title.
- ncol
Number of columns in the plot grid. By default this is calculated automatically.
- plot_mean_data
Whether mean data is displayed or not.