← 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-83469205-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=83469205&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 83469205,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001142699.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2615A>G",
"hgvs_p": "p.Glu872Gly",
"transcript": "NM_001142699.3",
"protein_id": "NP_001136171.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 975,
"cds_start": 2615,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376104.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142699.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": true,
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2615A>G",
"hgvs_p": "p.Glu872Gly",
"transcript": "ENST00000376104.7",
"protein_id": "ENSP00000365272.2",
"transcript_support_level": 1,
"aa_start": 872,
"aa_end": null,
"aa_length": 975,
"cds_start": 2615,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001142699.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376104.7"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2300A>G",
"hgvs_p": "p.Glu767Gly",
"transcript": "ENST00000398309.6",
"protein_id": "ENSP00000381355.2",
"transcript_support_level": 1,
"aa_start": 767,
"aa_end": null,
"aa_length": 870,
"cds_start": 2300,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398309.6"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2246A>G",
"hgvs_p": "p.Glu749Gly",
"transcript": "ENST00000532653.5",
"protein_id": "ENSP00000435849.1",
"transcript_support_level": 1,
"aa_start": 749,
"aa_end": null,
"aa_length": 852,
"cds_start": 2246,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532653.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.692A>G",
"hgvs_p": "p.Glu231Gly",
"transcript": "ENST00000426717.6",
"protein_id": "ENSP00000393049.2",
"transcript_support_level": 1,
"aa_start": 231,
"aa_end": null,
"aa_length": 334,
"cds_start": 692,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426717.6"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2726A>G",
"hgvs_p": "p.Glu909Gly",
"transcript": "ENST00000650630.1",
"protein_id": "ENSP00000497771.1",
"transcript_support_level": null,
"aa_start": 909,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2726,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650630.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2597A>G",
"hgvs_p": "p.Glu866Gly",
"transcript": "NM_001351274.2",
"protein_id": "NP_001338203.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 969,
"cds_start": 2597,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351274.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2597A>G",
"hgvs_p": "p.Glu866Gly",
"transcript": "ENST00000706226.1",
"protein_id": "ENSP00000516284.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 969,
"cds_start": 2597,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706226.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2594A>G",
"hgvs_p": "p.Glu865Gly",
"transcript": "NM_001351275.2",
"protein_id": "NP_001338204.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2594,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351275.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2594A>G",
"hgvs_p": "p.Glu865Gly",
"transcript": "ENST00000706233.1",
"protein_id": "ENSP00000516288.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2594,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706233.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2417A>G",
"hgvs_p": "p.Glu806Gly",
"transcript": "NM_001206769.2",
"protein_id": "NP_001193698.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 909,
"cds_start": 2417,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206769.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2417A>G",
"hgvs_p": "p.Glu806Gly",
"transcript": "ENST00000280241.12",
"protein_id": "ENSP00000280241.8",
"transcript_support_level": 5,
"aa_start": 806,
"aa_end": null,
"aa_length": 909,
"cds_start": 2417,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000280241.12"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2417A>G",
"hgvs_p": "p.Glu806Gly",
"transcript": "NM_001377966.1",
"protein_id": "NP_001364895.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 903,
"cds_start": 2417,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377966.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2363A>G",
"hgvs_p": "p.Glu788Gly",
"transcript": "NM_001377967.1",
"protein_id": "NP_001364896.1",
"transcript_support_level": null,
"aa_start": 788,
"aa_end": null,
"aa_length": 891,
"cds_start": 2363,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377967.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2363A>G",
"hgvs_p": "p.Glu788Gly",
"transcript": "ENST00000706243.1",
"protein_id": "ENSP00000516291.1",
"transcript_support_level": null,
"aa_start": 788,
"aa_end": null,
"aa_length": 891,
"cds_start": 2363,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706243.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2360A>G",
"hgvs_p": "p.Glu787Gly",
"transcript": "ENST00000648622.1",
"protein_id": "ENSP00000497475.1",
"transcript_support_level": null,
"aa_start": 787,
"aa_end": null,
"aa_length": 890,
"cds_start": 2360,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648622.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2306A>G",
"hgvs_p": "p.Glu769Gly",
"transcript": "ENST00000706267.1",
"protein_id": "ENSP00000516313.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 872,
"cds_start": 2306,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706267.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2303A>G",
"hgvs_p": "p.Glu768Gly",
"transcript": "NM_001351276.2",
"protein_id": "NP_001338205.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 871,
"cds_start": 2303,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351276.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2300A>G",
"hgvs_p": "p.Glu767Gly",
"transcript": "NM_001364.3",
"protein_id": "NP_001355.2",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 870,
"cds_start": 2300,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2288A>G",
"hgvs_p": "p.Glu763Gly",
"transcript": "NM_001377968.1",
"protein_id": "NP_001364897.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 866,
"cds_start": 2288,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377968.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2288A>G",
"hgvs_p": "p.Glu763Gly",
"transcript": "ENST00000524982.5",
"protein_id": "ENSP00000432894.1",
"transcript_support_level": 2,
"aa_start": 763,
"aa_end": null,
"aa_length": 866,
"cds_start": 2288,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524982.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2261A>G",
"hgvs_p": "p.Glu754Gly",
"transcript": "NM_001377970.1",
"protein_id": "NP_001364899.1",
"transcript_support_level": null,
"aa_start": 754,
"aa_end": null,
"aa_length": 857,
"cds_start": 2261,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377970.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2261A>G",
"hgvs_p": "p.Glu754Gly",
"transcript": "ENST00000706204.1",
"protein_id": "ENSP00000516282.1",
"transcript_support_level": null,
"aa_start": 754,
"aa_end": null,
"aa_length": 857,
"cds_start": 2261,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706204.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2246A>G",
"hgvs_p": "p.Glu749Gly",
"transcript": "NM_001300983.1",
"protein_id": "NP_001287912.1",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 852,
"cds_start": 2246,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300983.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2207A>G",
"hgvs_p": "p.Glu736Gly",
"transcript": "NM_001377971.1",
"protein_id": "NP_001364900.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 839,
"cds_start": 2207,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377971.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2153A>G",
"hgvs_p": "p.Glu718Gly",
"transcript": "ENST00000527088.2",
"protein_id": "ENSP00000435809.2",
"transcript_support_level": 4,
"aa_start": 718,
"aa_end": null,
"aa_length": 821,
"cds_start": 2153,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527088.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2150A>G",
"hgvs_p": "p.Glu717Gly",
"transcript": "ENST00000706266.1",
"protein_id": "ENSP00000516312.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 820,
"cds_start": 2150,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706266.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2147A>G",
"hgvs_p": "p.Glu716Gly",
"transcript": "NM_001377972.1",
"protein_id": "NP_001364901.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 819,
"cds_start": 2147,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377972.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2201A>G",
"hgvs_p": "p.Glu734Gly",
"transcript": "ENST00000531015.5",
"protein_id": "ENSP00000433848.1",
"transcript_support_level": 2,
"aa_start": 734,
"aa_end": null,
"aa_length": 811,
"cds_start": 2201,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531015.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2120A>G",
"hgvs_p": "p.Glu707Gly",
"transcript": "NM_001377973.1",
"protein_id": "NP_001364902.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 810,
"cds_start": 2120,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377973.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2120A>G",
"hgvs_p": "p.Glu707Gly",
"transcript": "ENST00000527466.2",
"protein_id": "ENSP00000500169.2",
"transcript_support_level": 4,
"aa_start": 707,
"aa_end": null,
"aa_length": 810,
"cds_start": 2120,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527466.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2078A>G",
"hgvs_p": "p.Glu693Gly",
"transcript": "ENST00000330014.11",
"protein_id": "ENSP00000381353.4",
"transcript_support_level": 2,
"aa_start": 693,
"aa_end": null,
"aa_length": 796,
"cds_start": 2078,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330014.11"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1991A>G",
"hgvs_p": "p.Glu664Gly",
"transcript": "NM_001377974.1",
"protein_id": "NP_001364903.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 767,
"cds_start": 1991,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377974.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1937A>G",
"hgvs_p": "p.Glu646Gly",
"transcript": "NM_001142700.2",
"protein_id": "NP_001136172.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 749,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142700.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1937A>G",
"hgvs_p": "p.Glu646Gly",
"transcript": "ENST00000418306.6",
"protein_id": "ENSP00000402275.2",
"transcript_support_level": 2,
"aa_start": 646,
"aa_end": null,
"aa_length": 749,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418306.6"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.779A>G",
"hgvs_p": "p.Glu260Gly",
"transcript": "NM_001377976.1",
"protein_id": "NP_001364905.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 363,
"cds_start": 779,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377976.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.773A>G",
"hgvs_p": "p.Glu258Gly",
"transcript": "NM_001377977.1",
"protein_id": "NP_001364906.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 361,
"cds_start": 773,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377977.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.746A>G",
"hgvs_p": "p.Glu249Gly",
"transcript": "NM_001377978.1",
"protein_id": "NP_001364907.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 352,
"cds_start": 746,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377978.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.734A>G",
"hgvs_p": "p.Glu245Gly",
"transcript": "NM_001377979.1",
"protein_id": "NP_001364908.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 348,
"cds_start": 734,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377979.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.734A>G",
"hgvs_p": "p.Glu245Gly",
"transcript": "ENST00000404783.7",
"protein_id": "ENSP00000385113.3",
"transcript_support_level": 2,
"aa_start": 245,
"aa_end": null,
"aa_length": 348,
"cds_start": 734,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404783.7"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.692A>G",
"hgvs_p": "p.Glu231Gly",
"transcript": "NM_001142702.2",
"protein_id": "NP_001136174.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 334,
"cds_start": 692,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142702.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.692A>G",
"hgvs_p": "p.Glu231Gly",
"transcript": "NM_001377980.1",
"protein_id": "NP_001364909.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 328,
"cds_start": 692,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377980.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.641A>G",
"hgvs_p": "p.Glu214Gly",
"transcript": "NM_001377981.1",
"protein_id": "NP_001364910.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 317,
"cds_start": 641,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377981.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.515A>G",
"hgvs_p": "p.Glu172Gly",
"transcript": "NM_001377982.1",
"protein_id": "NP_001364911.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 275,
"cds_start": 515,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377982.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.356A>G",
"hgvs_p": "p.Glu119Gly",
"transcript": "ENST00000457267.5",
"protein_id": "ENSP00000409133.1",
"transcript_support_level": 5,
"aa_start": 119,
"aa_end": null,
"aa_length": 164,
"cds_start": 356,
"cds_end": null,
"cds_length": 496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457267.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2807A>G",
"hgvs_p": "p.Glu936Gly",
"transcript": "XM_047426494.1",
"protein_id": "XP_047282450.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 1039,
"cds_start": 2807,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426494.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2768A>G",
"hgvs_p": "p.Glu923Gly",
"transcript": "XM_017017255.3",
"protein_id": "XP_016872744.1",
"transcript_support_level": null,
"aa_start": 923,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2768,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017255.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2768A>G",
"hgvs_p": "p.Glu923Gly",
"transcript": "XM_017017256.3",
"protein_id": "XP_016872745.1",
"transcript_support_level": null,
"aa_start": 923,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2768,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017256.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2765A>G",
"hgvs_p": "p.Glu922Gly",
"transcript": "XM_017017257.3",
"protein_id": "XP_016872746.1",
"transcript_support_level": null,
"aa_start": 922,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2765,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017257.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2765A>G",
"hgvs_p": "p.Glu922Gly",
"transcript": "XM_047426495.1",
"protein_id": "XP_047282451.1",
"transcript_support_level": null,
"aa_start": 922,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2765,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426495.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2711A>G",
"hgvs_p": "p.Glu904Gly",
"transcript": "XM_047426496.1",
"protein_id": "XP_047282452.1",
"transcript_support_level": null,
"aa_start": 904,
"aa_end": null,
"aa_length": 1007,
"cds_start": 2711,
"cds_end": null,
"cds_length": 3024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426496.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2693A>G",
"hgvs_p": "p.Glu898Gly",
"transcript": "XM_047426497.1",
"protein_id": "XP_047282453.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2693,
"cds_end": null,
"cds_length": 3006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426497.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2645A>G",
"hgvs_p": "p.Glu882Gly",
"transcript": "XM_017017258.2",
"protein_id": "XP_016872747.1",
"transcript_support_level": null,
"aa_start": 882,
"aa_end": null,
"aa_length": 985,
"cds_start": 2645,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017258.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2555A>G",
"hgvs_p": "p.Glu852Gly",
"transcript": "XM_047426498.1",
"protein_id": "XP_047282454.1",
"transcript_support_level": null,
"aa_start": 852,
"aa_end": null,
"aa_length": 955,
"cds_start": 2555,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426498.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2537A>G",
"hgvs_p": "p.Glu846Gly",
"transcript": "XM_047426499.1",
"protein_id": "XP_047282455.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 949,
"cds_start": 2537,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426499.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2459A>G",
"hgvs_p": "p.Glu820Gly",
"transcript": "XM_017017262.2",
"protein_id": "XP_016872751.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 923,
"cds_start": 2459,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017262.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2405A>G",
"hgvs_p": "p.Glu802Gly",
"transcript": "XM_017017263.2",
"protein_id": "XP_016872752.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 905,
"cds_start": 2405,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017263.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2402A>G",
"hgvs_p": "p.Glu801Gly",
"transcript": "XM_017017264.3",
"protein_id": "XP_016872753.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 904,
"cds_start": 2402,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017264.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2399A>G",
"hgvs_p": "p.Glu800Gly",
"transcript": "XM_017017265.3",
"protein_id": "XP_016872754.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 903,
"cds_start": 2399,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017265.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2363A>G",
"hgvs_p": "p.Glu788Gly",
"transcript": "XM_011544782.3",
"protein_id": "XP_011543084.1",
"transcript_support_level": null,
"aa_start": 788,
"aa_end": null,
"aa_length": 891,
"cds_start": 2363,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544782.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2360A>G",
"hgvs_p": "p.Glu787Gly",
"transcript": "XM_047426500.1",
"protein_id": "XP_047282456.1",
"transcript_support_level": null,
"aa_start": 787,
"aa_end": null,
"aa_length": 890,
"cds_start": 2360,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426500.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2342A>G",
"hgvs_p": "p.Glu781Gly",
"transcript": "XM_017017267.2",
"protein_id": "XP_016872756.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 884,
"cds_start": 2342,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017267.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2339A>G",
"hgvs_p": "p.Glu780Gly",
"transcript": "XM_017017268.2",
"protein_id": "XP_016872757.1",
"transcript_support_level": null,
"aa_start": 780,
"aa_end": null,
"aa_length": 883,
"cds_start": 2339,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017268.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2330A>G",
"hgvs_p": "p.Glu777Gly",
"transcript": "XM_017017269.2",
"protein_id": "XP_016872758.1",
"transcript_support_level": null,
"aa_start": 777,
"aa_end": null,
"aa_length": 880,
"cds_start": 2330,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017269.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2309A>G",
"hgvs_p": "p.Glu770Gly",
"transcript": "XM_017017270.2",
"protein_id": "XP_016872759.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 873,
"cds_start": 2309,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017270.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2306A>G",
"hgvs_p": "p.Glu769Gly",
"transcript": "XM_017017271.3",
"protein_id": "XP_016872760.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 872,
"cds_start": 2306,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017271.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2303A>G",
"hgvs_p": "p.Glu768Gly",
"transcript": "XM_017017273.3",
"protein_id": "XP_016872762.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 871,
"cds_start": 2303,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017273.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2234A>G",
"hgvs_p": "p.Glu745Gly",
"transcript": "XM_017017276.2",
"protein_id": "XP_016872765.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 848,
"cds_start": 2234,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017276.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2216A>G",
"hgvs_p": "p.Glu739Gly",
"transcript": "XM_017017277.2",
"protein_id": "XP_016872766.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 842,
"cds_start": 2216,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017277.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2204A>G",
"hgvs_p": "p.Glu735Gly",
"transcript": "XM_047426502.1",
"protein_id": "XP_047282458.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 838,
"cds_start": 2204,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426502.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2201A>G",
"hgvs_p": "p.Glu734Gly",
"transcript": "XM_005273810.5",
"protein_id": "XP_005273867.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 837,
"cds_start": 2201,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005273810.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2174A>G",
"hgvs_p": "p.Glu725Gly",
"transcript": "XM_047426503.1",
"protein_id": "XP_047282459.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 828,
"cds_start": 2174,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426503.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2153A>G",
"hgvs_p": "p.Glu718Gly",
"transcript": "XM_017017279.2",
"protein_id": "XP_016872768.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 821,
"cds_start": 2153,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017279.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2150A>G",
"hgvs_p": "p.Glu717Gly",
"transcript": "XM_017017280.3",
"protein_id": "XP_016872769.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 820,
"cds_start": 2150,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017280.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2150A>G",
"hgvs_p": "p.Glu717Gly",
"transcript": "XM_017017281.3",
"protein_id": "XP_016872770.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 820,
"cds_start": 2150,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017281.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2093A>G",
"hgvs_p": "p.Glu698Gly",
"transcript": "XM_017017284.2",
"protein_id": "XP_016872773.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 801,
"cds_start": 2093,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017284.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2078A>G",
"hgvs_p": "p.Glu693Gly",
"transcript": "XM_017017285.2",
"protein_id": "XP_016872774.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 796,
"cds_start": 2078,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017285.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2018A>G",
"hgvs_p": "p.Glu673Gly",
"transcript": "XM_047426505.1",
"protein_id": "XP_047282461.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 776,
"cds_start": 2018,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426505.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.944A>G",
"hgvs_p": "p.Glu315Gly",
"transcript": "XM_017017287.2",
"protein_id": "XP_016872776.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 418,
"cds_start": 944,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017287.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.869A>G",
"hgvs_p": "p.Glu290Gly",
"transcript": "XM_017017289.2",
"protein_id": "XP_016872778.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 393,
"cds_start": 869,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017289.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.788A>G",
"hgvs_p": "p.Glu263Gly",
"transcript": "XM_017017290.2",
"protein_id": "XP_016872779.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 366,
"cds_start": 788,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017290.2"
},
{
"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": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "n.*268A>G",
"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": 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": "ENST00000706203.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "n.2075A>G",
"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": 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_165353.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "n.*268A>G",
"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": 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": "ENST00000706203.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.*82A>G",
"hgvs_p": null,
"transcript": "ENST00000420775.6",
"protein_id": "ENSP00000391017.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": null,
"cds_end": null,
"cds_length": 664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420775.6"
}
],
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"dbsnp": "rs528157226",
"frequency_reference_population": 0.0000037392822,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000344251,
"gnomad_genomes_af": 0.00000657212,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7314086556434631,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.645,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5541,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.674,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.13,
"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": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001142699.3",
"gene_symbol": "DLG2",
"hgnc_id": 2901,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2615A>G",
"hgvs_p": "p.Glu872Gly"
}
],
"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
}