| plot_model_pars {sctransform} | R Documentation |
Plot estimated and fitted model parameters
plot_model_pars(vst_out, show_var = FALSE)
vst_out |
The output of a vst run |
show_var |
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) ## End(Not run)