← 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-74366896-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 74366896,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_004082.5",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2353C>T",
          "hgvs_p": "p.Arg785Trp",
          "transcript": "NM_004082.5",
          "protein_id": "NP_004073.2",
          "transcript_support_level": null,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 2353,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000628224.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004082.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2353C>T",
          "hgvs_p": "p.Arg785Trp",
          "transcript": "ENST00000628224.3",
          "protein_id": "ENSP00000487279.2",
          "transcript_support_level": 5,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 2353,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_004082.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000628224.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2353C>T",
          "hgvs_p": "p.Arg785Trp",
          "transcript": "ENST00000361874.8",
          "protein_id": "ENSP00000354791.4",
          "transcript_support_level": 1,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": 2353,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361874.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2293C>T",
          "hgvs_p": "p.Arg765Trp",
          "transcript": "ENST00000409567.7",
          "protein_id": "ENSP00000386843.3",
          "transcript_support_level": 1,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 2293,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409567.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2242C>T",
          "hgvs_p": "p.Arg748Trp",
          "transcript": "ENST00000409240.5",
          "protein_id": "ENSP00000386406.1",
          "transcript_support_level": 1,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 2242,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409240.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1951C>T",
          "hgvs_p": "p.Arg651Trp",
          "transcript": "ENST00000409438.5",
          "protein_id": "ENSP00000387270.1",
          "transcript_support_level": 1,
          "aa_start": 651,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 1951,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409438.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2332C>T",
          "hgvs_p": "p.Arg778Trp",
          "transcript": "NM_001190837.2",
          "protein_id": "NP_001177766.1",
          "transcript_support_level": null,
          "aa_start": 778,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 2332,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190837.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2332C>T",
          "hgvs_p": "p.Arg778Trp",
          "transcript": "ENST00000394003.7",
          "protein_id": "ENSP00000377571.3",
          "transcript_support_level": 5,
          "aa_start": 778,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 2332,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394003.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2332C>T",
          "hgvs_p": "p.Arg778Trp",
          "transcript": "ENST00000898642.1",
          "protein_id": "ENSP00000568701.1",
          "transcript_support_level": null,
          "aa_start": 778,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 2332,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898642.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2317C>T",
          "hgvs_p": "p.Arg773Trp",
          "transcript": "ENST00000971125.1",
          "protein_id": "ENSP00000641184.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 2317,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971125.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2314C>T",
          "hgvs_p": "p.Arg772Trp",
          "transcript": "ENST00000971127.1",
          "protein_id": "ENSP00000641186.1",
          "transcript_support_level": null,
          "aa_start": 772,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2314,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971127.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2314C>T",
          "hgvs_p": "p.Arg772Trp",
          "transcript": "ENST00000971130.1",
          "protein_id": "ENSP00000641189.1",
          "transcript_support_level": null,
          "aa_start": 772,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2314,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971130.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2329C>T",
          "hgvs_p": "p.Arg777Trp",
          "transcript": "ENST00000971131.1",
          "protein_id": "ENSP00000641190.1",
          "transcript_support_level": null,
          "aa_start": 777,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2329,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971131.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768Trp",
          "transcript": "NM_001378991.1",
          "protein_id": "NP_001365920.1",
          "transcript_support_level": null,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 2302,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378991.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768Trp",
          "transcript": "ENST00000680606.1",
          "protein_id": "ENSP00000505612.1",
          "transcript_support_level": null,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 2302,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000680606.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2314C>T",
          "hgvs_p": "p.Arg772Trp",
          "transcript": "ENST00000898641.1",
          "protein_id": "ENSP00000568700.1",
          "transcript_support_level": null,
          "aa_start": 772,
          "aa_end": null,
          "aa_length": 1260,
          "cds_start": 2314,
          "cds_end": null,
          "cds_length": 3783,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898641.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2311C>T",
          "hgvs_p": "p.Arg771Trp",
          "transcript": "ENST00000971128.1",
          "protein_id": "ENSP00000641187.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 1259,
          "cds_start": 2311,
          "cds_end": null,
          "cds_length": 3780,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971128.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2308C>T",
          "hgvs_p": "p.Arg770Trp",
          "transcript": "ENST00000971133.1",
          "protein_id": "ENSP00000641192.1",
          "transcript_support_level": null,
          "aa_start": 770,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 2308,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971133.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2302C>T",
          "hgvs_p": "p.Arg768Trp",
          "transcript": "ENST00000409868.5",
          "protein_id": "ENSP00000387327.1",
          "transcript_support_level": 5,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 1256,
          "cds_start": 2302,
          "cds_end": null,
          "cds_length": 3771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409868.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2284C>T",
          "hgvs_p": "p.Arg762Trp",
          "transcript": "NM_001378992.1",
          "protein_id": "NP_001365921.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378992.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2293C>T",
          "hgvs_p": "p.Arg765Trp",
          "transcript": "NM_001135040.3",
          "protein_id": "NP_001128512.1",
          "transcript_support_level": null,
          "aa_start": 765,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 2293,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001135040.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2290C>T",
          "hgvs_p": "p.Arg764Trp",
          "transcript": "ENST00000971126.1",
          "protein_id": "ENSP00000641185.1",
          "transcript_support_level": null,
          "aa_start": 764,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 2290,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971126.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "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.2242C>T",
          "hgvs_p": "p.Arg748Trp",
          "transcript": "NM_001190836.2",
          "protein_id": "NP_001177765.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 2242,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190836.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1951C>T",
          "hgvs_p": "p.Arg651Trp",
          "transcript": "NM_023019.4",
          "protein_id": "NP_075408.1",
          "transcript_support_level": null,
          "aa_start": 651,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 1951,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_023019.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1951C>T",
          "hgvs_p": "p.Arg651Trp",
          "transcript": "ENST00000633691.1",
          "protein_id": "ENSP00000487724.1",
          "transcript_support_level": 5,
          "aa_start": 651,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 1951,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000633691.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.1951C>T",
          "hgvs_p": "p.Arg651Trp",
          "transcript": "NM_001135041.3",
          "protein_id": "NP_001128513.1",
          "transcript_support_level": null,
          "aa_start": 651,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 1951,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001135041.3"
        },
        {
          "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": 29,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2251-36C>T",
          "hgvs_p": null,
          "transcript": "ENST00000971132.1",
          "protein_id": "ENSP00000641191.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1227,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3684,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971132.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": 28,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.2250+176C>T",
          "hgvs_p": null,
          "transcript": "ENST00000971129.1",
          "protein_id": "ENSP00000641188.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971129.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_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": "n.2242C>T",
          "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": null,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.3170C>T",
          "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": null,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.381C>T",
          "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": null,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.2333C>T",
          "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": null,
          "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+2404C>T",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000497666.1"
        }
      ],
      "gene_symbol": "DCTN1",
      "gene_hgnc_id": 2711,
      "dbsnp": "rs121909344",
      "frequency_reference_population": 0.00025649348,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 414,
      "gnomad_exomes_af": 0.000263358,
      "gnomad_genomes_af": 0.000190554,
      "gnomad_exomes_ac": 385,
      "gnomad_genomes_ac": 29,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5700313448905945,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.718,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.3136,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.19,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 5.204,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "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": -9,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_004082.5",
          "gene_symbol": "DCTN1",
          "hgnc_id": 2711,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2353C>T",
          "hgvs_p": "p.Arg785Trp"
        }
      ],
      "clinvar_disease": " distal hereditary motor, susceptibility to, type 7B,Amyotrophic lateral sclerosis,Amyotrophic lateral sclerosis type 1,Charcot-Marie-Tooth disease,DCTN1-related disorder,Inborn genetic diseases,Neuronopathy,Perry syndrome,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:6 LB:2",
      "phenotype_combined": "Amyotrophic lateral sclerosis, susceptibility to|Perry syndrome;Neuronopathy, distal hereditary motor, type 7B;Amyotrophic lateral sclerosis type 1|not provided|Charcot-Marie-Tooth disease|Amyotrophic lateral sclerosis type 1|Neuronopathy, distal hereditary motor, type 7B|Perry syndrome|Inborn genetic diseases|DCTN1-related disorder",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}