plot_model_pars {sctransform}R Documentation

Plot estimated and fitted model parameters

Description

Plot estimated and fitted model parameters

Usage

plot_model_pars(vst_out)

Arguments

vst_out

The output of a vst run

Value

A ggplot object

Examples

## Not run: 
vst_out <- vst(pbmc, return_gene_attr = TRUE)
plot_model_pars(vst_out)

## End(Not run)


[Package sctransform version 0.2.0 Index]