Description Usage Arguments Examples
This function will generate a figure for VSE analysis
1 |
data |
A list of matrices outputted by the function VariantSetEnrichment |
padj |
Bonferroni adjusted p-value cutoff. Default: 0.01 |
... |
Arguments from boxplot |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.