You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested this on two separate machines, one running R version 4.0.4 with Bioconductor 3.12 and the other running R 4.1.0 with Bioconductor 3.13. maps() threw the same error on both machines. Oddly, this code snippet worked back in February with no issues. I'm not sure if this error has to do with the Java version. As for the sessioninfo() and the Java versions of the two machines I tested on:
I was trying to map gene identifiers from Entrez gene ID to HGNC symbols using the following code:
The
maps
function threwjava.lang.NoSuchMethodError
. Traceback info:I tested this on two separate machines, one running R version 4.0.4 with Bioconductor 3.12 and the other running R 4.1.0 with Bioconductor 3.13.
maps()
threw the same error on both machines. Oddly, this code snippet worked back in February with no issues. I'm not sure if this error has to do with the Java version. As for thesessioninfo()
and the Java versions of the two machines I tested on:Java version:
Java version:
In addition to the above, I then tried
map()
for mapping an individual identifier. It didn't throw this error, but also returned nothing:I can't find out the cause of this myself. Any help will be very much appreciated.
The text was updated successfully, but these errors were encountered: