R package (or other software) allowing to save a biological network in GPML format
1
0
Entering edit mode
6.5 years ago

I would like to import a custom made pathway into Pathvisio. It only accepts GPML format. Is there any R package containing a relevant export function that I could use? Cheers, Lech

GPML Cytoscape • 1.5k views
ADD COMMENT
0
Entering edit mode

export to GPML from which format/data ?

ADD REPLY
0
Entering edit mode
6.5 years ago

Using the R igraph package, export from igraph as GML with write_graph() and import into Cytoscape then use the Cytoscape GPML plugin to export to GPML, or save the graph in dot format then convert to GPML using the Systems Biology Format Converter. Yet another option would be to write a GMPL file yourself since it's an XML format with open specification.

ADD COMMENT

Login before adding your answer.

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