Description Usage Arguments Value Author(s) See Also Examples
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.
1 | 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
1 2 | data("avaSetFiltered")
vcf <- ava2vcf(avaSetFiltered)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.