Learn R Programming

VSE (version 0.99)

VSEplot: VSEplot

Description

This function will generate a figure for VSE analysis

Usage

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

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

Run the code above in your browser using DataLab