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

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/tabix.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
##
##	Example :
##
gffgzfile  <- system.file("extdata", "ex.gff3.gz", package = "WhopGenome" )
gffh <- tabix_open( gffgzfile )
gffh
tabix_close( gffh )
gffh

WhopGenome documentation built on May 1, 2019, 10:12 p.m.