Learn R Programming

sctransform (version 0.2.1)

plot_model_pars: Plot estimated and fitted model parameters

Description

Plot estimated and fitted model parameters

Usage

plot_model_pars(vst_out, show_var = FALSE)

Arguments

vst_out

The output of a vst run

show_var

Whether to show the average model variance; boolean; default is FALSE

Value

A ggplot object

Examples

Run this code
# 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