##
## Example : (NOT RUN)
##
print("Opening and reading")
gffgzfile <- system.file("extdata", "ex.gff3.gz", package = "WhopGenome" )
if( file.exists(gffgzfile) )
{
gffgzfile
gffh <- tabix_open( gffgzfile )
gffh
stopifnot( gffh != NULL )
tabix_read( gffh )
tabix_close( gffh )
gffh
}
Run the code above in your browser using DataLab