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, 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

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

## End(Not run)


[Package sctransform version 0.2.1 Index]