Description Usage Arguments Author(s) See Also Examples
To write a vcf object to VCF format file
| 1 | 
| x | A vcf object. | 
| file | Character. The file (including path) to which a vcf object will be written. | 
| HEAD | Logical value. If TRUE, head information will be output. | 
| ... | not used. | 
Qiang Hu
| 1 2 3 4 | vcffile <- system.file("extdata", "1151HZ0001.flt.vcf", package="VPA")
vcfdata <- read.vcf(vcffile)
summary(vcfdata)
write.vcf(vcfdata)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.