powered by
Plot estimated and fitted model parameters
plot_model_pars(vst_out, show_var = FALSE)
The output of a vst run
Whether to show the average model variance; boolean; default is FALSE
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