entrez gene to genome coordinates
1
0
Entering edit mode
@bhatti-gaurav-4184
Last seen 9.7 years ago
Hey I am looking for genome locations for a list of entrez ids. I have used org.Hs.db in the past. However there are several ids in my list which do not have annotation in the database. What are other packages available? Are there other tables I can download from NCBI to get the annotation my self? Gaurav [[alternative HTML version deleted]]
Annotation Annotation • 1.1k views
ADD COMMENT
0
Entering edit mode
Marc Carlson ★ 7.2k
@marc-carlson-2264
Last seen 7.8 years ago
United States
Hi Guarav, It might be overkill, but you could also use the GenomicFeatures package to get similar information in a different (GRanges) form. This information could come from whatever UCSC Genome browser track you specified BUT: you would have to be careful to choose a track that used Entrez Gene IDs as the gene accessions. So for example this would get you the mouse data: library(GenomicFeatures) txdb2 <- makeTranscriptDbFromUCSC(genome="mm9", tablename="knownGene") result = exonsBy(txdb2,by="gene") head(result) Marc On 08/06/2010 09:17 AM, Bhatti, Gaurav wrote: > Hey > I am looking for genome locations for a list of entrez ids. I have used org.Hs.db in the past. However there are several ids in my list which do not have annotation in the database. What are other packages available? Are there other tables I can download from NCBI to get the annotation my self? > > Gaurav > > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT

Login before adding your answer.

Traffic: 500 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6