InitializeVCF | R Documentation |
Initialize VCF with FIREVAT config file This functions selects point mutations and appends filter values to vcf.obj$data
InitializeVCF(vcf.obj, config.obj, verbose = TRUE)
vcf.obj |
A list from ReadVCF |
config.obj |
A list from ParseConfigFile |
verbose |
If true, provides process detail |
A list with the following elements
vcf.obj.filteredvcf.obj (high-quality vcf)
vcf.obj.artifactvcf.obj (low-quality vcf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.