STRING: Perform network clustering
string_network_clusteringPerforms network clustering on a STRING interaction network and returns both a network image URL and details about each detected cluster.
Use the same parameters as in the network creation step to ensure consistency. If the network already contains disconnected subgraphs, the resulting number of clusters may differ from the requested value.
Dashed lines represent connections between clusters, while solid lines indicate interactions within clusters.
Notes:
For small queries (≤5 proteins), the
required_scoreparameter is automatically lowered to 0.If only a single cluster is produced, try increasing
required_score, adjusting the inflation parameter, or switching tokmeansfor small, highly interconnected networks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| species | No | ||
| proteins | Yes | Required. One or more protein identifiers (optionally with values). Example: PTEN 0.234 SMO -3.445 Separate entries with newline (%0d). Numeric values (e.g. expression data) can be provided after identifiers. | |
| network_type | No | ||
| extend_network | No | ||
| network_flavor | No | ||
| required_score | No | ||
| center_node_labels | No | ||
| clustering_algorithm | No | ||
| clustering_parameter | No | ||
| hide_disconnected_nodes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||