exportVCF | R Documentation |
A function to export tables/matrices in VCF format to VCF files
exportVCF(out.vcf, out.path, compress = TRUE)
out.vcf |
a matrix or data frame in vcf file format to be exported |
out.path |
a character string of output path for the vcf file; should end in the name as the vcf file and .vcf. See examples |
compress |
logical. whether to compress the output file. If |
Exports a vcf file to a given destination
Piyal Karunarathne
## Not run: vcf.file.path <- paste0(path.package("rCNV"), "/example.raw.vcf.gz")
vcf <- readVCF(vcf.file.path)
exportVCF(vcf,"../exVcf.vcf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.