mkVCFhdr | R Documentation |
Generate the initial boiler plate VCF, then generate ##INFO entries for each entry tag. Finally, generate the ##contig entries for each chromosome.
mkVCFhdr(prefix, markers, envir)
prefix |
prefix for .vcf file |
markers |
data.frame of markers being processed |
envir |
"environment" containing SQLite database and other globals |
None
## Not run:
mkVCFhdr(prefix, NULL, envir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.