Drug interaction not running in MAFtools
1
1
Entering edit mode
5.3 years ago
dodausp ▴ 180

Hi! I am trying to run the drugInteractions function in the MAFtools pipeline, but it seems that it is simply not there. Here is the message I am getting:

> library("maftools")
> druggable = drugInteractions(maf = STES_maf, fontSize = 0.75)
Error in drugInteractions(maf = laml, fontSize = 0.75) : 
  could not find function "drugInteractions"

According to the authors, this function compiles info from the DGI-db. So I checked whether this funtion was borrowed from DGI, but I had no success.

Did anybody face the same issue? Would anybody know how to fix it? Not ideal, but recommending an alternative package for this kind of analysis would also help.

Thanks a lot in advance!

SNP exome-seq MAFtools R • 1.1k views
ADD COMMENT
0
Entering edit mode

This looks like being handled by the author at GitHub issue 212

ADD REPLY
0
Entering edit mode

Hi, @zx8754 It is indeed. I saw you were also there. So, thank you for the support. The reason why is also here is because I posted the issue first here, and a day later on GitHub, to the author. But the problem seems to be solved. I will post here shortly. Thanks again for the follow-up.

ADD REPLY
3
Entering edit mode
5.3 years ago
dodausp ▴ 180

Problem solved!

There is no logic behind it, really. But it worked. Well, simply get it directlly from GitHub:

devtools::install_github('PoisonAlien/maftools')

I have tried that on the day I posted the issue here, but didn't work. I did that again today, and it worked. :|

In any case, the author was very responsive! Very good feedback time. Thanks!

ADD COMMENT

Login before adding your answer.

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