Learn R Programming

WhopGenome (version 0.9.4)

tabix_open: Open Tabix-indexed file for subsequent access with other tabix_ methods

Description

Open Tabix-indexed file for subsequent access with other tabix_ methods

Usage

tabix_open(filename)

Arguments

filename
String, name of tabix-indexed file to open

Value

Tabix file handle

Details

As filename, specify the data file, not the index file ending in .tbi!

See Also

tabix_open tabix_read

Examples

Run this code

##
##	Example :
##
gffgzfile  <- system.file("extdata", "ex.gff3.gz", package = "WhopGenome" )
gffh <- tabix_open( gffgzfile )
gffh
tabix_close( gffh )
gffh

Run the code above in your browser using DataLab