tabix_open {WhopGenome}R Documentation

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

Details

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

Value

Tabix file handle

Author(s)

Ulrich Wittelsbuerger

See Also

tabix_open tabix_read

Examples


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


[Package WhopGenome version 0.9.7 Index]