write.vcf | R Documentation |
write a vcf object
write.vcf(x, filename = NULL, verbose = TRUE)
x |
a vcf object |
filename |
a filename |
verbose |
more words |
The input needs to be a vcf object. This
A vcf file
Daryl Waggott
vcf format specifications
vcf <- read.vcf(system.file("extdata/clinvar_dbSNP138_example.vcf.gz", package = "bedr"));
vcf$header <- c(vcf$header, NOTE="vcf processed by bedr")
## Not run:
write.vcf(vcf, filename = paste(tempdir(), "/bedr.example.vcf", sep = ""));
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.