REFCDS | R Documentation |
Build CDS reference for protein coding genes.
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
## 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.