Skip to content
Prev 7153 / 21312 Next

[Bioc-devel] little tiny bug in CDSID annotations from predictCoding()

The second mapping in .localCoordinates() in AllUtils.R was using a 
listed 'to' instead of unlisted 'to'. This means the mapping was at the 
level of the outer list elements vs the inner.  We want to map/overlap 
with an unlisted object because each range can have a different CDSID. 
This second mapping provided the index for retrieving the CDSIDs which 
is why you saw a difference between the two.

This was a bug for predictCoding only.

Valerie
On 03/17/2015 11:39 AM, Robert Castelo wrote: