Entering edit mode
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.

Thanks for the fast answer!
Regards,
Guillermo.