-g | --genelist_file | character | none | yes, unless --plot_only TRUE | Gene list file in CSV, TSV, TXT, or XLSX format |
-s | --species | character | none | yes, unless --plot_only TRUE | Species: human, mouse, 9606, or 10090 |
-t | --threshold | integer | none | yes, unless --plot_only TRUE | STRING combined-score threshold from 400 to 1000 |
-o | --output_dir | character | output | no | Output directory inside the skill root |
-p | --plot_only | logical | FALSE | no | Reuse output_dir/data/ppi_result.rds and regenerate the network plot |
-d | --seed | integer | 42 | no | Random seed used for layout reproducibility |
-u | --timeout_seconds | integer | 600 | no | Elapsed time limit in seconds |
| --string_cache_dir | character | references/string_cache | no | Local STRING cache directory; if omitted, the bundled cache inside the skill is used |
| --string_version | character | auto | no | Preferred STRING cache version; use auto, v11.5, or v12.0 when available |
| --figure_family | character | sans | no | PDF font family: sans, serif, or mono |
| --figure_width | numeric | 12 | no | Plot width in inches |
| --figure_height | numeric | 10 | no | Plot height in inches |
| --label | character | node | no | Label mode: node or none |
| --label_size | numeric | 0.8 | no | Label size |
| --label_color | character | black | no | Label color |
| --label_dist | numeric | 0 | no | Label distance from the node center |
| --line_alpha | numeric | 1 | no | Edge alpha |
| --line_color | character | built-in palette | no | Comma-separated edge colors |
| --line_size | numeric | 0.8 | no | Base edge width |
| --line_type | character | solid | no | Edge line type; supported values in plotting are solid, dashed, or dotted |
| --mapping_link_alpha | character | value | no | Map edge alpha from interaction score: value or none |
| --mapping_link_color | character | value | no | Map edge color from interaction score: value or none |
| --mapping_link_size | character | value | no | Map edge width from interaction score: value or none |
| --mapping_node_alpha | character | none | no | Map node alpha from degree: value or none |
| --mapping_node_color | character | none | no | Map node color from degree: value or none |
| --mapping_node_size | character | value | no | Map node size from degree: value or none |
| --point_alpha | numeric | 1 | no | Node alpha |
| --point_color | character | built-in palette | no | Comma-separated node border colors |
| --point_fill | character | built-in palette | no | Comma-separated node fill colors |
| --point_shape | character | circle | no | Node shape: circle or square |
| --point_size | numeric | 12 | no | Base node size |
| --style_layout | character | nicely | no | Layout style: kk, fr, nicely, circle, star, grid, or randomly |
| --style_line | character | straight | no | Edge style: straight or curve |
| --theme_size | numeric | 0.8 | no | Theme size placeholder retained for compatibility |
| --title | character | empty | no | Main plot title |