gpp-rnd / stringdb

MIT License
10 stars 2 forks source link

Enhancement - Add Physical Interactions Network #6

Open MorfeoRenai opened 9 months ago

MorfeoRenai commented 9 months ago

Description

I noticed that in the get_network() function there is no argument for the network type (functional or else physical), while it actually is a parameter in the STRINGdb API. As of now get_network() allows only for the default option in the API, functional interactions in the network, but there is no way to request the physical interactions network.

I'd add a new argument in the get_network() function. There are probably other functions that allow to request physical interactions, I'll check them out later on.