powered by
A function to export tables/matrices in VCF format to VCF files
exportVCF(out.vcf, out.path, compress = TRUE)
Exports a vcf file to a given destination
a matrix or data frame in vcf file format to be exported
a character string of output path for the vcf file; should end in the name as the vcf file and .vcf. See examples
logical. whether to compress the output file. If TRUE, the file will be .gz compressed
TRUE
.gz
Piyal Karunarathne
if (FALSE) vcf.file.path <- paste0(path.package("rCNV"), "/example.raw.vcf.gz") vcf <- readVCF(vcf.file.path) exportVCF(vcf,"../exVcf.vcf")
Run the code above in your browser using DataLab