Learn R Programming

Mega2R (version 1.0.2)

mkVCFpen: generate required Mega2 penetrance (.pen) file

Description

Generate the initial boiler plate VCF, then generate ##INFO entries for each entry tag. Finally, generate the ##contig entries for each chromosome.

Usage

mkVCFpen(prefix, envir)

Arguments

prefix

prefix for .pen file (penetrance)

envir

"environment" containing SQLite database and other globals

Value

None

Examples

Run this code
# NOT RUN {
mkVCFpen(prefix, envir)
# }

Run the code above in your browser using DataLab