seqnamesTabix | R Documentation |
This function queries a tabix file, returning the names of the ‘sequences’ used as a key when creating the file.
seqnamesTabix(file, ...)
## S4 method for signature 'character'
seqnamesTabix(file, ...)
file |
A |
... |
Additional arguments, currently ignored. |
A character()
vector of sequence names present in the file.
Martin Morgan <mtmorgan@fhcrc.org>.
fl <- system.file("extdata", "example.gtf.gz", package="Rsamtools",
mustWork=TRUE)
seqnamesTabix(fl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.