pyNetConv is a Python library created to help with the conversion of some network file formats. It can read/write (and convert from/to) the following file formats: Pajek network files (.net), Pajek cluster files (.clu), Cytoscape network files (.sif), Cytoscape node attributes files, and GML files.
| Tags | Scientific/Engineering Bioinformatics |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Changes: Support for isolated (not connected) nodes in SIF format was added. The SIF, NET, and GML formats now support direction and isolated nodes. A NX2netconv() method was added (complementary to netconv2NX()) along with a new filter option in importSIF(). It is now possible to import only selected interaction types.


Changes: Fixes were made in the pajek module and the new Windows installer.


Changes: The GUI is now installed in the system path (as a script) and the pajek filter now supports directed and undirected graphs.


Changes: Support for using pyNetConv with NetworkX was improved.


Changes: Installation has been made easier with the use of distutils.