← 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-11802980-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 11802980,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000376590.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "NM_005957.5",
          "protein_id": "NP_005948.3",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 227,
          "cdna_end": null,
          "cdna_length": 7018,
          "mane_select": "ENST00000376590.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "ENST00000376590.9",
          "protein_id": "ENSP00000365775.3",
          "transcript_support_level": 1,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 227,
          "cdna_end": null,
          "cdna_length": 7018,
          "mane_select": "NM_005957.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.257G>C",
          "hgvs_p": "p.Arg86Pro",
          "transcript": "ENST00000423400.7",
          "protein_id": "ENSP00000398908.3",
          "transcript_support_level": 1,
          "aa_start": 86,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 257,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 269,
          "cdna_end": null,
          "cdna_length": 2715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "ENST00000376592.6",
          "protein_id": "ENSP00000365777.1",
          "transcript_support_level": 1,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 1587,
          "cdna_end": null,
          "cdna_length": 8378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "ENST00000376486.3",
          "protein_id": "ENSP00000365669.3",
          "transcript_support_level": 1,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 228,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 689,
          "cdna_start": 323,
          "cdna_end": null,
          "cdna_length": 875,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.918G>C",
          "hgvs_p": null,
          "transcript": "ENST00000431243.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.260G>C",
          "hgvs_p": "p.Arg87Pro",
          "transcript": "NM_001330358.2",
          "protein_id": "NP_001317287.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": 283,
          "cdna_end": null,
          "cdna_length": 7074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.260G>C",
          "hgvs_p": "p.Arg87Pro",
          "transcript": "ENST00000376583.7",
          "protein_id": "ENSP00000365767.3",
          "transcript_support_level": 5,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": 260,
          "cdna_end": null,
          "cdna_length": 7044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.260G>C",
          "hgvs_p": "p.Arg87Pro",
          "transcript": "ENST00000376585.6",
          "protein_id": "ENSP00000365770.1",
          "transcript_support_level": 5,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": 1312,
          "cdna_end": null,
          "cdna_length": 8094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.257G>C",
          "hgvs_p": "p.Arg86Pro",
          "transcript": "NM_001410750.1",
          "protein_id": "NP_001397679.1",
          "transcript_support_level": null,
          "aa_start": 86,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 257,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 7071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "ENST00000641407.1",
          "protein_id": "ENSP00000493098.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 642,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1929,
          "cdna_start": 404,
          "cdna_end": null,
          "cdna_length": 2387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "ENST00000418034.1",
          "protein_id": "ENSP00000405082.1",
          "transcript_support_level": 3,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 431,
          "cdna_start": 740,
          "cdna_end": null,
          "cdna_length": 1034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.260G>C",
          "hgvs_p": "p.Arg87Pro",
          "transcript": "XM_011541496.4",
          "protein_id": "XP_011539798.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": 283,
          "cdna_end": null,
          "cdna_length": 6892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.257G>C",
          "hgvs_p": "p.Arg86Pro",
          "transcript": "XM_047421174.1",
          "protein_id": "XP_047277130.1",
          "transcript_support_level": null,
          "aa_start": 86,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 257,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 6889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "XM_005263462.5",
          "protein_id": "XP_005263519.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 224,
          "cdna_end": null,
          "cdna_length": 7015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "XM_047421178.1",
          "protein_id": "XP_047277134.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 765,
          "cdna_end": null,
          "cdna_length": 7556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.260G>C",
          "hgvs_p": "p.Arg87Pro",
          "transcript": "XM_017001328.3",
          "protein_id": "XP_016856817.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 260,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 283,
          "cdna_end": null,
          "cdna_length": 6924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "XM_047421179.1",
          "protein_id": "XP_047277135.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 642,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1929,
          "cdna_start": 227,
          "cdna_end": null,
          "cdna_length": 6836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "XM_047421180.1",
          "protein_id": "XP_047277136.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": 227,
          "cdna_end": null,
          "cdna_length": 6868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro",
          "transcript": "XM_047421181.1",
          "protein_id": "XP_047277137.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": 224,
          "cdna_end": null,
          "cdna_length": 6865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.269G>C",
          "hgvs_p": null,
          "transcript": "ENST00000641437.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": 1911,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.137G>C",
          "hgvs_p": null,
          "transcript": "ENST00000641446.1",
          "protein_id": "ENSP00000493262.1",
          "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": 2820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.194G>C",
          "hgvs_p": null,
          "transcript": "ENST00000641721.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": 891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.137G>C",
          "hgvs_p": null,
          "transcript": "ENST00000641747.1",
          "protein_id": "ENSP00000493116.1",
          "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": 3227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.272G>C",
          "hgvs_p": null,
          "transcript": "ENST00000641759.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": 2454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.420G>C",
          "hgvs_p": null,
          "transcript": "ENST00000641805.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": 2945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.547G>C",
          "hgvs_p": null,
          "transcript": "ENST00000641909.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": 2254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "n.366G>C",
          "hgvs_p": null,
          "transcript": "ENST00000642002.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": 549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.*48G>C",
          "hgvs_p": null,
          "transcript": "ENST00000413656.5",
          "protein_id": "ENSP00000408307.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 28,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 89,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 398,
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTHFR",
          "gene_hgnc_id": 7436,
          "hgvs_c": "c.-127G>C",
          "hgvs_p": null,
          "transcript": "XM_005263463.5",
          "protein_id": "XP_005263520.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MTHFR",
      "gene_hgnc_id": 7436,
      "dbsnp": "rs776483190",
      "frequency_reference_population": 6.8407127e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84071e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5168823003768921,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.507,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3494,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.12,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.45,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PM5",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM1",
            "PM2",
            "PM5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000376590.9",
          "gene_symbol": "MTHFR",
          "hgnc_id": 7436,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.137G>C",
          "hgvs_p": "p.Arg46Pro"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}