get_structural_variants
Retrieve structural variants within a specified genomic region using gnomAD datasets. Input chromosome, start, stop positions, and dataset ID to analyze genetic variations efficiently.
Instructions
Get structural variants in a genomic region
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chrom | Yes | Chromosome | |
dataset | No | Dataset ID (gnomad_sv_r4, gnomad_sv_r2_1) | gnomad_sv_r4 |
reference_genome | No | Reference genome | GRCh38 |
start | Yes | Start position | |
stop | Yes | Stop position |