← 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: 11-83532724-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=83532724&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 83532724,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001142699.3",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2177T>C",
"hgvs_p": "p.Val726Ala",
"transcript": "NM_001142699.3",
"protein_id": "NP_001136171.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 975,
"cds_start": 2177,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 2563,
"cdna_end": null,
"cdna_length": 7959,
"mane_select": "ENST00000376104.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2177T>C",
"hgvs_p": "p.Val726Ala",
"transcript": "ENST00000376104.7",
"protein_id": "ENSP00000365272.2",
"transcript_support_level": 1,
"aa_start": 726,
"aa_end": null,
"aa_length": 975,
"cds_start": 2177,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 2563,
"cdna_end": null,
"cdna_length": 7959,
"mane_select": "NM_001142699.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1862T>C",
"hgvs_p": "p.Val621Ala",
"transcript": "ENST00000398309.6",
"protein_id": "ENSP00000381355.2",
"transcript_support_level": 1,
"aa_start": 621,
"aa_end": null,
"aa_length": 870,
"cds_start": 1862,
"cds_end": null,
"cds_length": 2613,
"cdna_start": 2333,
"cdna_end": null,
"cdna_length": 7890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1862T>C",
"hgvs_p": "p.Val621Ala",
"transcript": "ENST00000532653.5",
"protein_id": "ENSP00000435849.1",
"transcript_support_level": 1,
"aa_start": 621,
"aa_end": null,
"aa_length": 852,
"cds_start": 1862,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 2891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000426717.6",
"protein_id": "ENSP00000393049.2",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 334,
"cds_start": 308,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 5927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2288T>C",
"hgvs_p": "p.Val763Ala",
"transcript": "ENST00000650630.1",
"protein_id": "ENSP00000497771.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2288,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 2477,
"cdna_end": null,
"cdna_length": 5127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2213T>C",
"hgvs_p": "p.Val738Ala",
"transcript": "NM_001351274.2",
"protein_id": "NP_001338203.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 969,
"cds_start": 2213,
"cds_end": null,
"cds_length": 2910,
"cdna_start": 3034,
"cdna_end": null,
"cdna_length": 8537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2213T>C",
"hgvs_p": "p.Val738Ala",
"transcript": "ENST00000706226.1",
"protein_id": "ENSP00000516284.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 969,
"cds_start": 2213,
"cds_end": null,
"cds_length": 2910,
"cdna_start": 2476,
"cdna_end": null,
"cdna_length": 3626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2210T>C",
"hgvs_p": "p.Val737Ala",
"transcript": "NM_001351275.2",
"protein_id": "NP_001338204.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 968,
"cds_start": 2210,
"cds_end": null,
"cds_length": 2907,
"cdna_start": 3966,
"cdna_end": null,
"cdna_length": 9469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2210T>C",
"hgvs_p": "p.Val737Ala",
"transcript": "ENST00000706233.1",
"protein_id": "ENSP00000516288.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 968,
"cds_start": 2210,
"cds_end": null,
"cds_length": 2907,
"cdna_start": 3928,
"cdna_end": null,
"cdna_length": 9410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1979T>C",
"hgvs_p": "p.Val660Ala",
"transcript": "NM_001206769.2",
"protein_id": "NP_001193698.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 909,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 7728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1979T>C",
"hgvs_p": "p.Val660Ala",
"transcript": "ENST00000280241.12",
"protein_id": "ENSP00000280241.8",
"transcript_support_level": 5,
"aa_start": 660,
"aa_end": null,
"aa_length": 909,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 2173,
"cdna_end": null,
"cdna_length": 7730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1979T>C",
"hgvs_p": "p.Val660Ala",
"transcript": "NM_001377966.1",
"protein_id": "NP_001364895.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 903,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 7710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1979T>C",
"hgvs_p": "p.Val660Ala",
"transcript": "NM_001377967.1",
"protein_id": "NP_001364896.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 891,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2676,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 7674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1979T>C",
"hgvs_p": "p.Val660Ala",
"transcript": "ENST00000706243.1",
"protein_id": "ENSP00000516291.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 891,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2676,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 3567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1922T>C",
"hgvs_p": "p.Val641Ala",
"transcript": "ENST00000648622.1",
"protein_id": "ENSP00000497475.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 890,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2673,
"cdna_start": 2440,
"cdna_end": null,
"cdna_length": 5090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1922T>C",
"hgvs_p": "p.Val641Ala",
"transcript": "ENST00000706267.1",
"protein_id": "ENSP00000516313.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 872,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2106,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1919T>C",
"hgvs_p": "p.Val640Ala",
"transcript": "NM_001351276.2",
"protein_id": "NP_001338205.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 871,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 2464,
"cdna_end": null,
"cdna_length": 7967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1862T>C",
"hgvs_p": "p.Val621Ala",
"transcript": "NM_001364.3",
"protein_id": "NP_001355.2",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 870,
"cds_start": 1862,
"cds_end": null,
"cds_length": 2613,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 7722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1862T>C",
"hgvs_p": "p.Val621Ala",
"transcript": "NM_001377968.1",
"protein_id": "NP_001364897.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 866,
"cds_start": 1862,
"cds_end": null,
"cds_length": 2601,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 7710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1862T>C",
"hgvs_p": "p.Val621Ala",
"transcript": "ENST00000524982.5",
"protein_id": "ENSP00000432894.1",
"transcript_support_level": 2,
"aa_start": 621,
"aa_end": null,
"aa_length": 866,
"cds_start": 1862,
"cds_end": null,
"cds_length": 2601,
"cdna_start": 1924,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1823T>C",
"hgvs_p": "p.Val608Ala",
"transcript": "NM_001377970.1",
"protein_id": "NP_001364899.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 857,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 7572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1823T>C",
"hgvs_p": "p.Val608Ala",
"transcript": "ENST00000706204.1",
"protein_id": "ENSP00000516282.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 857,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 7080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1862T>C",
"hgvs_p": "p.Val621Ala",
"transcript": "NM_001300983.1",
"protein_id": "NP_001287912.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 852,
"cds_start": 1862,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 7668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1823T>C",
"hgvs_p": "p.Val608Ala",
"transcript": "NM_001377971.1",
"protein_id": "NP_001364900.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 839,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2520,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 7518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1769T>C",
"hgvs_p": "p.Val590Ala",
"transcript": "ENST00000527088.2",
"protein_id": "ENSP00000435809.2",
"transcript_support_level": 4,
"aa_start": 590,
"aa_end": null,
"aa_length": 821,
"cds_start": 1769,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 2095,
"cdna_end": null,
"cdna_length": 3104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1766T>C",
"hgvs_p": "p.Val589Ala",
"transcript": "ENST00000706266.1",
"protein_id": "ENSP00000516312.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 820,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 2206,
"cdna_end": null,
"cdna_length": 7550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1763T>C",
"hgvs_p": "p.Val588Ala",
"transcript": "NM_001377972.1",
"protein_id": "NP_001364901.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 819,
"cds_start": 1763,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 7291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1763T>C",
"hgvs_p": "p.Val588Ala",
"transcript": "ENST00000531015.5",
"protein_id": "ENSP00000433848.1",
"transcript_support_level": 2,
"aa_start": 588,
"aa_end": null,
"aa_length": 811,
"cds_start": 1763,
"cds_end": null,
"cds_length": 2436,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 2892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1736T>C",
"hgvs_p": "p.Val579Ala",
"transcript": "NM_001377973.1",
"protein_id": "NP_001364902.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 810,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2077,
"cdna_end": null,
"cdna_length": 7580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1736T>C",
"hgvs_p": "p.Val579Ala",
"transcript": "ENST00000527466.2",
"protein_id": "ENSP00000500169.2",
"transcript_support_level": 4,
"aa_start": 579,
"aa_end": null,
"aa_length": 810,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2080,
"cdna_end": null,
"cdna_length": 3211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1694T>C",
"hgvs_p": "p.Val565Ala",
"transcript": "ENST00000330014.11",
"protein_id": "ENSP00000381353.4",
"transcript_support_level": 2,
"aa_start": 565,
"aa_end": null,
"aa_length": 796,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2391,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 2789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1607T>C",
"hgvs_p": "p.Val536Ala",
"transcript": "NM_001377974.1",
"protein_id": "NP_001364903.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 767,
"cds_start": 1607,
"cds_end": null,
"cds_length": 2304,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 7135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1553T>C",
"hgvs_p": "p.Val518Ala",
"transcript": "NM_001142700.2",
"protein_id": "NP_001136172.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 749,
"cds_start": 1553,
"cds_end": null,
"cds_length": 2250,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 7081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1553T>C",
"hgvs_p": "p.Val518Ala",
"transcript": "ENST00000418306.6",
"protein_id": "ENSP00000402275.2",
"transcript_support_level": 2,
"aa_start": 518,
"aa_end": null,
"aa_length": 749,
"cds_start": 1553,
"cds_end": null,
"cds_length": 2250,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 3027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.395T>C",
"hgvs_p": "p.Val132Ala",
"transcript": "NM_001377976.1",
"protein_id": "NP_001364905.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 363,
"cds_start": 395,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 6078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.389T>C",
"hgvs_p": "p.Val130Ala",
"transcript": "NM_001377977.1",
"protein_id": "NP_001364906.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 361,
"cds_start": 389,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 5925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "NM_001377978.1",
"protein_id": "NP_001364907.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 352,
"cds_start": 308,
"cds_end": null,
"cds_length": 1059,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 6040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "NM_001377979.1",
"protein_id": "NP_001364908.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 348,
"cds_start": 308,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 6028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000404783.7",
"protein_id": "ENSP00000385113.3",
"transcript_support_level": 2,
"aa_start": 103,
"aa_end": null,
"aa_length": 348,
"cds_start": 308,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 620,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "NM_001142702.2",
"protein_id": "NP_001136174.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 334,
"cds_start": 308,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 5986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "NM_001377980.1",
"protein_id": "NP_001364909.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 328,
"cds_start": 308,
"cds_end": null,
"cds_length": 987,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 5968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "NM_001377981.1",
"protein_id": "NP_001364910.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 317,
"cds_start": 308,
"cds_end": null,
"cds_length": 954,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 5935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.131T>C",
"hgvs_p": "p.Val44Ala",
"transcript": "NM_001377982.1",
"protein_id": "NP_001364911.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 275,
"cds_start": 131,
"cds_end": null,
"cds_length": 828,
"cdna_start": 306,
"cdna_end": null,
"cdna_length": 5809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000420775.6",
"protein_id": "ENSP00000391017.2",
"transcript_support_level": 5,
"aa_start": 103,
"aa_end": null,
"aa_length": 220,
"cds_start": 308,
"cds_end": null,
"cds_length": 664,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.389T>C",
"hgvs_p": "p.Val130Ala",
"transcript": "ENST00000530800.5",
"protein_id": "ENSP00000436302.1",
"transcript_support_level": 4,
"aa_start": 130,
"aa_end": null,
"aa_length": 142,
"cds_start": 389,
"cds_end": null,
"cds_length": 429,
"cdna_start": 453,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000398304.5",
"protein_id": "ENSP00000381349.1",
"transcript_support_level": 3,
"aa_start": 103,
"aa_end": null,
"aa_length": 129,
"cds_start": 308,
"cds_end": null,
"cds_length": 390,
"cdna_start": 464,
"cdna_end": null,
"cdna_length": 783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000524601.5",
"protein_id": "ENSP00000436020.1",
"transcript_support_level": 5,
"aa_start": 103,
"aa_end": null,
"aa_length": 108,
"cds_start": 308,
"cds_end": null,
"cds_length": 328,
"cdna_start": 527,
"cdna_end": null,
"cdna_length": 547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2327T>C",
"hgvs_p": "p.Val776Ala",
"transcript": "XM_047426494.1",
"protein_id": "XP_047282450.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1039,
"cds_start": 2327,
"cds_end": null,
"cds_length": 3120,
"cdna_start": 3148,
"cdna_end": null,
"cdna_length": 8747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2288T>C",
"hgvs_p": "p.Val763Ala",
"transcript": "XM_017017255.3",
"protein_id": "XP_016872744.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2288,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 2551,
"cdna_end": null,
"cdna_length": 8150,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2288T>C",
"hgvs_p": "p.Val763Ala",
"transcript": "XM_017017256.3",
"protein_id": "XP_016872745.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2288,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 3109,
"cdna_end": null,
"cdna_length": 8708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2285T>C",
"hgvs_p": "p.Val762Ala",
"transcript": "XM_017017257.3",
"protein_id": "XP_016872746.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2285,
"cds_end": null,
"cds_length": 3078,
"cdna_start": 4041,
"cdna_end": null,
"cdna_length": 9640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2327T>C",
"hgvs_p": "p.Val776Ala",
"transcript": "XM_047426495.1",
"protein_id": "XP_047282451.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2327,
"cds_end": null,
"cds_length": 3078,
"cdna_start": 4083,
"cdna_end": null,
"cdna_length": 9640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2327T>C",
"hgvs_p": "p.Val776Ala",
"transcript": "XM_047426496.1",
"protein_id": "XP_047282452.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1007,
"cds_start": 2327,
"cds_end": null,
"cds_length": 3024,
"cdna_start": 4083,
"cdna_end": null,
"cdna_length": 9586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2213T>C",
"hgvs_p": "p.Val738Ala",
"transcript": "XM_047426497.1",
"protein_id": "XP_047282453.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2213,
"cds_end": null,
"cds_length": 3006,
"cdna_start": 2476,
"cdna_end": null,
"cdna_length": 8075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2165T>C",
"hgvs_p": "p.Val722Ala",
"transcript": "XM_017017258.2",
"protein_id": "XP_016872747.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 985,
"cds_start": 2165,
"cds_end": null,
"cds_length": 2958,
"cdna_start": 2238,
"cdna_end": null,
"cdna_length": 7837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2171T>C",
"hgvs_p": "p.Val724Ala",
"transcript": "XM_047426498.1",
"protein_id": "XP_047282454.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 955,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 3927,
"cdna_end": null,
"cdna_length": 9430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2057T>C",
"hgvs_p": "p.Val686Ala",
"transcript": "XM_047426499.1",
"protein_id": "XP_047282455.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 949,
"cds_start": 2057,
"cds_end": null,
"cds_length": 2850,
"cdna_start": 2320,
"cdna_end": null,
"cdna_length": 7919,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1979T>C",
"hgvs_p": "p.Val660Ala",
"transcript": "XM_017017262.2",
"protein_id": "XP_016872751.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 923,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2772,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 7770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1925T>C",
"hgvs_p": "p.Val642Ala",
"transcript": "XM_017017263.2",
"protein_id": "XP_016872752.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 905,
"cds_start": 1925,
"cds_end": null,
"cds_length": 2718,
"cdna_start": 2265,
"cdna_end": null,
"cdna_length": 7864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1922T>C",
"hgvs_p": "p.Val641Ala",
"transcript": "XM_017017264.3",
"protein_id": "XP_016872753.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 904,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2715,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 8066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1919T>C",
"hgvs_p": "p.Val640Ala",
"transcript": "XM_017017265.3",
"protein_id": "XP_016872754.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 903,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 2464,
"cdna_end": null,
"cdna_length": 8063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1925T>C",
"hgvs_p": "p.Val642Ala",
"transcript": "XM_011544782.3",
"protein_id": "XP_011543084.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 891,
"cds_start": 1925,
"cds_end": null,
"cds_length": 2676,
"cdna_start": 2265,
"cdna_end": null,
"cdna_length": 7822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1922T>C",
"hgvs_p": "p.Val641Ala",
"transcript": "XM_047426500.1",
"protein_id": "XP_047282456.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 890,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2673,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 8024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1862T>C",
"hgvs_p": "p.Val621Ala",
"transcript": "XM_017017267.2",
"protein_id": "XP_016872756.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 884,
"cds_start": 1862,
"cds_end": null,
"cds_length": 2655,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 7764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1859T>C",
"hgvs_p": "p.Val620Ala",
"transcript": "XM_017017268.2",
"protein_id": "XP_016872757.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 883,
"cds_start": 1859,
"cds_end": null,
"cds_length": 2652,
"cdna_start": 2162,
"cdna_end": null,
"cdna_length": 7761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1850T>C",
"hgvs_p": "p.Val617Ala",
"transcript": "XM_017017269.2",
"protein_id": "XP_016872758.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 880,
"cds_start": 1850,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 2190,
"cdna_end": null,
"cdna_length": 7789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1925T>C",
"hgvs_p": "p.Val642Ala",
"transcript": "XM_017017270.2",
"protein_id": "XP_016872759.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 873,
"cds_start": 1925,
"cds_end": null,
"cds_length": 2622,
"cdna_start": 2265,
"cdna_end": null,
"cdna_length": 7768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1922T>C",
"hgvs_p": "p.Val641Ala",
"transcript": "XM_017017271.3",
"protein_id": "XP_016872760.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 872,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 7970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1823T>C",
"hgvs_p": "p.Val608Ala",
"transcript": "XM_017017273.3",
"protein_id": "XP_016872762.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 871,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 7614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1850T>C",
"hgvs_p": "p.Val617Ala",
"transcript": "XM_017017276.2",
"protein_id": "XP_016872765.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 848,
"cds_start": 1850,
"cds_end": null,
"cds_length": 2547,
"cdna_start": 2190,
"cdna_end": null,
"cdna_length": 7693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1736T>C",
"hgvs_p": "p.Val579Ala",
"transcript": "XM_017017277.2",
"protein_id": "XP_016872766.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 842,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2529,
"cdna_start": 2077,
"cdna_end": null,
"cdna_length": 7676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1766T>C",
"hgvs_p": "p.Val589Ala",
"transcript": "XM_047426502.1",
"protein_id": "XP_047282458.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 838,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2517,
"cdna_start": 2311,
"cdna_end": null,
"cdna_length": 7868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1763T>C",
"hgvs_p": "p.Val588Ala",
"transcript": "XM_005273810.5",
"protein_id": "XP_005273867.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 837,
"cds_start": 1763,
"cds_end": null,
"cds_length": 2514,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 7345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1736T>C",
"hgvs_p": "p.Val579Ala",
"transcript": "XM_047426503.1",
"protein_id": "XP_047282459.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 828,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2487,
"cdna_start": 2077,
"cdna_end": null,
"cdna_length": 7634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1769T>C",
"hgvs_p": "p.Val590Ala",
"transcript": "XM_017017279.2",
"protein_id": "XP_016872768.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 821,
"cds_start": 1769,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 2109,
"cdna_end": null,
"cdna_length": 7612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1766T>C",
"hgvs_p": "p.Val589Ala",
"transcript": "XM_017017280.3",
"protein_id": "XP_016872769.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 820,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 2106,
"cdna_end": null,
"cdna_length": 7609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1766T>C",
"hgvs_p": "p.Val589Ala",
"transcript": "XM_017017281.3",
"protein_id": "XP_016872770.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 820,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 2311,
"cdna_end": null,
"cdna_length": 7814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1613T>C",
"hgvs_p": "p.Val538Ala",
"transcript": "XM_017017284.2",
"protein_id": "XP_016872773.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 801,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 1657,
"cdna_end": null,
"cdna_length": 7256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1694T>C",
"hgvs_p": "p.Val565Ala",
"transcript": "XM_017017285.2",
"protein_id": "XP_016872774.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 796,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2391,
"cdna_start": 2034,
"cdna_end": null,
"cdna_length": 7537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1580T>C",
"hgvs_p": "p.Val527Ala",
"transcript": "XM_047426505.1",
"protein_id": "XP_047282461.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 776,
"cds_start": 1580,
"cds_end": null,
"cds_length": 2331,
"cdna_start": 1921,
"cdna_end": null,
"cdna_length": 7478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1922T>C",
"hgvs_p": "p.Val641Ala",
"transcript": "XM_047426506.1",
"protein_id": "XP_047282462.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 653,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 3879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Val155Ala",
"transcript": "XM_017017287.2",
"protein_id": "XP_016872776.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 418,
"cds_start": 464,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 538,
"cdna_end": null,
"cdna_length": 6137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.389T>C",
"hgvs_p": "p.Val130Ala",
"transcript": "XM_017017289.2",
"protein_id": "XP_016872778.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 393,
"cds_start": 389,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 6021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "XM_017017290.2",
"protein_id": "XP_016872779.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 366,
"cds_start": 308,
"cds_end": null,
"cds_length": 1101,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 6082,
"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": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "n.1679T>C",
"hgvs_p": null,
"transcript": "ENST00000706203.1",
"protein_id": "ENSP00000516281.1",
"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": 6953,
"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": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "n.1788T>C",
"hgvs_p": null,
"transcript": "NR_165353.1",
"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": 7194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.*27T>C",
"hgvs_p": null,
"transcript": "ENST00000529399.1",
"protein_id": "ENSP00000434346.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"dbsnp": "rs763476064",
"frequency_reference_population": 0.00002045989,
"hom_count_reference_population": 0,
"allele_count_reference_population": 33,
"gnomad_exomes_af": 0.000020534,
"gnomad_genomes_af": 0.0000197472,
"gnomad_exomes_ac": 30,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11962053179740906,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.255,
"revel_prediction": "Benign",
"alphamissense_score": 0.1326,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.348,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001142699.3",
"gene_symbol": "DLG2",
"hgnc_id": 2901,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2177T>C",
"hgvs_p": "p.Val726Ala"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}