biodavidjm / artMS

Analytical R Tools for Mass Spectrometry
GNU General Public License v3.0
14 stars 7 forks source link

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

Open vivaciousvijaya opened 2 years ago

vivaciousvijaya commented 2 years ago

Hi,

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))

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.