← 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-83624721-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=83624721&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 83624721,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001142699.3",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1940+8490T>A",
"hgvs_p": null,
"transcript": "NM_001142699.3",
"protein_id": "NP_001136171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 975,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1940+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000376104.7",
"protein_id": "ENSP00000365272.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 975,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1625+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000398309.6",
"protein_id": "ENSP00000381355.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1625+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000532653.5",
"protein_id": "ENSP00000435849.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 852,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000426717.6",
"protein_id": "ENSP00000393049.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2051+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000650630.1",
"protein_id": "ENSP00000497771.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1012,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1976+8490T>A",
"hgvs_p": null,
"transcript": "NM_001351274.2",
"protein_id": "NP_001338203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1976+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000706226.1",
"protein_id": "ENSP00000516284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1973+8490T>A",
"hgvs_p": null,
"transcript": "NM_001351275.2",
"protein_id": "NP_001338204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 968,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1973+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000706233.1",
"protein_id": "ENSP00000516288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 968,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1742+8490T>A",
"hgvs_p": null,
"transcript": "NM_001206769.2",
"protein_id": "NP_001193698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 909,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1742+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000280241.12",
"protein_id": "ENSP00000280241.8",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 909,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1742+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377966.1",
"protein_id": "NP_001364895.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 903,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1742+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377967.1",
"protein_id": "NP_001364896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1742+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000706243.1",
"protein_id": "ENSP00000516291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1685+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000648622.1",
"protein_id": "ENSP00000497475.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 890,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1685+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000706267.1",
"protein_id": "ENSP00000516313.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1682+8490T>A",
"hgvs_p": null,
"transcript": "NM_001351276.2",
"protein_id": "NP_001338205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 871,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1625+8490T>A",
"hgvs_p": null,
"transcript": "NM_001364.3",
"protein_id": "NP_001355.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1625+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377968.1",
"protein_id": "NP_001364897.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 866,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1625+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000524982.5",
"protein_id": "ENSP00000432894.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 866,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1586+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377970.1",
"protein_id": "NP_001364899.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 857,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1586+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000706204.1",
"protein_id": "ENSP00000516282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 857,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1625+8490T>A",
"hgvs_p": null,
"transcript": "NM_001300983.1",
"protein_id": "NP_001287912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 852,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1586+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377971.1",
"protein_id": "NP_001364900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1532+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000527088.2",
"protein_id": "ENSP00000435809.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 821,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1529+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000706266.1",
"protein_id": "ENSP00000516312.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1526+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377972.1",
"protein_id": "NP_001364901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 819,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1526+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000531015.5",
"protein_id": "ENSP00000433848.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 811,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1499+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377973.1",
"protein_id": "NP_001364902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 810,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1499+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000527466.2",
"protein_id": "ENSP00000500169.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 810,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1457+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000330014.11",
"protein_id": "ENSP00000381353.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1370+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377974.1",
"protein_id": "NP_001364903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 767,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1316+8490T>A",
"hgvs_p": null,
"transcript": "NM_001142700.2",
"protein_id": "NP_001136172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1316+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000418306.6",
"protein_id": "ENSP00000402275.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.158+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377976.1",
"protein_id": "NP_001364905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.152+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377977.1",
"protein_id": "NP_001364906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377978.1",
"protein_id": "NP_001364907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 352,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377979.1",
"protein_id": "NP_001364908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000404783.7",
"protein_id": "ENSP00000385113.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "NM_001142702.2",
"protein_id": "NP_001136174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377980.1",
"protein_id": "NP_001364909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377981.1",
"protein_id": "NP_001364910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "NM_001377982.1",
"protein_id": "NP_001364911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.152+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000530800.5",
"protein_id": "ENSP00000436302.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 142,
"cds_start": null,
"cds_end": null,
"cds_length": 429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530800.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000398304.5",
"protein_id": "ENSP00000381349.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": null,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398304.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000524601.5",
"protein_id": "ENSP00000436020.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": null,
"cds_end": null,
"cds_length": 328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524601.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.158+8490T>A",
"hgvs_p": null,
"transcript": "ENST00000434967.1",
"protein_id": "ENSP00000403239.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 107,
"cds_start": null,
"cds_end": null,
"cds_length": 326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434967.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"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": null,
"cds_end": null,
"cds_length": 281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529399.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2090+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426494.1",
"protein_id": "XP_047282450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1039,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2051+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017255.3",
"protein_id": "XP_016872744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2051+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017256.3",
"protein_id": "XP_016872745.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2048+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017257.3",
"protein_id": "XP_016872746.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1025,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2090+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426495.1",
"protein_id": "XP_047282451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1025,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.2090+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426496.1",
"protein_id": "XP_047282452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1007,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1976+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426497.1",
"protein_id": "XP_047282453.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1001,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1928+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017258.2",
"protein_id": "XP_016872747.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 985,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1934+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426498.1",
"protein_id": "XP_047282454.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 955,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1820+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426499.1",
"protein_id": "XP_047282455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 949,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1742+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017262.2",
"protein_id": "XP_016872751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 923,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1688+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017263.2",
"protein_id": "XP_016872752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1685+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017264.3",
"protein_id": "XP_016872753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 904,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1682+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017265.3",
"protein_id": "XP_016872754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 903,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1688+8490T>A",
"hgvs_p": null,
"transcript": "XM_011544782.3",
"protein_id": "XP_011543084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1685+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426500.1",
"protein_id": "XP_047282456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 890,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1625+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017267.2",
"protein_id": "XP_016872756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 884,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1622+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017268.2",
"protein_id": "XP_016872757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 883,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1613+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017269.2",
"protein_id": "XP_016872758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1688+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017270.2",
"protein_id": "XP_016872759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 873,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1685+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017271.3",
"protein_id": "XP_016872760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1586+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017273.3",
"protein_id": "XP_016872762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 871,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1613+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017276.2",
"protein_id": "XP_016872765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 848,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1499+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017277.2",
"protein_id": "XP_016872766.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 842,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1529+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426502.1",
"protein_id": "XP_047282458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 838,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1526+8490T>A",
"hgvs_p": null,
"transcript": "XM_005273810.5",
"protein_id": "XP_005273867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 837,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1499+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426503.1",
"protein_id": "XP_047282459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 828,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1532+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017279.2",
"protein_id": "XP_016872768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 821,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1529+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017280.3",
"protein_id": "XP_016872769.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1529+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017281.3",
"protein_id": "XP_016872770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1376+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017284.2",
"protein_id": "XP_016872773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 801,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1457+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017285.2",
"protein_id": "XP_016872774.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1343+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426505.1",
"protein_id": "XP_047282461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 776,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.1685+8490T>A",
"hgvs_p": null,
"transcript": "XM_047426506.1",
"protein_id": "XP_047282462.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 653,
"cds_start": null,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426506.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.227+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017287.2",
"protein_id": "XP_016872776.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.152+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017289.2",
"protein_id": "XP_016872778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "c.71+8490T>A",
"hgvs_p": null,
"transcript": "XM_017017290.2",
"protein_id": "XP_016872779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 366,
"cds_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "n.1442+8490T>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"hgvs_c": "n.1551+8490T>A",
"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"
}
],
"gene_symbol": "DLG2",
"gene_hgnc_id": 2901,
"dbsnp": "rs518143",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6700000166893005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.866,
"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": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001142699.3",
"gene_symbol": "DLG2",
"hgnc_id": 2901,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1940+8490T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}