exportVCF | R Documentation |
This function exports a vcf object into a standard vcf file.
exportVCF(vcf, file = NULL)
vcf |
vcf object |
file |
Character, specifies filename/path |
This function exports a vcf object to a standard vcf file. If no file name is given, the variable name will be used instead.
A vcf file
Daniel Fischer
# Define here the location on HDD for the example file
fpath <- system.file("extdata","example.vcf", package="GenomicTools.fileHandler")
# Import the example fasta file
# vcfFile <- importVCF(file=fpath)
# myfile <- file.path(tempdir(), "myLocs.vcf")
exportVCF(newVCF, file=myfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.