powered by
Plot estimated and fitted model parameters
plot_model_pars( vst_out, xaxis = "gmean", show_theta = FALSE, show_var = FALSE, verbosity = 2 )
A ggplot object
The output of a vst run
Variable to plot on X axis; default is "gmean"
Whether to show the theta parameter; default is FALSE (only the overdispersion factor is shown)
Whether to show the average model variance; default is FALSE
An integer specifying the verbosity level: 0 (silent, no messages), 1 (show messages only), or 2 (show messages and progress bars); default is 2
# \donttest{ vst_out <- vst(pbmc, return_gene_attr = TRUE) plot_model_pars(vst_out) # }
Run the code above in your browser using DataLab