VSEplot: VSEplot

Description Usage Arguments Examples

View source: R/VSEplot.R

Description

This function will generate a figure for VSE analysis

Usage

1
VSEplot(data, padj = 0.01, ...)

Arguments

data

A list of matrices outputted by the function VariantSetEnrichment

padj

Bonferroni adjusted p-value cutoff. Default: 0.01

...

Arguments from boxplot

Examples

1
2
3
#Load pre-saved object "bca.vse" as an example VSE output
load(file.path(system.file("extdata", "vse_output.Rda", package="VSE")))
VSEplot(bca.vse, las=2,pch=20, cex=1, cex.main=0.6, padj=0.05)

VSE documentation built on May 2, 2019, 4 p.m.