Pathview: Exporting non native KEGG pathway to PNG
2
2
Entering edit mode
@guillermomarco-11336
Last seen 7.2 years ago
Spain

Hello,

I'm trying to export a KEGG using the Pathview package. I'm interested on KEGG non-native plot (kegg.native = F). It works like a charm however it only exports the plot to PDF format. Is there any workaround to generate the plot also in PNG format?

pathview(gene.data  = geneList,
                     pathway.id = "hsa04110",
                     species    = "hsa",
                     limit      = list(10, cpd=1),
                     kegg.native = F)

I've been trying with keggview.graph() but I got stuck.

Regards,
Guillermo.

pathview bioconductor graphics graphviz Pathview • 2.0k views
ADD COMMENT
2
Entering edit mode
Luo Weijun ★ 1.6k
@luo-weijun-1783
Last seen 10 months ago
United States
Guillermo, Currently, Pathview only outputs graphviz view (non-native KEGG graphs) in pdf format. If you png file is desirable you may open that in Illustrator and save it in png or other formats. We will add the png format option if we see more need from the users. Weijun
ADD COMMENT
0
Entering edit mode

Thanks for the fast answer!

Regards,
Guillermo.

ADD REPLY
0
Entering edit mode
dondelelcaro ▴ 10
@dondelelcaro-11528
Last seen 7.5 years ago
USA/Champaign/University of Illinois

If you use the patch that I just created (https://github.com/dondelelcaro/pathview) you can call png() before calling pathview(...,write.plot=FALSE) if that's helpful.

ADD COMMENT

Login before adding your answer.

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