##
## Example:
##
vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") )
vcf_parseNextSNP( vcffile )
vcf_getChrom( vcffile )
vcf_getPos( vcffile )
vcf_getID( vcffile )
vcf_getAlt( vcffile )
vcf_getQual( vcffile )
vcf_getFilter( vcffile )
vcf_getInfoField( vcffile, "AA" )
Run the code above in your browser using DataLab