| plot_model_pars | R Documentation |
Plot estimated and fitted model parameters
plot_model_pars(
vst_out,
xaxis = "gmean",
show_theta = FALSE,
show_var = FALSE,
verbosity = 2
)
vst_out |
The output of a vst run |
xaxis |
Variable to plot on X axis; default is "gmean" |
show_theta |
Whether to show the theta parameter; default is FALSE (only the overdispersion factor is shown) |
show_var |
Whether to show the average model variance; default is FALSE |
verbosity |
An integer specifying the verbosity level: 0 (silent, no messages), 1 (show messages only), or 2 (show messages and progress bars); default is 2 |
A ggplot object
vst_out <- vst(pbmc, return_gene_attr = TRUE)
plot_model_pars(vst_out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.