get_region_variants
Retrieve genetic variants within a specified genomic region using chromosome, start, and stop positions. Access variant data from the gnomAD database with customizable dataset and reference genome options.
Instructions
Get variants in a specific genomic region
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chrom | Yes | Chromosome (1-22, X, Y) | |
dataset | No | Dataset ID | gnomad_r4 |
reference_genome | No | Reference genome | GRCh38 |
start | Yes | Start position | |
stop | Yes | Stop position |