Entering edit mode
dahmani_amel
•
0
@dahmani_amel-13058
Last seen 7.7 years ago
Hi everyone,
i installed mygene package and i'd try to use it to convert gene-symbols to gene-EntrezID but it returns me this error:
> xli <- c('Glb1_mapped', 'Gm1012', 'Gnptag' ) > queryMany(xli, scopes="symbol", fields="entrezgene", species="rat") Error in queryMany(xli, scopes = "symbol", fields = "entrezgene", species = "rat") : impossible de trouver la fonction "queryMany"
Can you tell me please what's wrong?
Thank you in advance
Amal
If you have further questions, please use the ADD COMMENT button, rather than adding another answer (when you are not in fact adding an answer at all!).
The error you get is from an internal function that is simply intended to change a name in the returned DataFrame. If you were to debug the function, you would see that you are correct - it's because none of the symbols are found.
Oh i'm sorry, it's my first use of this forum!!
thank you for your answer, it works with found symbols :)