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
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'select': object 'org.Mm.eg.db' not found
#194
I get the following error in the artmsQuantification step:
ANNOTATING THE RESULTS (adding gene symbols and protein names)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'org.Mm.eg.db' not found
When the quantification step failed I tried installing org.Mm.eg.db using the following lines of code:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("org.Mm.eg.db")
After this I re-ran the quantification and got the following error:
ANNOTATING THE RESULTS (adding gene symbols and protein names)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'org.Mm.eg.db' not found
I'm currently using [64-bit] C:\Program Files\R\R-4.1.0 version of R-studio.
I was wondering if you could help me resolve this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I get the following error in the artmsQuantification step:
When the quantification step failed I tried installing org.Mm.eg.db using the following lines of code:
if (!require("BiocManager", quietly = TRUE))
After this I re-ran the quantification and got the following error:
ANNOTATING THE RESULTS (adding gene symbols and protein names)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'select': object 'org.Mm.eg.db' not found
I'm currently using [64-bit] C:\Program Files\R\R-4.1.0 version of R-studio.
I was wondering if you could help me resolve this issue.
Thank you.
The text was updated successfully, but these errors were encountered: