← 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: 4-1723530-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 1723530,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000313288.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_006342.3",
          "protein_id": "NP_006333.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2799,
          "mane_select": "ENST00000313288.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "ENST00000313288.9",
          "protein_id": "ENSP00000326550.4",
          "transcript_support_level": 1,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2799,
          "mane_select": "NM_006342.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.-137C>G",
          "hgvs_p": null,
          "transcript": "NM_001441316.1",
          "protein_id": "NP_001428245.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 765,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2298,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.-386C>G",
          "hgvs_p": null,
          "transcript": "NM_001441317.1",
          "protein_id": "NP_001428246.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441304.1",
          "protein_id": "NP_001428233.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 849,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2550,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441305.1",
          "protein_id": "NP_001428234.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 842,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2529,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441306.1",
          "protein_id": "NP_001428235.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441307.1",
          "protein_id": "NP_001428236.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441319.1",
          "protein_id": "NP_001428248.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": 689,
          "cdna_end": null,
          "cdna_length": 3255,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "ENST00000651472.1",
          "protein_id": "ENSP00000498361.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": 242,
          "cdna_end": null,
          "cdna_length": 2764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441308.1",
          "protein_id": "NP_001428237.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441309.1",
          "protein_id": "NP_001428238.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441310.1",
          "protein_id": "NP_001428239.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441311.1",
          "protein_id": "NP_001428240.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441312.1",
          "protein_id": "NP_001428241.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441313.1",
          "protein_id": "NP_001428242.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441314.1",
          "protein_id": "NP_001428243.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "ENST00000652770.1",
          "protein_id": "ENSP00000498219.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 2826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441315.1",
          "protein_id": "NP_001428244.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 808,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2427,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001441318.1",
          "protein_id": "NP_001428247.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 1731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "NM_001410699.1",
          "protein_id": "NP_001397628.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 478,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 1437,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "ENST00000612220.5",
          "protein_id": "ENSP00000478580.2",
          "transcript_support_level": 5,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 478,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 1437,
          "cdna_start": 254,
          "cdna_end": null,
          "cdna_length": 1732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "ENST00000458173.4",
          "protein_id": "ENSP00000415914.4",
          "transcript_support_level": 5,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 817,
          "cdna_start": 385,
          "cdna_end": null,
          "cdna_length": 1093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "ENST00000493975.5",
          "protein_id": "ENSP00000418095.1",
          "transcript_support_level": 3,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 692,
          "cdna_start": 242,
          "cdna_end": null,
          "cdna_length": 825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "XM_017007653.2",
          "protein_id": "XP_016863142.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": 506,
          "cdna_end": null,
          "cdna_length": 3072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "XM_011513386.4",
          "protein_id": "XP_011511688.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 2440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly",
          "transcript": "XM_047449523.1",
          "protein_id": "XP_047305479.1",
          "transcript_support_level": null,
          "aa_start": 37,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 109,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 233,
          "cdna_end": null,
          "cdna_length": 3034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "n.109C>G",
          "hgvs_p": null,
          "transcript": "ENST00000467746.6",
          "protein_id": "ENSP00000418727.1",
          "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": 792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "n.235C>G",
          "hgvs_p": null,
          "transcript": "ENST00000484651.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": 2715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "n.223C>G",
          "hgvs_p": null,
          "transcript": "ENST00000651251.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": 2788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "n.233C>G",
          "hgvs_p": null,
          "transcript": "NR_199818.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": 2942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "n.233C>G",
          "hgvs_p": null,
          "transcript": "NR_199819.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": 2885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "n.233C>G",
          "hgvs_p": null,
          "transcript": "NR_199820.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": 2797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.-137C>G",
          "hgvs_p": null,
          "transcript": "NM_001441316.1",
          "protein_id": "NP_001428245.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 765,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2298,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TACC3",
          "gene_hgnc_id": 11524,
          "hgvs_c": "c.-386C>G",
          "hgvs_p": null,
          "transcript": "NM_001441317.1",
          "protein_id": "NP_001428246.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TACC3",
      "gene_hgnc_id": 11524,
      "dbsnp": "rs373800152",
      "frequency_reference_population": 0.00007312605,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 118,
      "gnomad_exomes_af": 0.0000725318,
      "gnomad_genomes_af": 0.0000788312,
      "gnomad_exomes_ac": 106,
      "gnomad_genomes_ac": 12,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.13565966486930847,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.116,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2864,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.35,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.757,
      "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": "ENST00000313288.9",
          "gene_symbol": "TACC3",
          "hgnc_id": 11524,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.109C>G",
          "hgvs_p": "p.Arg37Gly"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}