Codelink annotation error in Ubuntu 16.04
1
2
Entering edit mode
@agaz-hussain-wani-7620
Last seen 6.1 years ago
India

My code is working fine on Ubuntu 14.04. But, when i migrated to Ubuntu 16.04, I get the following error for annotation with codelink package. The error comes when I select the annotation database.

select(hwgcod.db, ......, c("SYMBOL"), "ACCNUM")

Error:

Warning: Error in UseMethod: no applicable method for 'select_' applied to an object of class "c('ChipDb', 'AnnotationDb', 'envRefClass', '.environment', 'refClass', 'environment', 'refObject', 'AssayData')"

I have all the required packages installed. Is Ubuntu 16.04 the reason or there is some other reason?

codelink annotation ubuntu • 1.1k views
ADD COMMENT
3
Entering edit mode
@martin-morgan-1513
Last seen 6 days ago
United States

Likely you have loaded dplyr or similar after the annotation package, and there is a symbol collision; try AnnotationDbi::select(...).

ADD COMMENT
0
Entering edit mode

Great, Martin Morgan. It works.

ADD REPLY

Login before adding your answer.

Traffic: 673 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6