Learn R Programming

cnvGSA (version 1.10.0)

cnvGSAexportBurdenStats: Export burden statistics

Description

Exports burden statistics into a tab-delimited text file.

Usage

cnvGSAexportBurdenStats( output, filenamePrefix )

Arguments

output
Object of class CnvGSAOutput
filenamePrefix
Prefix to use in the names of the output files (see below)

Value

Given filenamePrefix="example", outputs "example_burdenGs_coverage.txt" and "example_burdenGs_pairs.txt".

Examples

Run this code
library( "cnvGSAdata" )
data( "cnvGSA_output_example" )
cnvGSAexportBurdenStats( output, "example" )

Run the code above in your browser using DataLab