Description Usage Arguments Details Value Author(s)
Convert a txLoc object to a GRangesList object.
See 'Details'.
1 | TxLoc2GRangesList(txLoc, method = c("tx_region", "genome"))
|
txLoc |
A |
method |
A character string; specifies whether coordinates
are genome ( |
The function converts a txLoc to a GRangesList
object. Coordinates can be either genomic coordinates
(method = "genome") or transcript region coordinates
(method = "tx_region").
A list of GRanges objects. See 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.