Skip to content

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

1 message · Robert Castelo

#
Ah, ok, sorry. I didn't get that this was also fixed at the same time.

Thanks!!!!
robert.



-------- Original message --------
From: Valerie Obenchain <vobencha at fredhutch.org> 
Date:17/03/2015  19:59  (GMT+01:00) 
To: Robert Castelo <robert.castelo at upf.edu>,bioc-devel at r-project.org 
Subject: Re: [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: