pathview run problem
1
0
Entering edit mode
7.7 years ago

When I run pathview R package,I use command line like this: pathview_out <- pathview(gene.data = correl_exptable[,1],pathway.id = 00010,species = "cre",out.suffix = "cc849correl",kegg.native = T) and I got this warning:enter image description here

if it is because kegg now is charged for some download, and I am not a pay user.or something else. Have anyone encounter the same situation? And how do you fix it? Thank you.

pathview RNA-Seq software error • 1.9k views
ADD COMMENT
0
Entering edit mode

No, it is not related to pay, please try with "00010" instead of 00010. If the problem still remains, please tell us your input format, gene identifier.

ADD REPLY
0
Entering edit mode

Thank you very much. I have got a png result file after adding the "". Still it is not a perfect outcome. maybe I should do more adjustments.

ADD REPLY
0
Entering edit mode

It's good practice to mention your version of R and the packages you are running, by giving the output of sessionInfo()

ADD REPLY
0
Entering edit mode

Thank you. My problem has been solved by seta. My R version is R version 3.2.4 Revised (2016-03-16 r70336) and the package I use is Pathview. Thanks all the same.

ADD REPLY
0
Entering edit mode
7.7 years ago
bigmawen ▴ 430

Here pathway.id should be character (with quote) instead of numeric. The numeric value 00010 in your code got converted to 10 automatically in R, which is not a pathway ID anymore. Therefore you saw the error message above.

Please check pathview function documentation for more details:

?pathview

ADD COMMENT

Login before adding your answer.

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