← 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-74366371-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 74366371,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_004082.5",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2633A>G",
          "hgvs_p": "p.Tyr878Cys",
          "transcript": "NM_004082.5",
          "protein_id": "NP_004073.2",
          "transcript_support_level": null,
          "aa_start": 878,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 2633,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": 2907,
          "cdna_end": null,
          "cdna_length": 4455,
          "mane_select": "ENST00000628224.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004082.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2633A>G",
          "hgvs_p": "p.Tyr878Cys",
          "transcript": "ENST00000628224.3",
          "protein_id": "ENSP00000487279.2",
          "transcript_support_level": 5,
          "aa_start": 878,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 2633,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": 2907,
          "cdna_end": null,
          "cdna_length": 4455,
          "mane_select": "NM_004082.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000628224.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2633A>G",
          "hgvs_p": "p.Tyr878Cys",
          "transcript": "ENST00000361874.8",
          "protein_id": "ENSP00000354791.4",
          "transcript_support_level": 1,
          "aa_start": 878,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": 2633,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": 2951,
          "cdna_end": null,
          "cdna_length": 4485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361874.8"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2573A>G",
          "hgvs_p": "p.Tyr858Cys",
          "transcript": "ENST00000409567.7",
          "protein_id": "ENSP00000386843.3",
          "transcript_support_level": 1,
          "aa_start": 858,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 2573,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 2835,
          "cdna_end": null,
          "cdna_length": 4024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409567.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2522A>G",
          "hgvs_p": "p.Tyr841Cys",
          "transcript": "ENST00000409240.5",
          "protein_id": "ENSP00000386406.1",
          "transcript_support_level": 1,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 2522,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 2834,
          "cdna_end": null,
          "cdna_length": 4365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409240.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2231A>G",
          "hgvs_p": "p.Tyr744Cys",
          "transcript": "ENST00000409438.5",
          "protein_id": "ENSP00000387270.1",
          "transcript_support_level": 1,
          "aa_start": 744,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 2231,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": 2614,
          "cdna_end": null,
          "cdna_length": 4145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409438.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2612A>G",
          "hgvs_p": "p.Tyr871Cys",
          "transcript": "NM_001190837.2",
          "protein_id": "NP_001177766.1",
          "transcript_support_level": null,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 2612,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 2886,
          "cdna_end": null,
          "cdna_length": 4434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190837.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2612A>G",
          "hgvs_p": "p.Tyr871Cys",
          "transcript": "ENST00000394003.7",
          "protein_id": "ENSP00000377571.3",
          "transcript_support_level": 5,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 2612,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 2930,
          "cdna_end": null,
          "cdna_length": 4479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394003.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2612A>G",
          "hgvs_p": "p.Tyr871Cys",
          "transcript": "ENST00000898642.1",
          "protein_id": "ENSP00000568701.1",
          "transcript_support_level": null,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 2612,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": 2908,
          "cdna_end": null,
          "cdna_length": 4441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898642.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2597A>G",
          "hgvs_p": "p.Tyr866Cys",
          "transcript": "ENST00000971125.1",
          "protein_id": "ENSP00000641184.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 2597,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": 2911,
          "cdna_end": null,
          "cdna_length": 4453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971125.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2594A>G",
          "hgvs_p": "p.Tyr865Cys",
          "transcript": "ENST00000971127.1",
          "protein_id": "ENSP00000641186.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2594,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": 2869,
          "cdna_end": null,
          "cdna_length": 4411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971127.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2594A>G",
          "hgvs_p": "p.Tyr865Cys",
          "transcript": "ENST00000971130.1",
          "protein_id": "ENSP00000641189.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2594,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": 2834,
          "cdna_end": null,
          "cdna_length": 4382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971130.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2609A>G",
          "hgvs_p": "p.Tyr870Cys",
          "transcript": "ENST00000971131.1",
          "protein_id": "ENSP00000641190.1",
          "transcript_support_level": null,
          "aa_start": 870,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2609,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": 2849,
          "cdna_end": null,
          "cdna_length": 4381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971131.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2582A>G",
          "hgvs_p": "p.Tyr861Cys",
          "transcript": "NM_001378991.1",
          "protein_id": "NP_001365920.1",
          "transcript_support_level": null,
          "aa_start": 861,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 2582,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 2673,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378991.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2582A>G",
          "hgvs_p": "p.Tyr861Cys",
          "transcript": "ENST00000680606.1",
          "protein_id": "ENSP00000505612.1",
          "transcript_support_level": null,
          "aa_start": 861,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 2582,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 2673,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000680606.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2594A>G",
          "hgvs_p": "p.Tyr865Cys",
          "transcript": "ENST00000898641.1",
          "protein_id": "ENSP00000568700.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 1260,
          "cds_start": 2594,
          "cds_end": null,
          "cds_length": 3783,
          "cdna_start": 2890,
          "cdna_end": null,
          "cdna_length": 4424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898641.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2591A>G",
          "hgvs_p": "p.Tyr864Cys",
          "transcript": "ENST00000971128.1",
          "protein_id": "ENSP00000641187.1",
          "transcript_support_level": null,
          "aa_start": 864,
          "aa_end": null,
          "aa_length": 1259,
          "cds_start": 2591,
          "cds_end": null,
          "cds_length": 3780,
          "cdna_start": 2859,
          "cdna_end": null,
          "cdna_length": 4392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971128.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2588A>G",
          "hgvs_p": "p.Tyr863Cys",
          "transcript": "ENST00000971133.1",
          "protein_id": "ENSP00000641192.1",
          "transcript_support_level": null,
          "aa_start": 863,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 2588,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": 2827,
          "cdna_end": null,
          "cdna_length": 4356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971133.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2582A>G",
          "hgvs_p": "p.Tyr861Cys",
          "transcript": "ENST00000409868.5",
          "protein_id": "ENSP00000387327.1",
          "transcript_support_level": 5,
          "aa_start": 861,
          "aa_end": null,
          "aa_length": 1256,
          "cds_start": 2582,
          "cds_end": null,
          "cds_length": 3771,
          "cdna_start": 2672,
          "cdna_end": null,
          "cdna_length": 4202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409868.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2564A>G",
          "hgvs_p": "p.Tyr855Cys",
          "transcript": "NM_001378992.1",
          "protein_id": "NP_001365921.1",
          "transcript_support_level": null,
          "aa_start": 855,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": 2564,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": 2655,
          "cdna_end": null,
          "cdna_length": 4203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378992.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2573A>G",
          "hgvs_p": "p.Tyr858Cys",
          "transcript": "NM_001135040.3",
          "protein_id": "NP_001128512.1",
          "transcript_support_level": null,
          "aa_start": 858,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 2573,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 2847,
          "cdna_end": null,
          "cdna_length": 4380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001135040.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2570A>G",
          "hgvs_p": "p.Tyr857Cys",
          "transcript": "ENST00000971126.1",
          "protein_id": "ENSP00000641185.1",
          "transcript_support_level": null,
          "aa_start": 857,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 2570,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": 2842,
          "cdna_end": null,
          "cdna_length": 4373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971126.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2522A>G",
          "hgvs_p": "p.Tyr841Cys",
          "transcript": "NM_001190836.2",
          "protein_id": "NP_001177765.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 2522,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 2613,
          "cdna_end": null,
          "cdna_length": 4146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190836.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2495A>G",
          "hgvs_p": "p.Tyr832Cys",
          "transcript": "ENST00000971132.1",
          "protein_id": "ENSP00000641191.1",
          "transcript_support_level": null,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 1227,
          "cds_start": 2495,
          "cds_end": null,
          "cds_length": 3684,
          "cdna_start": 2731,
          "cdna_end": null,
          "cdna_length": 4263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971132.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2417A>G",
          "hgvs_p": "p.Tyr806Cys",
          "transcript": "ENST00000971129.1",
          "protein_id": "ENSP00000641188.1",
          "transcript_support_level": null,
          "aa_start": 806,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": 2417,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": 2669,
          "cdna_end": null,
          "cdna_length": 4202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971129.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2231A>G",
          "hgvs_p": "p.Tyr744Cys",
          "transcript": "NM_023019.4",
          "protein_id": "NP_075408.1",
          "transcript_support_level": null,
          "aa_start": 744,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 2231,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": 2546,
          "cdna_end": null,
          "cdna_length": 4094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_023019.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2231A>G",
          "hgvs_p": "p.Tyr744Cys",
          "transcript": "ENST00000633691.1",
          "protein_id": "ENSP00000487724.1",
          "transcript_support_level": 5,
          "aa_start": 744,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 2231,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": 2614,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000633691.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2231A>G",
          "hgvs_p": "p.Tyr744Cys",
          "transcript": "NM_001135041.3",
          "protein_id": "NP_001128513.1",
          "transcript_support_level": null,
          "aa_start": 744,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 2231,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": 2546,
          "cdna_end": null,
          "cdna_length": 4079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001135041.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.2605A>G",
          "hgvs_p": null,
          "transcript": "ENST00000434055.5",
          "protein_id": "ENSP00000416711.1",
          "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": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000434055.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.3612A>G",
          "hgvs_p": null,
          "transcript": "ENST00000466110.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": 5414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000466110.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.499A>G",
          "hgvs_p": null,
          "transcript": "ENST00000495643.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": 673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000495643.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.2696A>G",
          "hgvs_p": null,
          "transcript": "NR_033935.2",
          "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": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_033935.2"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.96+2929A>G",
          "hgvs_p": null,
          "transcript": "ENST00000497666.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": 479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000497666.1"
        },
        {
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.-177A>G",
          "hgvs_p": null,
          "transcript": "ENST00000495895.1",
          "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": 503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000495895.1"
        }
      ],
      "gene_symbol": "DCTN1",
      "gene_hgnc_id": 2711,
      "dbsnp": "rs778201974",
      "frequency_reference_population": 0.000026640926,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 43,
      "gnomad_exomes_af": 0.0000266778,
      "gnomad_genomes_af": 0.0000262867,
      "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.8995414972305298,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.683,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.2111,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.29,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.616,
      "phylop100way_prediction": "Pathogenic",
      "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": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP3_Moderate,BP6,BS2",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PP3_Moderate",
            "BP6",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_004082.5",
          "gene_symbol": "DCTN1",
          "hgnc_id": 2711,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2633A>G",
          "hgvs_p": "p.Tyr878Cys"
        }
      ],
      "clinvar_disease": " distal hereditary motor, type 7B,Amyotrophic lateral sclerosis type 1,Inborn genetic diseases,Neuronopathy,Perry syndrome,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:3",
      "phenotype_combined": "Neuronopathy, distal hereditary motor, type 7B|Perry syndrome;Neuronopathy, distal hereditary motor, type 7B;Amyotrophic lateral sclerosis type 1|Inborn genetic diseases|Perry syndrome|not specified",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "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.