Retrieve sequence names defined in a tabix file.
This function queries a tabix file, returning the names of the ‘sequences’ used as a key when creating the file.
headerTabix(file, ...) ## S4 method for signature 'character' headerTabix(file, ...)
file |
A |
... |
Additional arguments, currently ignored. |
A list(4)
of the sequence names, column indicies used to sort
the file, the number of lines skipped while indexing, and the comment
character used while indexing.
Martin Morgan <mtmorgan@fhcrc.org>.
fl <- system.file("extdata", "example.gtf.gz", package="Rsamtools", mustWork=TRUE) headerTabix(fl)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.