Learn R Programming

Mega2R (version 1.0.0)

mkVCFmap: generate required Mega2 map (.map) 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

mkVCFmap(prefix, markers, envir)

Arguments

prefix

prefix for .map file

markers

data.frame of markers being processed

envir

"environment" containing SQLite database and other globals

Value

None

Examples

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

Run the code above in your browser using DataLab