plot_vg: Generate gene variance plots

View source: R/vg.R

plot_vgR Documentation

Generate gene variance plots

Description

Generate gene variance plots

Usage

plot_vg(gene_var_stats, plots = "all", loess_fit = NULL)

Arguments

gene_var_stats

a data.frame of statistics generated by compute_vg_stats()

plots

a character vector specifying one or more of the following options (Default is "all"):

  • qq_z_plot

  • qq_loess.z_plot

  • z_density_plot

  • loess.z_density_plot

  • dispersion_fit_plot

  • all

loess_fit

a loess fit object as generated by gene_loess_fit(). This is required only for the dispersion_fit_plot.

Value

a list object with multiple ggplot2 plot objects depending on the plots parameter


AllenInstitute/scrattch.hicat documentation built on Oct. 20, 2023, 6:55 a.m.