PSICQUIC addGeneInfo invalid attribute names
2
0
Entering edit mode
@anaisbaudot-7935
Last seen 8.9 years ago
France

Dear all,

I have a problem with the PSICQUIC package while mapping gene name synonyms. Here are the command lines :

# data fetching

tbl.big <- PSICQUIC::interactions(psicquic, species="9606",provider=DB, type="direct interaction”)

 

#mapping

idMapper <- IDMapper("9606")

tbl.big.2 <- addGeneInfo(idMapper,tbl.big)

 

However, the last step now fails with the message:

 

Error in getBM(filters = filter, values = uniprots, attributes = columns,  : 

Invalid attribute(s): uniprot_swissprot_accession 

Please use the function 'listAttributes' to get valid attribute names

 

I cannot figure out what had changed, since this was working well before, and since the example provided in the vignette is also fine...

 

Thanks for your help

 

Anaïs

psicquic • 1.3k views
ADD COMMENT
0
Entering edit mode
pshannon ▴ 100
@pshannon-6931
Last seen 8.5 years ago
United States

Hi Anaïs,

Biomart changed the name of this attribute to simply "uniprot_swissprot" about the first of the year.  We discovered this -- just as you did! -- and made the fix in PSICQUIC version 1.5.7.

biocLite("PSICQUIC")   ought to solve the problem.

- Paul

ADD COMMENT
0
Entering edit mode
@anaisbaudot-7935
Last seen 8.9 years ago
France

Many thanks, I should have thought about updating before complaining!!

 

Anaïs

ADD COMMENT

Login before adding your answer.

Traffic: 905 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