← 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: 14-77279890-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 77279890,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "ENST00000261534.9",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1824C>T",
          "hgvs_p": "p.Tyr608Tyr",
          "transcript": "NM_013382.7",
          "protein_id": "NP_037514.2",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1824,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 2026,
          "cdna_end": null,
          "cdna_length": 4875,
          "mane_select": "ENST00000261534.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1824C>T",
          "hgvs_p": "p.Tyr608Tyr",
          "transcript": "ENST00000261534.9",
          "protein_id": "ENSP00000261534.4",
          "transcript_support_level": 1,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1824,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 2026,
          "cdna_end": null,
          "cdna_length": 4875,
          "mane_select": "NM_013382.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1824C>T",
          "hgvs_p": "p.Tyr608Tyr",
          "transcript": "ENST00000682795.1",
          "protein_id": "ENSP00000507574.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 1824,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 1884,
          "cdna_end": null,
          "cdna_length": 2828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1824C>T",
          "hgvs_p": "p.Tyr608Tyr",
          "transcript": "ENST00000682247.1",
          "protein_id": "ENSP00000507213.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1824,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1945,
          "cdna_end": null,
          "cdna_length": 2729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1824C>T",
          "hgvs_p": "p.Tyr608Tyr",
          "transcript": "ENST00000682467.1",
          "protein_id": "ENSP00000508062.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1824,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": 1970,
          "cdna_end": null,
          "cdna_length": 4604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1365C>T",
          "hgvs_p": "p.Tyr455Tyr",
          "transcript": "ENST00000556394.2",
          "protein_id": "ENSP00000451967.2",
          "transcript_support_level": 3,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 1365,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 4382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.225C>T",
          "hgvs_p": "p.Tyr75Tyr",
          "transcript": "ENST00000556171.1",
          "protein_id": "ENSP00000451651.1",
          "transcript_support_level": 3,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 225,
          "cds_end": null,
          "cds_length": 578,
          "cdna_start": 227,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.111C>T",
          "hgvs_p": "p.Tyr37Tyr",
          "transcript": "ENST00000682973.1",
          "protein_id": "ENSP00000508268.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 58,
          "cds_start": 111,
          "cds_end": null,
          "cds_length": 178,
          "cdna_start": 111,
          "cdna_end": null,
          "cdna_length": 178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1863C>T",
          "hgvs_p": "p.Tyr621Tyr",
          "transcript": "XM_047431312.1",
          "protein_id": "XP_047287268.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1863,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 2065,
          "cdna_end": null,
          "cdna_length": 5103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1824C>T",
          "hgvs_p": "p.Tyr608Tyr",
          "transcript": "XM_011536675.3",
          "protein_id": "XP_011534977.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 1824,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": 2026,
          "cdna_end": null,
          "cdna_length": 5064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1863C>T",
          "hgvs_p": "p.Tyr621Tyr",
          "transcript": "XM_047431313.1",
          "protein_id": "XP_047287269.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1863,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 2065,
          "cdna_end": null,
          "cdna_length": 4914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1530C>T",
          "hgvs_p": "p.Tyr510Tyr",
          "transcript": "XM_047431314.1",
          "protein_id": "XP_047287270.1",
          "transcript_support_level": null,
          "aa_start": 510,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1530,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1980,
          "cdna_end": null,
          "cdna_length": 5018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1863C>T",
          "hgvs_p": "p.Tyr621Tyr",
          "transcript": "XM_047431315.1",
          "protein_id": "XP_047287271.1",
          "transcript_support_level": null,
          "aa_start": 621,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 1863,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 2065,
          "cdna_end": null,
          "cdna_length": 2323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1404C>T",
          "hgvs_p": "p.Tyr468Tyr",
          "transcript": "XM_047431316.1",
          "protein_id": "XP_047287272.1",
          "transcript_support_level": null,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": 1404,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": 1606,
          "cdna_end": null,
          "cdna_length": 4644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1365C>T",
          "hgvs_p": "p.Tyr455Tyr",
          "transcript": "XM_011536677.4",
          "protein_id": "XP_011534979.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 1365,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": 1567,
          "cdna_end": null,
          "cdna_length": 4605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1266C>T",
          "hgvs_p": "p.Tyr422Tyr",
          "transcript": "XM_047431317.1",
          "protein_id": "XP_047287273.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1266,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": 1535,
          "cdna_end": null,
          "cdna_length": 4573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.1365C>T",
          "hgvs_p": "p.Tyr455Tyr",
          "transcript": "XM_047431318.1",
          "protein_id": "XP_047287274.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 1365,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": 1567,
          "cdna_end": null,
          "cdna_length": 4416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.918C>T",
          "hgvs_p": "p.Tyr306Tyr",
          "transcript": "XM_047431319.1",
          "protein_id": "XP_047287275.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 918,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 1227,
          "cdna_end": null,
          "cdna_length": 4265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "c.918C>T",
          "hgvs_p": "p.Tyr306Tyr",
          "transcript": "XM_047431320.1",
          "protein_id": "XP_047287276.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 918,
          "cds_end": null,
          "cds_length": 1347,
          "cdna_start": 1227,
          "cdna_end": null,
          "cdna_length": 4076,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.1847C>T",
          "hgvs_p": null,
          "transcript": "ENST00000452340.7",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 5647,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.2610C>T",
          "hgvs_p": null,
          "transcript": "ENST00000554767.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 5457,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.463C>T",
          "hgvs_p": null,
          "transcript": "ENST00000555134.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 1530,
          "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": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.93C>T",
          "hgvs_p": null,
          "transcript": "ENST00000555710.1",
          "protein_id": "ENSP00000451730.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": 575,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.39C>T",
          "hgvs_p": null,
          "transcript": "ENST00000602717.5",
          "protein_id": "ENSP00000487704.1",
          "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": 658,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.39C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682128.1",
          "protein_id": "ENSP00000506976.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": 333,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*1873C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682382.1",
          "protein_id": "ENSP00000507975.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": 2995,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.2002C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682395.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": 3093,
          "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": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.1527C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682459.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": 2118,
          "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": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.39C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682615.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": 386,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.1540C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682895.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": 2335,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.1112C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682955.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": 4232,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*23C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683095.1",
          "protein_id": "ENSP00000508040.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": 438,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*1353C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683188.1",
          "protein_id": "ENSP00000507734.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": 2852,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.1488C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683380.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": 4317,
          "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": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*1004C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683828.1",
          "protein_id": "ENSP00000507134.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": 1686,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.39C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683907.1",
          "protein_id": "ENSP00000507754.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": 412,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*23C>T",
          "hgvs_p": null,
          "transcript": "ENST00000684172.1",
          "protein_id": "ENSP00000508391.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": 408,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.2638C>T",
          "hgvs_p": null,
          "transcript": "ENST00000684259.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": 4378,
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.250C>T",
          "hgvs_p": null,
          "transcript": "ENST00000684538.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": 1838,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.1375C>T",
          "hgvs_p": null,
          "transcript": "ENST00000684549.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": 2162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*1873C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682382.1",
          "protein_id": "ENSP00000507975.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": 2995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*23C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683095.1",
          "protein_id": "ENSP00000508040.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": 438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*1353C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683188.1",
          "protein_id": "ENSP00000507734.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": 2852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*1004C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683828.1",
          "protein_id": "ENSP00000507134.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": 1686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*23C>T",
          "hgvs_p": null,
          "transcript": "ENST00000684172.1",
          "protein_id": "ENSP00000508391.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": 408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*297C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682560.1",
          "protein_id": "ENSP00000507033.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": 361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POMT2",
          "gene_hgnc_id": 19743,
          "hgvs_c": "n.*263C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682925.1",
          "protein_id": "ENSP00000508294.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": 275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "POMT2",
      "gene_hgnc_id": 19743,
      "dbsnp": "rs759220971",
      "frequency_reference_population": 0.0000074348523,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 12,
      "gnomad_exomes_af": 0.00000752474,
      "gnomad_genomes_af": 0.00000657134,
      "gnomad_exomes_ac": 11,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.11599999666213989,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "REVEL",
      "splice_score_selected": 0.3400000035762787,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.116,
      "revel_prediction": "Benign",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.42,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.508,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.34,
      "spliceai_max_prediction": "Uncertain_significance",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP6",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP6"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000261534.9",
          "gene_symbol": "POMT2",
          "hgnc_id": 19743,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1824C>T",
          "hgvs_p": "p.Tyr608Tyr"
        }
      ],
      "clinvar_disease": " type A2, type B2,Autosomal recessive limb-girdle muscular dystrophy type 2N,Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies),Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability),not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "phenotype_combined": "not provided|Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A2;Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability), type B2;Autosomal recessive limb-girdle muscular dystrophy type 2N",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}