Package netconv :: Module pajek
[show private | hide private]
[frames | no frames]

Module netconv.pajek

Functions to work with Pajek files

Author: Marcio Rosa da Silva

Contact: mrs@gbf.de

Organization: Systems Biology Group / GBF

License: GPL

Function Summary
  exportPajek(obj, filename)
Exports network to Pajek's .net file
  exportPajekClu(obj, filename)
Exports cluster information to Pajek's .clu file
  importPajek(obj, filename)
Imports network from Pajek's .net file
  importPajekClu(obj, filename)
Import cluster information from Pajek's .clu file

Function Details

exportPajek(obj, filename='-')

Exports network to Pajek's .net file
Parameters:
obj - network
filename - .net file

exportPajekClu(obj, filename='-')

Exports cluster information to Pajek's .clu file
Parameters:
obj - network
filename - .clu file

importPajek(obj, filename='-')

Imports network from Pajek's .net file
Parameters:
obj - network
filename - .net file

importPajekClu(obj, filename='-')

Import cluster information from Pajek's .clu file
Parameters:
obj - network
filename - .clu file

Generated by Epydoc 2.1 on Tue Aug 30 11:04:16 2005 http://epydoc.sf.net