mouse4302.db mapping discrepancies between as.list() and select()
0
0
Entering edit mode
mark614 • 0
@mark614-9826
Last seen 8.1 years ago

Hi, I am trying to map affymetrix IDs to gene ontology terms using mouse4302.db R library. I noticed some discrepancies in the results, which depends on the way the mapping is performed. An example below for GO:2001030

require(mouse4302.db)

### using as.list()
x = as.list(mouse4302GO2PROBE)
x["GO:2001030"] # output is NA

### using select()
s = select(mouse4302.db, keys(mouse4302.db), 'GO')
s[grep("GO:2001030", s$GO),] # output gives 3 affy IDs

I would expect that the as.list() and select() methods would produce the same results - am I missing something?

Any suggestions would be much appreciated!

 

r mouse4302 gene ontology • 853 views
ADD COMMENT

Login before adding your answer.

Traffic: 632 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