plot_registration_results: Plot gene of interest after registration

View source: R/plots.R

plot_registration_resultsR Documentation

Plot gene of interest after registration

Description

Plot gene of interest after registration

Usage

plot_registration_results(
  results,
  type = c("registered", "original"),
  genes_list = NULL,
  title = NULL,
  ncol = NULL
)

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.

Value

Plot of genes of interest after registration process (type = "registered") or showing original time points (type = "original").


greatR documentation built on July 26, 2023, 5:43 p.m.