View source: R/rearlist-utils.R
loadTxdbTranscripts | R Documentation |
Load transcripts, CDS, and a txdb object for a user-specified build
loadTxdbTranscripts(build, seq_levels)
build |
character string providing genome build. Currently only hg19 and hg18 are supported. |
seq_levels |
allowed seqnames |
a named list with elements 'transcripts' (GRanges
of transcripts), 'cds' (GRangesList
of CDS listed by transcript), and 'txdb' (a txdb
object).
tx.cds <- loadTxdbTranscripts("hg19")
tx.cds[["cds"]]
tx.cds[["transcripts"]]
tx.cds[["txdb"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.