ava2vcf {R453Plus1Toolbox} | R Documentation |
Converts all variants in a given AVASet object into a VCF object and writes it to a file in VCF format if filename is given.
ava2vcf(object, filename, annot)
object |
An object of class AVASet. |
filename |
The name of the VCF file to write in, if ommitted no file is written. |
annot |
An object of class |
An object of class VCF-class
Christian Ruckert
AnnotatedVariants-class
, AVASet-class
, VCF-class
, writeVcf
data("avaSetFiltered") vcf <- ava2vcf(avaSetFiltered)