Learn R Programming

VSE (version 0.99)

VSEqq: VSEqq

Description

This function will generate QQ plots of normal distribution

Usage

VSEqq(data, ...)

Arguments

data
A matrix outputted by the function VariantSetEnrichment
...
Arguments for qqnorm plot

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")))
VSEqq(bca.vse)

Run the code above in your browser using DataLab