Learn R Programming

Mega2R (version 1.1.0)

mkVCFfam: generate required VCF family (.fam) 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

mkVCFfam(prefix, envir)

Value

None

Arguments

prefix

prefix for .fam file (family pedigree)

envir

"environment" containing SQLite database and other globals

Examples

Run this code
if (FALSE) {
mkVCFfam(prefix, envir)
}

Run the code above in your browser using DataLab