powered by
This function takes two string parameters: one to specify entrez gene ids to transcripts, the other to map gene names to entrez gene id's.
setAnnotations(txdb, entrezGene, envir = ENV)
None
name of Bioconductor transcription database.
name of Bioconductor mapping of gene name or gene alias to entrez gene id
an 'environment' that contains all the data frames created from the SQLite database.
db = system.file("exdata", "seqsimm.db", package="Mega2R") ENV = read.Mega2DB(db) setAnnotations("TxDb.Hsapiens.UCSC.hg19.knownGene", "org.Hs.eg.db") ENV$txdb ENV$entrezGene
Run the code above in your browser using DataLab