Skip to content
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

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 this issue Jun 12, 2022 · 0 comments
Labels

Comments

@vivaciousvijaya
Copy link

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

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants