Hi,
OmniPath is a database compiled by the `pypath` Python module. We distribute it by the web service at
http://omnipathdb.org/. The Cytoscape plug-in fetches the data from the web service, at the moment using only the `interactions` and the `ptms` queries.
`interactions` is a generic protein-protein and miRNA interaction network, it does not contain disease information.
In the web service you are able to limit the query to certain nodes, e.g.
http://omnipathdb.org/interactions?partners=P00533,ULK1,ATG4B&genesymbols=1&fields=sources,references or
http://omnipathdb.org/interactions?sources=MTOR&targets=ULK1&genesymbols=1&fields=sources,references&source_target=AND
In the Cytoscape plug-in we don't have option to select nodes prior to download, but afterwards you can use Cytoscape to select a subnetwork.
Best,
Denes