plot_vg | R Documentation |
Generate gene variance plots
plot_vg(gene_var_stats, plots = "all", loess_fit = NULL)
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"):
|
loess_fit |
a loess fit object as generated by gene_loess_fit(). This is required only for the dispersion_fit_plot. |
a list object with multiple ggplot2 plot objects depending on the plots parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.