Skip to content
Prev 5900 / 21312 Next

[Bioc-devel] mapping vector of gene ids to gene symbols

Hi Michael,

The fact that duplicate keys are not being allowed in OrganismDb objects 
is an inconsistency that I will be looking into.  That is, if you do the 
same thing with orgDb or TranscriptDb objects, duplicates are allowed 
and passed along.  So I plan to fix this. I have checked in a 
preliminary fix to the devel branch.

The NAs on the other hand though have always been dropped from select 
methods since it doesn't usually make sense to include them in the 
output.  I can explore the possibility of doing something with an extra 
argument to support a much more strict interpretation of the keys, but 
it would have to error out if there are one to many mappings.


  Marc
On 06/18/2014 06:03 AM, Michael Lawrence wrote: