Print summary statistics of alpha level cutoffs

alpha_summary(dds, alpha = c(0.1, 0.05, 0.01, 0.001, 1e-06))

Arguments

dds

DESeq2 data set

alpha

alpha Numeric vector of alpha levels to check

Value

Printed summary

Examples

## Not run: ------------------------------------ # alpha_summary(dds, alpha = 0.05) ## ---------------------------------------------