← 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: 17-44195475-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 44195475,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001382316.1",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "NM_001382309.1",
          "protein_id": "NP_001369238.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 1014,
          "cdna_end": null,
          "cdna_length": 3951,
          "mane_select": "ENST00000587097.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382309.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000587097.6",
          "protein_id": "ENSP00000465614.2",
          "transcript_support_level": 5,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 1014,
          "cdna_end": null,
          "cdna_length": 3951,
          "mane_select": "NM_001382309.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000587097.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.586A>G",
          "hgvs_p": "p.Thr196Ala",
          "transcript": "ENST00000454077.6",
          "protein_id": "ENSP00000397259.1",
          "transcript_support_level": 1,
          "aa_start": 196,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 586,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 586,
          "cdna_end": null,
          "cdna_length": 3523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000454077.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000389384.8",
          "protein_id": "ENSP00000374035.3",
          "transcript_support_level": 1,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 874,
          "cdna_end": null,
          "cdna_length": 3811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000389384.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.664A>G",
          "hgvs_p": "p.Thr222Ala",
          "transcript": "ENST00000962114.1",
          "protein_id": "ENSP00000632173.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 664,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 922,
          "cdna_end": null,
          "cdna_length": 3858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962114.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.643A>G",
          "hgvs_p": "p.Thr215Ala",
          "transcript": "ENST00000889834.1",
          "protein_id": "ENSP00000559893.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 643,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 814,
          "cdna_end": null,
          "cdna_length": 3751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889834.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.643A>G",
          "hgvs_p": "p.Thr215Ala",
          "transcript": "ENST00000962115.1",
          "protein_id": "ENSP00000632174.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 643,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1530,
          "cdna_end": null,
          "cdna_length": 4466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962115.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.622A>G",
          "hgvs_p": "p.Thr208Ala",
          "transcript": "NM_001382316.1",
          "protein_id": "NP_001369245.1",
          "transcript_support_level": null,
          "aa_start": 208,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 622,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 1071,
          "cdna_end": null,
          "cdna_length": 4008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382316.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.622A>G",
          "hgvs_p": "p.Thr208Ala",
          "transcript": "ENST00000889837.1",
          "protein_id": "ENSP00000559896.1",
          "transcript_support_level": null,
          "aa_start": 208,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 622,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 1485,
          "cdna_end": null,
          "cdna_length": 4422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889837.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.622A>G",
          "hgvs_p": "p.Thr208Ala",
          "transcript": "ENST00000889839.1",
          "protein_id": "ENSP00000559898.1",
          "transcript_support_level": null,
          "aa_start": 208,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 622,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 784,
          "cdna_end": null,
          "cdna_length": 2184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889839.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.586A>G",
          "hgvs_p": "p.Thr196Ala",
          "transcript": "NM_001382308.1",
          "protein_id": "NP_001369237.1",
          "transcript_support_level": null,
          "aa_start": 196,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 586,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 3972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382308.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.586A>G",
          "hgvs_p": "p.Thr196Ala",
          "transcript": "NM_001382310.1",
          "protein_id": "NP_001369239.1",
          "transcript_support_level": null,
          "aa_start": 196,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 586,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 952,
          "cdna_end": null,
          "cdna_length": 3889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382310.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.586A>G",
          "hgvs_p": "p.Thr196Ala",
          "transcript": "NM_001382314.1",
          "protein_id": "NP_001369243.1",
          "transcript_support_level": null,
          "aa_start": 196,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 586,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 3972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382314.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.586A>G",
          "hgvs_p": "p.Thr196Ala",
          "transcript": "NM_001382315.1",
          "protein_id": "NP_001369244.1",
          "transcript_support_level": null,
          "aa_start": 196,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 586,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 1463,
          "cdna_end": null,
          "cdna_length": 4400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382315.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.586A>G",
          "hgvs_p": "p.Thr196Ala",
          "transcript": "ENST00000913339.1",
          "protein_id": "ENSP00000583398.1",
          "transcript_support_level": null,
          "aa_start": 196,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 586,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 1236,
          "cdna_end": null,
          "cdna_length": 4173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913339.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.586A>G",
          "hgvs_p": "p.Thr196Ala",
          "transcript": "ENST00000913343.1",
          "protein_id": "ENSP00000583402.1",
          "transcript_support_level": null,
          "aa_start": 196,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 586,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 1443,
          "cdna_end": null,
          "cdna_length": 4380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913343.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "NM_001382311.1",
          "protein_id": "NP_001369240.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 931,
          "cdna_end": null,
          "cdna_length": 3868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382311.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "NM_001382312.1",
          "protein_id": "NP_001369241.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 1442,
          "cdna_end": null,
          "cdna_length": 4379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382312.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "NM_001382313.1",
          "protein_id": "NP_001369242.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 4133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382313.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000889835.1",
          "protein_id": "ENSP00000559894.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 1453,
          "cdna_end": null,
          "cdna_length": 4388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889835.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000889836.1",
          "protein_id": "ENSP00000559895.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 1051,
          "cdna_end": null,
          "cdna_length": 3986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889836.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000889838.1",
          "protein_id": "ENSP00000559897.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 706,
          "cdna_end": null,
          "cdna_length": 3643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889838.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000913340.1",
          "protein_id": "ENSP00000583399.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 642,
          "cdna_end": null,
          "cdna_length": 3577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913340.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000913344.1",
          "protein_id": "ENSP00000583403.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 1175,
          "cdna_end": null,
          "cdna_length": 4112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913344.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.565A>G",
          "hgvs_p": "p.Thr189Ala",
          "transcript": "ENST00000962113.1",
          "protein_id": "ENSP00000632172.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 694,
          "cdna_end": null,
          "cdna_length": 3625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962113.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.61A>G",
          "hgvs_p": "p.Thr21Ala",
          "transcript": "ENST00000591295.5",
          "protein_id": "ENSP00000467092.1",
          "transcript_support_level": 5,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 62,
          "cdna_end": null,
          "cdna_length": 3017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591295.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.-90A>G",
          "hgvs_p": null,
          "transcript": "ENST00000590537.5",
          "protein_id": "ENSP00000465210.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 71,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 218,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590537.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.478-335A>G",
          "hgvs_p": null,
          "transcript": "ENST00000913341.1",
          "protein_id": "ENSP00000583400.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913341.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "c.478-335A>G",
          "hgvs_p": null,
          "transcript": "ENST00000913342.1",
          "protein_id": "ENSP00000583401.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913342.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "n.222A>G",
          "hgvs_p": null,
          "transcript": "ENST00000587022.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": 298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000587022.1"
        },
        {
          "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": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "n.377A>G",
          "hgvs_p": null,
          "transcript": "ENST00000589607.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000589607.5"
        },
        {
          "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": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "n.2A>G",
          "hgvs_p": null,
          "transcript": "ENST00000591807.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000591807.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "n.58-33A>G",
          "hgvs_p": null,
          "transcript": "ENST00000593073.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000593073.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATXN7L3",
          "gene_hgnc_id": 25416,
          "hgvs_c": "n.-182A>G",
          "hgvs_p": null,
          "transcript": "ENST00000586688.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000586688.5"
        }
      ],
      "gene_symbol": "ATXN7L3",
      "gene_hgnc_id": 25416,
      "dbsnp": "rs373985034",
      "frequency_reference_population": 0.000026644393,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 43,
      "gnomad_exomes_af": 0.0000266802,
      "gnomad_genomes_af": 0.0000263006,
      "gnomad_exomes_ac": 39,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.04142063856124878,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.088,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.058,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.74,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.519,
      "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": -8,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -8,
          "benign_score": 8,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001382316.1",
          "gene_symbol": "ATXN7L3",
          "hgnc_id": 25416,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.622A>G",
          "hgvs_p": "p.Thr208Ala"
        }
      ],
      "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
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.