API
Import Neko as:
from neko.core.network import Network
Network
Load a network object from a SIF (Simple Interaction Format) file. |
|
This method adds an interaction to the list of interactions while converting it to the Omniflow-network format. |
|
Removes a node from the network. |
|
This function adds cascades to the edge list of the network. |
|
Adds a node to the network. |
|
This method adds paths to the edge list of the network. |
|
This function attempts to connect all nodes of a network object using one of the methods presented in the Connection object. |
|
This function attempts to connect subcomponents of a network object using one of the methods presented in the Connection object. |
|
This function connects genes to a phenotype based on the provided parameters. |
|
Basic node connections. |
|
This function is used to connect all the nodes in a particular subgroup. |
|
Connects to upstream nodes based on the provided parameters. |
|
|
This function converts the edge dataframe from uniprot to genesymbol. |
This function filters out unsigned paths from the provided list of paths. |
|
Return True if all the nodes in the nodes list in the Network object are connected, otherwise it returns False |