| plot_model_pars {sctransform} | R Documentation |
Plot estimated and fitted model parameters
plot_model_pars(vst_out)
vst_out |
The output of a vst run |
A ggplot object
## Not run: vst_out <- vst(pbmc, return_gene_attr = TRUE) plot_model_pars(vst_out) ## End(Not run)