extract_locus
Extract genotype data around a lead SNP for fine-mapping. Specify PLINK files, lead SNP, and window size to get region-specific data.
Instructions
Extract genotype data for a specific genomic region around a lead SNP for fine-mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plink_prefix | Yes | Path prefix for PLINK files | |
| lead_snp | Yes | Lead SNP identifier (rsID or CHR:POS) | |
| window_kb | No | Window size in kb (default: 500) | |
| output_prefix | No | Output prefix for extracted files |