-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orgdb note didn't work in Gene annotation #53
Comments
query(ah,'org.Hs.eg.db.sqlite') is key. different versions of bioc impact this |
Unfortunately while this works, the following line from the original code, which uses
This, however, will work (with a warning):
Which also implies that the note itself is wrong, since the note mentions these 1:many mappings are automatically removed. And in fact there are duplicate ENTREZ IDs
Unless there is a different |
Fixed the issue with multiple mapping: |
This is a draft of how to fix it:
#check available updated database
query(ah,'org.Hs.eg.db.sqlite')
human_orgdb <- query(ah, c("Homo sapiens", "OrgDb"))
test <- human_orgdb[["AH111575"]]
test
The text was updated successfully, but these errors were encountered: