identify_significant_snps
Filter GWAS summary statistics to isolate SNPs that exceed a genome-wide significance p-value threshold, revealing key genetic associations.
Instructions
Filter GWAS results to identify genome-wide significant SNPs based on p-value threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sumstats_path | Yes | Path to GWAS summary statistics file | |
| pvalue_threshold | No | P-value threshold for significance (default: 5e-8) | |
| suggestive_threshold | No | Suggestive significance threshold (default: 1e-5) | |
| output_path | No | Path to save significant SNPs |