##
## Example:
##
vcffile <- vcf_open( system.file( "extdata" , "ex.vcf.gz" , package="WhopGenome" ) )
vcf_setregion(vcffile, "Y", 1, 100000 )
vcf_readLineVec( vcffile )
vcf_readLineVec( vcffile )
vcf_restartregion( vcffile )
vcf_readLineVec( vcffile )
vcf_readLineVec( vcffile )
Run the code above in your browser using DataLab