Description Usage Arguments Value Examples
Convert TxDb object to GRangesList
1 2 3 4 5 6 | txdbToGRangesList(
txdb,
geneCols = c("gene_id"),
transcriptCols = c("gene_id", "tx_name"),
exonCols = c("gene_id", "tx_name", "exon_id", "exon_rank")
)
|
txdb |
a |
geneCols |
names of columns to include in the |
transcriptCols |
names of columns to include in the |
exonCols |
names of columns to include in the |
a GRangesList
object with entries c(genes, transcripts, exons)
1 2 3 4 5 6 7 | library(TxDb.Scerevisiae.UCSC.sacCer3.sgdGene)
## load annotation
txdb <- TxDb.Scerevisiae.UCSC.sacCer3.sgdGene
grl <- txdbToGRangesList(txdb)
grl
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.