Query regarding for Entrez IDpackage
1
0
Entering edit mode
varpal singh ▴ 120
@varpal-singh-4012
Last seen 10.1 years ago
Dear Madam/Sir, Can you tell me, how can I get Entrez ID of arabidopsis for some particular probe id's of microarray by bioconductor ?? Thanks varpal [[alternative HTML version deleted]]
Microarray Microarray • 669 views
ADD COMMENT
0
Entering edit mode
Marc Carlson ★ 7.2k
@marc-carlson-2264
Last seen 8.2 years ago
United States
Hi Varpal, These are exposed in the org.At.tair.db package but not in the chip packages. The chip packages (such as ag.db), will all load the org.At.tair.db package though to get the data that they normally expose. So simply loading the appropriate chip package will make all these things available to you. Here is one way that you could use to connect them that assumes you are using the "ag" chip. library(ag.db) ids = c("11986_at","11987_at","11988_at","11989_at") #get the probeset IDs that map to the relevant TAIR accessions. accs = toTable(agACCNUM[ids] ) accs #get the entrez gene IDs that map to the relevant TAIR accessions egs = toTable(org.At.tairENTREZID[accs[,"gene_id"]] ) egs #merge them together. merge(accs, egs) Let us know if you have more questions, Marc On 05/06/2010 02:23 AM, varpal singh wrote: > Dear Madam/Sir, > > Can you tell me, how can I get Entrez ID of arabidopsis for some particular > probe id's of microarray by bioconductor ?? > > Thanks > varpal > > [[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: 734 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