powered by
Plot estimated and fitted model parameters
plot_model_pars( vst_out, show_theta = FALSE, show_var = FALSE, verbosity = 2, verbose = NULL, show_progress = NULL )
The output of a vst run
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 whether to show only messages (1), messages and progress bars (2) or nothing (0) while the function is running; default is 2
Deprecated; use verbosity instead
A ggplot object
# NOT RUN { vst_out <- vst(pbmc, return_gene_attr = TRUE) plot_model_pars(vst_out) # } # NOT RUN { # }
Run the code above in your browser using DataLab