0.9.12
API Reference
API Reference
Network Class
Method Details
neko.core.network.Network.add_edge
neko.core.network.Network.remove_node
neko.core.network.Network.add_node
neko.core.network.Network.complete_connection
neko.core.network.Network.connect_component
neko.core.network.Network.connect_genes_to_phenotype
neko.core.network.Network.connect_nodes
neko.core.network.Network.connect_subgroup
Network.connect_subgroup()
neko.core.network.Network.connect_to_upstream_nodes
neko.core.network.Network.convert_edgelist_into_genesymbol
NetworkVisualizer Class Methods
Other Modules
Notebooks
Usage
Build network using user-defined resources
Stepwise connection: a focus on the INE algorithm
Connect to upstream components
Build network based on kinase-phosphosite interactions
Connect to downstream Gene Ontology terms.
Map tissue expression
Network comparison
Re-creating famous pathways from SIGNOR and WIKIPATHWAYS using NeKo
Build, manipulate, export and import networks
neko
API Reference
neko.core.network.Network.connect_subgroup
Edit on GitHub
neko.core.network.Network.connect_subgroup
Network.
connect_subgroup
(
group
,
maxlen
:
int
=
1
,
only_signed
:
bool
=
False
,
consensus
:
bool
=
False
)
→
None
Delegates to strategies.connect_subgroup.