plot_static_correlation_heatmap
Generate a publication-ready correlation heatmap from a CSV file. Specify Pearson or Spearman correlation and optionally filter columns to analyze numeric relationships.
Instructions
Generates a publication-ready Seaborn correlation heatmap. Use this when the user explicitly asks for static or publication figures. method must be 'pearson' or 'spearman'. column_filter: optional comma-separated column names or suffix patterns (e.g. '_mean') to restrict the heatmap to a subset of columns. Leave empty for all numeric columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| method | No | pearson | |
| column_filter | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |