Learn R Programming

WhopGenome (version 0.9.4)

tabix_close: Close Tabix-indexed file

Description

Close Tabix-indexed file

Usage

tabix_close(tabfh)

Arguments

tabfh
Tabix file handle

Value

None.

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