run_gwas
Perform genome-wide association analysis with linear or logistic regression. Input genotype and phenotype files to obtain summary statistics including p-values and effect sizes.
Instructions
Perform genome-wide association study using linear or logistic regression. Returns summary statistics including p-values, beta coefficients, and standard errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plink_prefix | Yes | Path prefix for PLINK genotype files | |
| phenotype_path | Yes | Path to phenotype file (tab-separated with FID, IID, PHENO columns) | |
| covariate_path | No | Optional path to covariate file | |
| model | No | Regression model type (default: linear) | linear |
| output_path | No | Path to save GWAS results |