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.
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 nowget_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.