powered by
tabix_setregion( tabfh, tid, beginpos, endpos )
tabix_open
## ## Example : ## gffgzfile <- system.file("extdata", "ex.gff3.gz", package = "WhopGenome" ) gffh <- tabix_open( gffgzfile ) gffh tabix_setregion( gffh, "ex.1", 1, 400 ) tabix_close( gffh ) gffh
Run the code above in your browser using DataLab