← 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-74369194-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=74369194&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 74369194,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_004082.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1605A>G",
"hgvs_p": "p.Thr535Thr",
"transcript": "NM_004082.5",
"protein_id": "NP_004073.2",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 1278,
"cds_start": 1605,
"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": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1605A>G",
"hgvs_p": "p.Thr535Thr",
"transcript": "ENST00000628224.3",
"protein_id": "ENSP00000487279.2",
"transcript_support_level": 5,
"aa_start": 535,
"aa_end": null,
"aa_length": 1278,
"cds_start": 1605,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1605A>G",
"hgvs_p": "p.Thr535Thr",
"transcript": "ENST00000361874.8",
"protein_id": "ENSP00000354791.4",
"transcript_support_level": 1,
"aa_start": 535,
"aa_end": null,
"aa_length": 1273,
"cds_start": 1605,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1545A>G",
"hgvs_p": "p.Thr515Thr",
"transcript": "ENST00000409567.7",
"protein_id": "ENSP00000386843.3",
"transcript_support_level": 1,
"aa_start": 515,
"aa_end": null,
"aa_length": 1253,
"cds_start": 1545,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1494A>G",
"hgvs_p": "p.Thr498Thr",
"transcript": "ENST00000409240.5",
"protein_id": "ENSP00000386406.1",
"transcript_support_level": 1,
"aa_start": 498,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1494,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1203A>G",
"hgvs_p": "p.Thr401Thr",
"transcript": "ENST00000409438.5",
"protein_id": "ENSP00000387270.1",
"transcript_support_level": 1,
"aa_start": 401,
"aa_end": null,
"aa_length": 1139,
"cds_start": 1203,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1584A>G",
"hgvs_p": "p.Thr528Thr",
"transcript": "NM_001190837.2",
"protein_id": "NP_001177766.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 1271,
"cds_start": 1584,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1584A>G",
"hgvs_p": "p.Thr528Thr",
"transcript": "ENST00000394003.7",
"protein_id": "ENSP00000377571.3",
"transcript_support_level": 5,
"aa_start": 528,
"aa_end": null,
"aa_length": 1271,
"cds_start": 1584,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1584A>G",
"hgvs_p": "p.Thr528Thr",
"transcript": "ENST00000898642.1",
"protein_id": "ENSP00000568701.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 1266,
"cds_start": 1584,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1605A>G",
"hgvs_p": "p.Thr535Thr",
"transcript": "ENST00000971125.1",
"protein_id": "ENSP00000641184.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 1266,
"cds_start": 1605,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Thr522Thr",
"transcript": "ENST00000971127.1",
"protein_id": "ENSP00000641186.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 1265,
"cds_start": 1566,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Thr522Thr",
"transcript": "ENST00000971130.1",
"protein_id": "ENSP00000641189.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 1265,
"cds_start": 1566,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1581A>G",
"hgvs_p": "p.Thr527Thr",
"transcript": "ENST00000971131.1",
"protein_id": "ENSP00000641190.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 1265,
"cds_start": 1581,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1554A>G",
"hgvs_p": "p.Thr518Thr",
"transcript": "NM_001378991.1",
"protein_id": "NP_001365920.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1554,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1554A>G",
"hgvs_p": "p.Thr518Thr",
"transcript": "ENST00000680606.1",
"protein_id": "ENSP00000505612.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1554,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Thr522Thr",
"transcript": "ENST00000898641.1",
"protein_id": "ENSP00000568700.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 1260,
"cds_start": 1566,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1563A>G",
"hgvs_p": "p.Thr521Thr",
"transcript": "ENST00000971128.1",
"protein_id": "ENSP00000641187.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 1259,
"cds_start": 1563,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1560A>G",
"hgvs_p": "p.Thr520Thr",
"transcript": "ENST00000971133.1",
"protein_id": "ENSP00000641192.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 1258,
"cds_start": 1560,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1554A>G",
"hgvs_p": "p.Thr518Thr",
"transcript": "ENST00000409868.5",
"protein_id": "ENSP00000387327.1",
"transcript_support_level": 5,
"aa_start": 518,
"aa_end": null,
"aa_length": 1256,
"cds_start": 1554,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1536A>G",
"hgvs_p": "p.Thr512Thr",
"transcript": "NM_001378992.1",
"protein_id": "NP_001365921.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1255,
"cds_start": 1536,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1545A>G",
"hgvs_p": "p.Thr515Thr",
"transcript": "NM_001135040.3",
"protein_id": "NP_001128512.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 1253,
"cds_start": 1545,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1542A>G",
"hgvs_p": "p.Thr514Thr",
"transcript": "ENST00000971126.1",
"protein_id": "ENSP00000641185.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 1252,
"cds_start": 1542,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1494A>G",
"hgvs_p": "p.Thr498Thr",
"transcript": "NM_001190836.2",
"protein_id": "NP_001177765.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1494,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Thr522Thr",
"transcript": "ENST00000971132.1",
"protein_id": "ENSP00000641191.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 1227,
"cds_start": 1566,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Thr522Thr",
"transcript": "ENST00000971129.1",
"protein_id": "ENSP00000641188.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 1201,
"cds_start": 1566,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1203A>G",
"hgvs_p": "p.Thr401Thr",
"transcript": "NM_023019.4",
"protein_id": "NP_075408.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 1144,
"cds_start": 1203,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1203A>G",
"hgvs_p": "p.Thr401Thr",
"transcript": "ENST00000633691.1",
"protein_id": "ENSP00000487724.1",
"transcript_support_level": 5,
"aa_start": 401,
"aa_end": null,
"aa_length": 1144,
"cds_start": 1203,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "c.1203A>G",
"hgvs_p": "p.Thr401Thr",
"transcript": "NM_001135041.3",
"protein_id": "NP_001128513.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 1139,
"cds_start": 1203,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "n.1494A>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": 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": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "n.1826A>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": 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": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"hgvs_c": "n.1585A>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": 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+106A>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000497666.1"
}
],
"gene_symbol": "DCTN1",
"gene_hgnc_id": 2711,
"dbsnp": "rs13429423",
"frequency_reference_population": 0.0071038725,
"hom_count_reference_population": 728,
"allele_count_reference_population": 11467,
"gnomad_exomes_af": 0.00387786,
"gnomad_genomes_af": 0.0380691,
"gnomad_exomes_ac": 5669,
"gnomad_genomes_ac": 5798,
"gnomad_exomes_homalt": 347,
"gnomad_genomes_homalt": 381,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.550000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.2,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_004082.5",
"gene_symbol": "DCTN1",
"hgnc_id": 2711,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1605A>G",
"hgvs_p": "p.Thr535Thr"
}
],
"clinvar_disease": " distal hereditary motor, type 7B,Amyotrophic lateral sclerosis type 1,Neuronopathy,Perry syndrome,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:7",
"phenotype_combined": "not specified|Neuronopathy, distal hereditary motor, type 7B|Perry syndrome|Amyotrophic lateral sclerosis type 1;Perry syndrome;Neuronopathy, distal hereditary motor, type 7B|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}