cytoscape / py2cytoscape

Python utilities for Cytoscape and Cytoscape.js
https://py2cytoscape.readthedocs.io
MIT License
178 stars 45 forks source link

add import_network function #8

Closed kozo2 closed 8 years ago

kozo2 commented 9 years ago
def import_network(input=file or url, type=tsv, csv, or excel):
    if (file == file):
keiono commented 8 years ago

NetworkClinet.create_from() is the new API to handle this.