← 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-74363033-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 74363033,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000628224.3",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3490A>C",
          "hgvs_p": "p.Thr1164Pro",
          "transcript": "NM_004082.5",
          "protein_id": "NP_004073.2",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": 3764,
          "cdna_end": null,
          "cdna_length": 4455,
          "mane_select": "ENST00000628224.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3490A>C",
          "hgvs_p": "p.Thr1164Pro",
          "transcript": "ENST00000628224.3",
          "protein_id": "ENSP00000487279.2",
          "transcript_support_level": 5,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 1278,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 3837,
          "cdna_start": 3764,
          "cdna_end": null,
          "cdna_length": 4455,
          "mane_select": "NM_004082.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3475A>C",
          "hgvs_p": "p.Thr1159Pro",
          "transcript": "ENST00000361874.8",
          "protein_id": "ENSP00000354791.4",
          "transcript_support_level": 1,
          "aa_start": 1159,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": 3475,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": 3793,
          "cdna_end": null,
          "cdna_length": 4485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3415A>C",
          "hgvs_p": "p.Thr1139Pro",
          "transcript": "ENST00000409567.7",
          "protein_id": "ENSP00000386843.3",
          "transcript_support_level": 1,
          "aa_start": 1139,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3415,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3677,
          "cdna_end": null,
          "cdna_length": 4024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3364A>C",
          "hgvs_p": "p.Thr1122Pro",
          "transcript": "ENST00000409240.5",
          "protein_id": "ENSP00000386406.1",
          "transcript_support_level": 1,
          "aa_start": 1122,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 3364,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 3676,
          "cdna_end": null,
          "cdna_length": 4365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3073A>C",
          "hgvs_p": "p.Thr1025Pro",
          "transcript": "ENST00000409438.5",
          "protein_id": "ENSP00000387270.1",
          "transcript_support_level": 1,
          "aa_start": 1025,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 3073,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": 3456,
          "cdna_end": null,
          "cdna_length": 4145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000264324",
          "gene_hgnc_id": null,
          "hgvs_c": "n.229A>C",
          "hgvs_p": null,
          "transcript": "ENST00000451608.2",
          "protein_id": "ENSP00000416453.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.1753A>C",
          "hgvs_p": null,
          "transcript": "ENST00000491465.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3469A>C",
          "hgvs_p": "p.Thr1157Pro",
          "transcript": "NM_001190837.2",
          "protein_id": "NP_001177766.1",
          "transcript_support_level": null,
          "aa_start": 1157,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 3469,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 3743,
          "cdna_end": null,
          "cdna_length": 4434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3469A>C",
          "hgvs_p": "p.Thr1157Pro",
          "transcript": "ENST00000394003.7",
          "protein_id": "ENSP00000377571.3",
          "transcript_support_level": 5,
          "aa_start": 1157,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 3469,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 3787,
          "cdna_end": null,
          "cdna_length": 4479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3439A>C",
          "hgvs_p": "p.Thr1147Pro",
          "transcript": "NM_001378991.1",
          "protein_id": "NP_001365920.1",
          "transcript_support_level": null,
          "aa_start": 1147,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 3439,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 3530,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3439A>C",
          "hgvs_p": "p.Thr1147Pro",
          "transcript": "ENST00000680606.1",
          "protein_id": "ENSP00000505612.1",
          "transcript_support_level": null,
          "aa_start": 1147,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 3439,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 3530,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3424A>C",
          "hgvs_p": "p.Thr1142Pro",
          "transcript": "ENST00000409868.5",
          "protein_id": "ENSP00000387327.1",
          "transcript_support_level": 5,
          "aa_start": 1142,
          "aa_end": null,
          "aa_length": 1256,
          "cds_start": 3424,
          "cds_end": null,
          "cds_length": 3771,
          "cdna_start": 3514,
          "cdna_end": null,
          "cdna_length": 4202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3421A>C",
          "hgvs_p": "p.Thr1141Pro",
          "transcript": "NM_001378992.1",
          "protein_id": "NP_001365921.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": 3421,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": 3512,
          "cdna_end": null,
          "cdna_length": 4203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3415A>C",
          "hgvs_p": "p.Thr1139Pro",
          "transcript": "NM_001135040.3",
          "protein_id": "NP_001128512.1",
          "transcript_support_level": null,
          "aa_start": 1139,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3415,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3689,
          "cdna_end": null,
          "cdna_length": 4380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3364A>C",
          "hgvs_p": "p.Thr1122Pro",
          "transcript": "NM_001190836.2",
          "protein_id": "NP_001177765.1",
          "transcript_support_level": null,
          "aa_start": 1122,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 3364,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 3455,
          "cdna_end": null,
          "cdna_length": 4146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3088A>C",
          "hgvs_p": "p.Thr1030Pro",
          "transcript": "NM_023019.4",
          "protein_id": "NP_075408.1",
          "transcript_support_level": null,
          "aa_start": 1030,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 3088,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": 3403,
          "cdna_end": null,
          "cdna_length": 4094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3088A>C",
          "hgvs_p": "p.Thr1030Pro",
          "transcript": "ENST00000633691.1",
          "protein_id": "ENSP00000487724.1",
          "transcript_support_level": 5,
          "aa_start": 1030,
          "aa_end": null,
          "aa_length": 1144,
          "cds_start": 3088,
          "cds_end": null,
          "cds_length": 3435,
          "cdna_start": 3471,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "c.3073A>C",
          "hgvs_p": "p.Thr1025Pro",
          "transcript": "NM_001135041.3",
          "protein_id": "NP_001128513.1",
          "transcript_support_level": null,
          "aa_start": 1025,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 3073,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": 3388,
          "cdna_end": null,
          "cdna_length": 4079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.*774A>C",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.4727A>C",
          "hgvs_p": null,
          "transcript": "ENST00000466110.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.3538A>C",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DCTN1",
          "gene_hgnc_id": 2711,
          "hgvs_c": "n.*774A>C",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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.97-1496A>C",
          "hgvs_p": null,
          "transcript": "ENST00000497666.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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.-104A>C",
          "hgvs_p": null,
          "transcript": "ENST00000492717.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "DCTN1",
      "gene_hgnc_id": 2711,
      "dbsnp": "rs72466493",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.14697560667991638,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.224,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1881,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.21,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.234,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000628224.3",
          "gene_symbol": "DCTN1",
          "hgnc_id": 2711,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3490A>C",
          "hgvs_p": "p.Thr1164Pro"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000451608.2",
          "gene_symbol": "ENSG00000264324",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.229A>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}