← 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-17437183-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=17437183&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 17437183,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001351295.2",
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null,
"transcript": "NM_000352.6",
"protein_id": "NP_000343.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000389817.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000352.6"
},
{
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000389817.8",
"protein_id": "ENSP00000374467.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000352.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389817.8"
},
{
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null,
"transcript": "NM_001351295.2",
"protein_id": "NP_001338224.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1603,
"cds_start": null,
"cds_end": null,
"cds_length": 4812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351295.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000644772.1",
"protein_id": "ENSP00000494321.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1603,
"cds_start": null,
"cds_end": null,
"cds_length": 4812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644772.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null,
"transcript": "NM_001287174.3",
"protein_id": "NP_001274103.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287174.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000302539.9",
"protein_id": "ENSP00000303960.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302539.9"
},
{
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1628-4939T>C",
"hgvs_p": null,
"transcript": "NM_001351296.2",
"protein_id": "NP_001338225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351296.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000643260.1",
"protein_id": "ENSP00000494450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643260.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1628-4939T>C",
"hgvs_p": null,
"transcript": "NM_001351297.2",
"protein_id": "NP_001338226.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1580,
"cds_start": null,
"cds_end": null,
"cds_length": 4743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351297.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000642271.1",
"protein_id": "ENSP00000493749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1580,
"cds_start": null,
"cds_end": null,
"cds_length": 4743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642271.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000646902.1",
"protein_id": "ENSP00000494101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1570,
"cds_start": null,
"cds_end": null,
"cds_length": 4713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646902.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683136.1",
"protein_id": "ENSP00000507768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1542,
"cds_start": null,
"cds_end": null,
"cds_length": 4629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683136.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": 38,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1472-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684571.1",
"protein_id": "ENSP00000506935.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1528,
"cds_start": null,
"cds_end": null,
"cds_length": 4587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684571.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000647015.1",
"protein_id": "ENSP00000495389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1498,
"cds_start": null,
"cds_end": null,
"cds_length": 4497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647015.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": 6,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "c.800-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000644649.1",
"protein_id": "ENSP00000494519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": null,
"cds_end": null,
"cds_length": 1247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644649.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": 34,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1268-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000524561.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000524561.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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1658-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000526002.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000526002.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": 31,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000527905.5",
"protein_id": "ENSP00000431653.1",
"transcript_support_level": 5,
"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": "ENST00000527905.5"
},
{
"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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000528202.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000528202.6"
},
{
"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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1356-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000532728.6",
"protein_id": "ENSP00000495427.1",
"transcript_support_level": 5,
"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": "ENST00000532728.6"
},
{
"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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1659-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000635881.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000635881.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": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000642611.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642611.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1610-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000642902.1",
"protein_id": "ENSP00000493601.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": "ENST00000642902.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000643562.1",
"protein_id": "ENSP00000496124.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": "ENST00000643562.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": 21,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1330-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000644472.1",
"protein_id": "ENSP00000495378.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": "ENST00000644472.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": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000644484.1",
"protein_id": "ENSP00000493558.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": "ENST00000644484.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": 24,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.*1333-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000644542.1",
"protein_id": "ENSP00000495532.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": "ENST00000644542.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000644675.1",
"protein_id": "ENSP00000494567.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": "ENST00000644675.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": 31,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4837T>C",
"hgvs_p": null,
"transcript": "ENST00000644757.1",
"protein_id": "ENSP00000495085.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": "ENST00000644757.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": 34,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.911-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000645076.1",
"protein_id": "ENSP00000494791.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": "ENST00000645076.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": 31,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1009-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000645744.1",
"protein_id": "ENSP00000494564.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": "ENST00000645744.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": 39,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1802-4837T>C",
"hgvs_p": null,
"transcript": "ENST00000645760.1",
"protein_id": "ENSP00000496309.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": "ENST00000645760.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000645884.1",
"protein_id": "ENSP00000495516.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": "ENST00000645884.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": 35,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000646003.1",
"protein_id": "ENSP00000495259.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": "ENST00000646003.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": 38,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1465-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000646207.1",
"protein_id": "ENSP00000495025.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": "ENST00000646207.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": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1607-4837T>C",
"hgvs_p": null,
"transcript": "ENST00000646276.1",
"protein_id": "ENSP00000496070.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": "ENST00000646276.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": 32,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.880+5537T>C",
"hgvs_p": null,
"transcript": "ENST00000646592.1",
"protein_id": "ENSP00000494407.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": "ENST00000646592.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000646993.1",
"protein_id": "ENSP00000493720.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": "ENST00000646993.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1529-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000647013.1",
"protein_id": "ENSP00000496741.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": "ENST00000647013.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000647086.1",
"protein_id": "ENSP00000493677.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": "ENST00000647086.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000647158.1",
"protein_id": "ENSP00000495744.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": "ENST00000647158.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1644-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682051.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": "retained_intron",
"feature": "ENST00000682051.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682110.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": "retained_intron",
"feature": "ENST00000682110.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682140.1",
"protein_id": "ENSP00000507829.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": "ENST00000682140.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.2936-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682185.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": "retained_intron",
"feature": "ENST00000682185.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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682199.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": "retained_intron",
"feature": "ENST00000682199.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682204.1",
"protein_id": "ENSP00000507094.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": "ENST00000682204.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682215.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": "retained_intron",
"feature": "ENST00000682215.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682288.1",
"protein_id": "ENSP00000507506.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": "ENST00000682288.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1745-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682442.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": "retained_intron",
"feature": "ENST00000682442.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682528.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": "retained_intron",
"feature": "ENST00000682528.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1644-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682673.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": "retained_intron",
"feature": "ENST00000682673.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682805.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": "retained_intron",
"feature": "ENST00000682805.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000682965.1",
"protein_id": "ENSP00000508229.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": "ENST00000682965.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": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4837T>C",
"hgvs_p": null,
"transcript": "ENST00000683093.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": "retained_intron",
"feature": "ENST00000683093.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": 36,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683153.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": "retained_intron",
"feature": "ENST00000683153.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.2611-4837T>C",
"hgvs_p": null,
"transcript": "ENST00000683253.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": "retained_intron",
"feature": "ENST00000683253.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4837T>C",
"hgvs_p": null,
"transcript": "ENST00000683365.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": "retained_intron",
"feature": "ENST00000683365.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683377.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": "retained_intron",
"feature": "ENST00000683377.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683456.1",
"protein_id": "ENSP00000508318.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": "ENST00000683456.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683522.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": "retained_intron",
"feature": "ENST00000683522.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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1700-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683531.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": "retained_intron",
"feature": "ENST00000683531.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683562.1",
"protein_id": "ENSP00000508265.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": "ENST00000683562.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": 34,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683693.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": "retained_intron",
"feature": "ENST00000683693.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000683725.1",
"protein_id": "ENSP00000507496.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": "ENST00000683725.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684010.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": "retained_intron",
"feature": "ENST00000684010.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684157.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": "retained_intron",
"feature": "ENST00000684157.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1749-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684253.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": "retained_intron",
"feature": "ENST00000684253.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684288.1",
"protein_id": "ENSP00000507143.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": "ENST00000684288.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": 32,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1723+5537T>C",
"hgvs_p": null,
"transcript": "ENST00000684313.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": "retained_intron",
"feature": "ENST00000684313.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684332.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": "retained_intron",
"feature": "ENST00000684332.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1644-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684371.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": "retained_intron",
"feature": "ENST00000684371.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": 37,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684404.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": "retained_intron",
"feature": "ENST00000684404.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684442.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": "retained_intron",
"feature": "ENST00000684442.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1631-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684555.1",
"protein_id": "ENSP00000507705.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": "ENST00000684555.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": 38,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.*1336-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684593.1",
"protein_id": "ENSP00000507005.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": "ENST00000684593.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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1628-4939T>C",
"hgvs_p": null,
"transcript": "ENST00000684711.1",
"protein_id": "ENSP00000506841.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": "ENST00000684711.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": 38,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"hgvs_c": "n.1697-4939T>C",
"hgvs_p": null,
"transcript": "NR_147094.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147094.2"
}
],
"gene_symbol": "ABCC8",
"gene_hgnc_id": 59,
"dbsnp": "rs7106053",
"frequency_reference_population": 0.31440598,
"hom_count_reference_population": 7568,
"allele_count_reference_population": 47054,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.314406,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 47054,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 7568,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9800000190734863,
"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.98,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.032,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001351295.2",
"gene_symbol": "ABCC8",
"hgnc_id": 59,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD,Unknown,SD",
"hgvs_c": "c.1631-4939T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}