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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 74367083,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_004082.5",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2278A>G",
          "hgvs_p": "p.Met760Val",
          "transcript": "NM_004082.5",
          "protein_id": "NP_004073.2",
          "transcript_support_level": null,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 2278,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": 2552,
          "cdna_end": null,
          "cdna_length": 4455,
          "mane_select": "ENST00000628224.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004082.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2278A>G",
          "hgvs_p": "p.Met760Val",
          "transcript": "ENST00000628224.3",
          "protein_id": "ENSP00000487279.2",
          "transcript_support_level": 5,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 2278,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": 2552,
          "cdna_end": null,
          "cdna_length": 4455,
          "mane_select": "NM_004082.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000628224.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2278A>G",
          "hgvs_p": "p.Met760Val",
          "transcript": "ENST00000361874.8",
          "protein_id": "ENSP00000354791.4",
          "transcript_support_level": 1,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": 2278,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": 2596,
          "cdna_end": null,
          "cdna_length": 4485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361874.8"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2218A>G",
          "hgvs_p": "p.Met740Val",
          "transcript": "ENST00000409567.7",
          "protein_id": "ENSP00000386843.3",
          "transcript_support_level": 1,
          "aa_start": 740,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 2218,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 2480,
          "cdna_end": null,
          "cdna_length": 4024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409567.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2167A>G",
          "hgvs_p": "p.Met723Val",
          "transcript": "ENST00000409240.5",
          "protein_id": "ENSP00000386406.1",
          "transcript_support_level": 1,
          "aa_start": 723,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 2167,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 2479,
          "cdna_end": null,
          "cdna_length": 4365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409240.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1876A>G",
          "hgvs_p": "p.Met626Val",
          "transcript": "ENST00000409438.5",
          "protein_id": "ENSP00000387270.1",
          "transcript_support_level": 1,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 1876,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": 2259,
          "cdna_end": null,
          "cdna_length": 4145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409438.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2257A>G",
          "hgvs_p": "p.Met753Val",
          "transcript": "NM_001190837.2",
          "protein_id": "NP_001177766.1",
          "transcript_support_level": null,
          "aa_start": 753,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 2257,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 2531,
          "cdna_end": null,
          "cdna_length": 4434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190837.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2257A>G",
          "hgvs_p": "p.Met753Val",
          "transcript": "ENST00000394003.7",
          "protein_id": "ENSP00000377571.3",
          "transcript_support_level": 5,
          "aa_start": 753,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 2257,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 2575,
          "cdna_end": null,
          "cdna_length": 4479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394003.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2257A>G",
          "hgvs_p": "p.Met753Val",
          "transcript": "ENST00000898642.1",
          "protein_id": "ENSP00000568701.1",
          "transcript_support_level": null,
          "aa_start": 753,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 2257,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": 2553,
          "cdna_end": null,
          "cdna_length": 4441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898642.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2242A>G",
          "hgvs_p": "p.Met748Val",
          "transcript": "ENST00000971125.1",
          "protein_id": "ENSP00000641184.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 2242,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": 2556,
          "cdna_end": null,
          "cdna_length": 4453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971125.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2239A>G",
          "hgvs_p": "p.Met747Val",
          "transcript": "ENST00000971127.1",
          "protein_id": "ENSP00000641186.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2239,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": 2514,
          "cdna_end": null,
          "cdna_length": 4411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971127.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2239A>G",
          "hgvs_p": "p.Met747Val",
          "transcript": "ENST00000971130.1",
          "protein_id": "ENSP00000641189.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2239,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": 2479,
          "cdna_end": null,
          "cdna_length": 4382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971130.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2254A>G",
          "hgvs_p": "p.Met752Val",
          "transcript": "ENST00000971131.1",
          "protein_id": "ENSP00000641190.1",
          "transcript_support_level": null,
          "aa_start": 752,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2254,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": 2494,
          "cdna_end": null,
          "cdna_length": 4381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971131.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2227A>G",
          "hgvs_p": "p.Met743Val",
          "transcript": "NM_001378991.1",
          "protein_id": "NP_001365920.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 2318,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378991.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2227A>G",
          "hgvs_p": "p.Met743Val",
          "transcript": "ENST00000680606.1",
          "protein_id": "ENSP00000505612.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 2318,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000680606.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2239A>G",
          "hgvs_p": "p.Met747Val",
          "transcript": "ENST00000898641.1",
          "protein_id": "ENSP00000568700.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 1260,
          "cds_start": 2239,
          "cds_end": null,
          "cds_length": 3783,
          "cdna_start": 2535,
          "cdna_end": null,
          "cdna_length": 4424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898641.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2236A>G",
          "hgvs_p": "p.Met746Val",
          "transcript": "ENST00000971128.1",
          "protein_id": "ENSP00000641187.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 1259,
          "cds_start": 2236,
          "cds_end": null,
          "cds_length": 3780,
          "cdna_start": 2504,
          "cdna_end": null,
          "cdna_length": 4392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971128.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2233A>G",
          "hgvs_p": "p.Met745Val",
          "transcript": "ENST00000971133.1",
          "protein_id": "ENSP00000641192.1",
          "transcript_support_level": null,
          "aa_start": 745,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 2233,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": 2472,
          "cdna_end": null,
          "cdna_length": 4356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971133.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2227A>G",
          "hgvs_p": "p.Met743Val",
          "transcript": "ENST00000409868.5",
          "protein_id": "ENSP00000387327.1",
          "transcript_support_level": 5,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1256,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 3771,
          "cdna_start": 2317,
          "cdna_end": null,
          "cdna_length": 4202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409868.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2209A>G",
          "hgvs_p": "p.Met737Val",
          "transcript": "NM_001378992.1",
          "protein_id": "NP_001365921.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 4203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378992.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2218A>G",
          "hgvs_p": "p.Met740Val",
          "transcript": "NM_001135040.3",
          "protein_id": "NP_001128512.1",
          "transcript_support_level": null,
          "aa_start": 740,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 2218,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 2492,
          "cdna_end": null,
          "cdna_length": 4380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001135040.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2215A>G",
          "hgvs_p": "p.Met739Val",
          "transcript": "ENST00000971126.1",
          "protein_id": "ENSP00000641185.1",
          "transcript_support_level": null,
          "aa_start": 739,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 2215,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": 2487,
          "cdna_end": null,
          "cdna_length": 4373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971126.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2167A>G",
          "hgvs_p": "p.Met723Val",
          "transcript": "NM_001190836.2",
          "protein_id": "NP_001177765.1",
          "transcript_support_level": null,
          "aa_start": 723,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 2167,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 2258,
          "cdna_end": null,
          "cdna_length": 4146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190836.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2239A>G",
          "hgvs_p": "p.Met747Val",
          "transcript": "ENST00000971132.1",
          "protein_id": "ENSP00000641191.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 1227,
          "cds_start": 2239,
          "cds_end": null,
          "cds_length": 3684,
          "cdna_start": 2475,
          "cdna_end": null,
          "cdna_length": 4263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971132.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2239A>G",
          "hgvs_p": "p.Met747Val",
          "transcript": "ENST00000971129.1",
          "protein_id": "ENSP00000641188.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": 2239,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": 2491,
          "cdna_end": null,
          "cdna_length": 4202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971129.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1876A>G",
          "hgvs_p": "p.Met626Val",
          "transcript": "NM_023019.4",
          "protein_id": "NP_075408.1",
          "transcript_support_level": null,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 1876,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": 2191,
          "cdna_end": null,
          "cdna_length": 4094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_023019.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1876A>G",
          "hgvs_p": "p.Met626Val",
          "transcript": "ENST00000633691.1",
          "protein_id": "ENSP00000487724.1",
          "transcript_support_level": 5,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 1876,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": 2259,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000633691.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1876A>G",
          "hgvs_p": "p.Met626Val",
          "transcript": "NM_001135041.3",
          "protein_id": "NP_001128513.1",
          "transcript_support_level": null,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 1876,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": 2191,
          "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": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.2167A>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": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.3095A>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": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.306A>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": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.2258A>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+2217A>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"
        }
      ],
      "gene_symbol": "DCTN1",
      "gene_hgnc_id": 2711,
      "dbsnp": "rs754780894",
      "frequency_reference_population": 0.00008673693,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 140,
      "gnomad_exomes_af": 0.0000889262,
      "gnomad_genomes_af": 0.0000657073,
      "gnomad_exomes_ac": 130,
      "gnomad_genomes_ac": 10,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.15262413024902344,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.447,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1119,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.16,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 5.634,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.03,
      "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": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 11,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_004082.5",
          "gene_symbol": "DCTN1",
          "hgnc_id": 2711,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2278A>G",
          "hgvs_p": "p.Met760Val"
        }
      ],
      "clinvar_disease": " distal hereditary motor, type 7B,Amyotrophic lateral sclerosis type 1,DCTN1-related disorder,Inborn genetic diseases,Neuronopathy,Perry syndrome,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:2 B:3",
      "phenotype_combined": "Neuronopathy, distal hereditary motor, type 7B|Perry syndrome|Neuronopathy, distal hereditary motor, type 7B;Perry syndrome;Amyotrophic lateral sclerosis type 1|not provided|not specified|Inborn genetic diseases|DCTN1-related disorder",
      "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.