powered by
vcf_setregion( vcffh, tid, from=NA, to=NA )
vcf_open
vcf_getregion
## ## Example: ## vcffile <- vcf_open( system.file( "extdata" , "ex.vcf.gz" , package="WhopGenome" ) ) vcf_setregion(vcffile, "Y", 1, 100000 ) vcf_readLineVec( vcffile )
Run the code above in your browser using DataLab