Learn R Programming

VSE (version 0.99)

VSESummary: VSESummary

Description

This function will compute the enrichment from a VSE matrix

Usage

VSESummary(data)

Arguments

data
A matrix outputted by the function VariantSetEnrichment

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

Run the code above in your browser using DataLab