Description Usage Arguments Value Author(s) See Also Examples
Close Tabix-indexed file
1 | tabix_close(tabfh)
|
tabfh |
Tabix file handle |
None.
Ulrich Wittelsbuerger
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.