create_manhattan_plot
Generate a Manhattan plot from GWAS summary statistics to visualize -log10 p-values across chromosomes, highlighting significant associations.
Instructions
Create a Manhattan plot from GWAS summary statistics. Shows -log10(p-value) across chromosomes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sumstats_path | Yes | Path to GWAS summary statistics file | |
| significance_threshold | No | Genome-wide significance threshold (default: 5e-8) | |
| suggestive_threshold | No | Suggestive significance threshold (default: 1e-5) | |
| output_path | No | Path to save the plot (PNG format) | |
| title | No | Plot title | Manhattan Plot |