tabix_close {WhopGenome}R Documentation

Close Tabix-indexed file

Description

Close Tabix-indexed file

Usage

tabix_close(tabfh)

Arguments

tabfh

Tabix file handle

Value

None.

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]