← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 1-161314408-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=161314408&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 161314408,
      "ref": "G",
      "alt": "A",
      "effect": "start_lost",
      "transcript": "NM_003001.5",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_003001.5",
          "protein_id": "NP_002992.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1308,
          "mane_select": "ENST00000367975.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "ENST00000367975.7",
          "protein_id": "ENSP00000356953.3",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1308,
          "mane_select": "NM_003001.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "ENST00000342751.8",
          "protein_id": "ENSP00000356952.3",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 150,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 453,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "ENST00000432287.6",
          "protein_id": "ENSP00000390558.2",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 408,
          "cdna_start": 27,
          "cdna_end": null,
          "cdna_length": 460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "ENST00000392169.6",
          "protein_id": "ENSP00000376009.2",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 116,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 351,
          "cdna_start": 21,
          "cdna_end": null,
          "cdna_length": 369,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "ENST00000513009.5",
          "protein_id": "ENSP00000423260.1",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 116,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 351,
          "cdna_start": 21,
          "cdna_end": null,
          "cdna_length": 369,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001407115.1",
          "protein_id": "NP_001394044.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 209,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 630,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "ENST00000714063.1",
          "protein_id": "ENSP00000519354.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001035511.3",
          "protein_id": "NP_001030588.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 150,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 453,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001407116.1",
          "protein_id": "NP_001394045.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 150,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 453,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001407117.1",
          "protein_id": "NP_001394046.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 447,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001035512.3",
          "protein_id": "NP_001030589.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 408,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001407118.1",
          "protein_id": "NP_001394047.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 133,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 402,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001407121.1",
          "protein_id": "NP_001394050.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001035513.3",
          "protein_id": "NP_001030590.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 116,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 351,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?",
          "transcript": "NM_001278172.3",
          "protein_id": "NP_001265101.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 116,
          "cds_start": 3,
          "cds_end": null,
          "cds_length": 351,
          "cdna_start": 28,
          "cdna_end": null,
          "cdna_length": 1042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "n.3G>A",
          "hgvs_p": null,
          "transcript": "ENST00000470743.5",
          "protein_id": "ENSP00000482902.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "n.3G>A",
          "hgvs_p": null,
          "transcript": "ENST00000504963.5",
          "protein_id": "ENSP00000423929.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "n.28G>A",
          "hgvs_p": null,
          "transcript": "NR_103459.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.-558G>A",
          "hgvs_p": null,
          "transcript": "NM_001407119.1",
          "protein_id": "NP_001394048.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.-227G>A",
          "hgvs_p": null,
          "transcript": "NM_001407120.1",
          "protein_id": "NP_001394049.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.-137G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714064.1",
          "protein_id": "ENSP00000519355.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.-558G>A",
          "hgvs_p": null,
          "transcript": "ENST00000515731.2",
          "protein_id": "ENSP00000519353.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 113,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.-438G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714065.1",
          "protein_id": "ENSP00000519356.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SDHC",
          "gene_hgnc_id": 10682,
          "hgvs_c": "c.-287G>A",
          "hgvs_p": null,
          "transcript": "ENST00000714066.1",
          "protein_id": "ENSP00000519357.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1320,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000297068",
          "gene_hgnc_id": null,
          "hgvs_c": "n.-142C>T",
          "hgvs_p": null,
          "transcript": "ENST00000745089.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 856,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SDHC",
      "gene_hgnc_id": 10682,
      "dbsnp": "rs587776652",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9876038432121277,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.796,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.67,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.805,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 20,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PS1_Moderate,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 20,
          "benign_score": 0,
          "pathogenic_score": 20,
          "criteria": [
            "PVS1",
            "PS1_Moderate",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_003001.5",
          "gene_symbol": "SDHC",
          "hgnc_id": 10682,
          "effects": [
            "start_lost"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.3G>A",
          "hgvs_p": "p.Met1?"
        },
        {
          "score": 14,
          "benign_score": 0,
          "pathogenic_score": 14,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000745089.1",
          "gene_symbol": "ENSG00000297068",
          "hgnc_id": null,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.-142C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Gastrointestinal stromal tumor,Pheochromocytoma/paraganglioma syndrome 3,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3",
      "phenotype_combined": "Pheochromocytoma/paraganglioma syndrome 3|Gastrointestinal stromal tumor;Pheochromocytoma/paraganglioma syndrome 3|not provided",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}