Description Usage Arguments Details Value Author(s) See Also Examples
Open Tabix-indexed file for subsequent access with other tabix_ methods
1 | tabix_open(filename)
|
filename |
String, name of tabix-indexed file to open |
As filename, specify the data file, not the index file ending in .tbi!
Tabix file handle
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.