Description Usage Arguments Value Author(s) Examples
Build CDS reference for protein coding genes.
1 | REFCDS(txdb,IDDB)
|
txdb |
a TranscriptDb generate using GenomicFeatures |
IDDB |
Genome annotation of the corresponding species, e.g., "org.Hs.eg.db" |
The function REFCDS()
returns a genomic ranges of CDS regions for each coding gene
Ruijia Wang
1 2 3 4 5 6 7 | ## build Reference ranges for CDS in mouse coding genes
library("GenomicFeatures")
library("org.Mm.eg.db")
extpath = system.file("extdata", "mm9.chr19.refGene.R.DB", package="APAlyzer")
txdb = loadDb(extpath, packageName='GenomicFeatures')
IDDB = org.Mm.eg.db
CDSdbraw = REFCDS(txdb,IDDB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.