← 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: 2-27447526-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 27447526,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_015662.3",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4648G>T",
          "hgvs_p": "p.Val1550Phe",
          "transcript": "NM_015662.3",
          "protein_id": "NP_056477.1",
          "transcript_support_level": null,
          "aa_start": 1550,
          "aa_end": null,
          "aa_length": 1749,
          "cds_start": 4648,
          "cds_end": null,
          "cds_length": 5250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000260570.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015662.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4648G>T",
          "hgvs_p": "p.Val1550Phe",
          "transcript": "ENST00000260570.8",
          "protein_id": "ENSP00000260570.3",
          "transcript_support_level": 1,
          "aa_start": 1550,
          "aa_end": null,
          "aa_length": 1749,
          "cds_start": 4648,
          "cds_end": null,
          "cds_length": 5250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015662.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000260570.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*93G>T",
          "hgvs_p": null,
          "transcript": "ENST00000509128.5",
          "protein_id": "ENSP00000427255.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000509128.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*93G>T",
          "hgvs_p": null,
          "transcript": "ENST00000509128.5",
          "protein_id": "ENSP00000427255.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000509128.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4648G>T",
          "hgvs_p": "p.Val1550Phe",
          "transcript": "ENST00000945698.1",
          "protein_id": "ENSP00000615757.1",
          "transcript_support_level": null,
          "aa_start": 1550,
          "aa_end": null,
          "aa_length": 1786,
          "cds_start": 4648,
          "cds_end": null,
          "cds_length": 5361,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945698.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4582G>T",
          "hgvs_p": "p.Val1528Phe",
          "transcript": "NM_001410739.1",
          "protein_id": "NP_001397668.1",
          "transcript_support_level": null,
          "aa_start": 1528,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 4582,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410739.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4582G>T",
          "hgvs_p": "p.Val1528Phe",
          "transcript": "ENST00000675690.1",
          "protein_id": "ENSP00000502283.1",
          "transcript_support_level": null,
          "aa_start": 1528,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 4582,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675690.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4648G>T",
          "hgvs_p": "p.Val1550Phe",
          "transcript": "ENST00000923256.1",
          "protein_id": "ENSP00000593315.1",
          "transcript_support_level": null,
          "aa_start": 1550,
          "aa_end": null,
          "aa_length": 1716,
          "cds_start": 4648,
          "cds_end": null,
          "cds_length": 5151,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923256.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4540G>T",
          "hgvs_p": "p.Val1514Phe",
          "transcript": "ENST00000872012.1",
          "protein_id": "ENSP00000542071.1",
          "transcript_support_level": null,
          "aa_start": 1514,
          "aa_end": null,
          "aa_length": 1713,
          "cds_start": 4540,
          "cds_end": null,
          "cds_length": 5142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872012.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4519G>T",
          "hgvs_p": "p.Val1507Phe",
          "transcript": "ENST00000945697.1",
          "protein_id": "ENSP00000615756.1",
          "transcript_support_level": null,
          "aa_start": 1507,
          "aa_end": null,
          "aa_length": 1706,
          "cds_start": 4519,
          "cds_end": null,
          "cds_length": 5121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945697.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4585G>T",
          "hgvs_p": "p.Val1529Phe",
          "transcript": "XM_006711986.4",
          "protein_id": "XP_006712049.1",
          "transcript_support_level": null,
          "aa_start": 1529,
          "aa_end": null,
          "aa_length": 1728,
          "cds_start": 4585,
          "cds_end": null,
          "cds_length": 5187,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006711986.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4648G>T",
          "hgvs_p": "p.Val1550Phe",
          "transcript": "XM_006711987.2",
          "protein_id": "XP_006712050.1",
          "transcript_support_level": null,
          "aa_start": 1550,
          "aa_end": null,
          "aa_length": 1716,
          "cds_start": 4648,
          "cds_end": null,
          "cds_length": 5151,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006711987.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.4582G>T",
          "hgvs_p": "p.Val1528Phe",
          "transcript": "XM_047443900.1",
          "protein_id": "XP_047299856.1",
          "transcript_support_level": null,
          "aa_start": 1528,
          "aa_end": null,
          "aa_length": 1694,
          "cds_start": 4582,
          "cds_end": null,
          "cds_length": 5085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047443900.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.3967G>T",
          "hgvs_p": "p.Val1323Phe",
          "transcript": "XM_047443901.1",
          "protein_id": "XP_047299857.1",
          "transcript_support_level": null,
          "aa_start": 1323,
          "aa_end": null,
          "aa_length": 1522,
          "cds_start": 3967,
          "cds_end": null,
          "cds_length": 4569,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047443901.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.3967G>T",
          "hgvs_p": "p.Val1323Phe",
          "transcript": "XM_047443902.1",
          "protein_id": "XP_047299858.1",
          "transcript_support_level": null,
          "aa_start": 1323,
          "aa_end": null,
          "aa_length": 1522,
          "cds_start": 3967,
          "cds_end": null,
          "cds_length": 4569,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047443902.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.3088G>T",
          "hgvs_p": "p.Val1030Phe",
          "transcript": "XM_011532759.3",
          "protein_id": "XP_011531061.1",
          "transcript_support_level": null,
          "aa_start": 1030,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 3088,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011532759.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.2785G>T",
          "hgvs_p": "p.Val929Phe",
          "transcript": "XM_047443904.1",
          "protein_id": "XP_047299860.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": 2785,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047443904.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "c.2713G>T",
          "hgvs_p": "p.Val905Phe",
          "transcript": "XM_011532760.3",
          "protein_id": "XP_011531062.1",
          "transcript_support_level": null,
          "aa_start": 905,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2713,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011532760.3"
        },
        {
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.220G>T",
          "hgvs_p": null,
          "transcript": "ENST00000420854.1",
          "protein_id": "ENSP00000398633.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000420854.1"
        },
        {
          "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": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.51G>T",
          "hgvs_p": null,
          "transcript": "ENST00000480892.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000480892.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.4929G>T",
          "hgvs_p": null,
          "transcript": "ENST00000507184.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000507184.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.1260G>T",
          "hgvs_p": null,
          "transcript": "ENST00000674594.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000674594.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*4161G>T",
          "hgvs_p": null,
          "transcript": "ENST00000674701.1",
          "protein_id": "ENSP00000502275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674701.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*3096G>T",
          "hgvs_p": null,
          "transcript": "ENST00000674824.1",
          "protein_id": "ENSP00000501824.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674824.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*5094G>T",
          "hgvs_p": null,
          "transcript": "ENST00000674932.1",
          "protein_id": "ENSP00000501967.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674932.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*2637G>T",
          "hgvs_p": null,
          "transcript": "ENST00000675410.1",
          "protein_id": "ENSP00000502030.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000675410.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*3874G>T",
          "hgvs_p": null,
          "transcript": "ENST00000676119.1",
          "protein_id": "ENSP00000501701.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000676119.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*4161G>T",
          "hgvs_p": null,
          "transcript": "ENST00000674701.1",
          "protein_id": "ENSP00000502275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674701.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*3096G>T",
          "hgvs_p": null,
          "transcript": "ENST00000674824.1",
          "protein_id": "ENSP00000501824.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674824.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*5094G>T",
          "hgvs_p": null,
          "transcript": "ENST00000674932.1",
          "protein_id": "ENSP00000501967.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674932.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*2637G>T",
          "hgvs_p": null,
          "transcript": "ENST00000675410.1",
          "protein_id": "ENSP00000502030.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000675410.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT172",
          "gene_hgnc_id": 30391,
          "hgvs_c": "n.*3874G>T",
          "hgvs_p": null,
          "transcript": "ENST00000676119.1",
          "protein_id": "ENSP00000501701.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000676119.1"
        }
      ],
      "gene_symbol": "IFT172",
      "gene_hgnc_id": 30391,
      "dbsnp": "rs779801761",
      "frequency_reference_population": 0.000019712203,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0000197122,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1322523057460785,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.07,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1436,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.45,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.227,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_015662.3",
          "gene_symbol": "IFT172",
          "hgnc_id": 30391,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.4648G>T",
          "hgvs_p": "p.Val1550Phe"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}