Description Usage Arguments Value Author(s) Examples
Method to load transcript annotation data to a format that is easy to make transcript visualizations from. The resulting object can be passed to make_track_plotter and will result in faster track function creation than passing the TxDb or OrganismDb object. Useful if calling make_track_plotter multiple times.
1 2 3 4 5 | ## S4 method for signature 'TxDb'
unpack_transcripts(object)
## S4 method for signature 'OrganismDb'
unpack_transcripts(object)
|
object |
a TxDb or OrganismDb object |
TranscriptParts object
Alicia Schep and Justin Finkle
1 2 3 | library(TxDb.Hsapiens.UCSC.hg19.knownGene)
transc <- unpack_transcripts(TxDb.Hsapiens.UCSC.hg19.knownGene)
class(transc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.