← 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: 16-16163078-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=16163078&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"PVS1",
"PS3",
"PP5_Very_Strong",
"BS2_Supporting"
],
"effects": [
"stop_gained"
],
"gene_symbol": "ABCC6",
"hgnc_id": 57,
"hgvs_c": "c.3421C>T",
"hgvs_p": "p.Arg1141*",
"inheritance_mode": "AR,AD,SD",
"pathogenic_score": 20,
"score": 19,
"transcript": "NM_001171.6",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PS3,PP5_Very_Strong,BS2_Supporting",
"acmg_score": 19,
"allele_count_reference_population": 2603,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.58,
"chr": "16",
"clinvar_classification": "Pathogenic",
"clinvar_disease": " 2, forme fruste, generalized, of infancy,ABCC6-related disorder,Arterial calcification,Autosomal recessive inherited pseudoxanthoma elasticum,Cutis laxa,Papule,Pseudoxanthoma elasticum,See cases,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:21",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.5799999833106995,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1503,
"aa_ref": "R",
"aa_start": 1141,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5140,
"cdna_start": 3481,
"cds_end": null,
"cds_length": 4512,
"cds_start": 3421,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_001171.6",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3421C>T",
"hgvs_p": "p.Arg1141*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000205557.12",
"protein_coding": true,
"protein_id": "NP_001162.5",
"strand": false,
"transcript": "NM_001171.6",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1503,
"aa_ref": "R",
"aa_start": 1141,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5140,
"cdna_start": 3481,
"cds_end": null,
"cds_length": 4512,
"cds_start": 3421,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000205557.12",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3421C>T",
"hgvs_p": "p.Arg1141*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001171.6",
"protein_coding": true,
"protein_id": "ENSP00000205557.7",
"strand": false,
"transcript": "ENST00000205557.12",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1535,
"aa_ref": "R",
"aa_start": 1173,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5265,
"cdna_start": 3607,
"cds_end": null,
"cds_length": 4608,
"cds_start": 3517,
"consequences": [
"stop_gained"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000909083.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3517C>T",
"hgvs_p": "p.Arg1173*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579142.1",
"strand": false,
"transcript": "ENST00000909083.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1534,
"aa_ref": "R",
"aa_start": 1172,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5215,
"cdna_start": 3557,
"cds_end": null,
"cds_length": 4605,
"cds_start": 3514,
"consequences": [
"stop_gained"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000909090.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3514C>T",
"hgvs_p": "p.Arg1172*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579149.1",
"strand": false,
"transcript": "ENST00000909090.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1533,
"aa_ref": "R",
"aa_start": 1171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5229,
"cdna_start": 3570,
"cds_end": null,
"cds_length": 4602,
"cds_start": 3511,
"consequences": [
"stop_gained"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000909087.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3511C>T",
"hgvs_p": "p.Arg1171*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579146.1",
"strand": false,
"transcript": "ENST00000909087.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1515,
"aa_ref": "R",
"aa_start": 1153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5148,
"cdna_start": 3490,
"cds_end": null,
"cds_length": 4548,
"cds_start": 3457,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000909096.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3457C>T",
"hgvs_p": "p.Arg1153*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579155.1",
"strand": false,
"transcript": "ENST00000909096.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1511,
"aa_ref": "R",
"aa_start": 1141,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5164,
"cdna_start": 3483,
"cds_end": null,
"cds_length": 4536,
"cds_start": 3421,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000909085.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3421C>T",
"hgvs_p": "p.Arg1141*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579144.1",
"strand": false,
"transcript": "ENST00000909085.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1507,
"aa_ref": "R",
"aa_start": 1145,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5102,
"cdna_start": 3476,
"cds_end": null,
"cds_length": 4524,
"cds_start": 3433,
"consequences": [
"stop_gained"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000909097.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3433C>T",
"hgvs_p": "p.Arg1145*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579156.1",
"strand": false,
"transcript": "ENST00000909097.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1492,
"aa_ref": "R",
"aa_start": 1130,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5107,
"cdna_start": 3448,
"cds_end": null,
"cds_length": 4479,
"cds_start": 3388,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_001440309.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3388C>T",
"hgvs_p": "p.Arg1130*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427238.1",
"strand": false,
"transcript": "NM_001440309.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1492,
"aa_ref": "R",
"aa_start": 1130,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5106,
"cdna_start": 3448,
"cds_end": null,
"cds_length": 4479,
"cds_start": 3388,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000909086.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3388C>T",
"hgvs_p": "p.Arg1130*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579145.1",
"strand": false,
"transcript": "ENST00000909086.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1490,
"aa_ref": "R",
"aa_start": 1128,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5073,
"cdna_start": 3415,
"cds_end": null,
"cds_length": 4473,
"cds_start": 3382,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000909094.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3382C>T",
"hgvs_p": "p.Arg1128*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579153.1",
"strand": false,
"transcript": "ENST00000909094.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1486,
"aa_ref": "R",
"aa_start": 1124,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5061,
"cdna_start": 3403,
"cds_end": null,
"cds_length": 4461,
"cds_start": 3370,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000909095.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3370C>T",
"hgvs_p": "p.Arg1124*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579154.1",
"strand": false,
"transcript": "ENST00000909095.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1478,
"aa_ref": "R",
"aa_start": 1116,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5041,
"cdna_start": 3383,
"cds_end": null,
"cds_length": 4437,
"cds_start": 3346,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000909091.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3346C>T",
"hgvs_p": "p.Arg1116*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579150.1",
"strand": false,
"transcript": "ENST00000909091.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1476,
"aa_ref": "R",
"aa_start": 1114,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5046,
"cdna_start": 3388,
"cds_end": null,
"cds_length": 4431,
"cds_start": 3340,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000909089.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3340C>T",
"hgvs_p": "p.Arg1114*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579148.1",
"strand": false,
"transcript": "ENST00000909089.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1472,
"aa_ref": "R",
"aa_start": 1110,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5023,
"cdna_start": 3365,
"cds_end": null,
"cds_length": 4419,
"cds_start": 3328,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000909092.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3328C>T",
"hgvs_p": "p.Arg1110*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579151.1",
"strand": false,
"transcript": "ENST00000909092.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1469,
"aa_ref": "R",
"aa_start": 1141,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5180,
"cdna_start": 3624,
"cds_end": null,
"cds_length": 4410,
"cds_start": 3421,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000946282.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3421C>T",
"hgvs_p": "p.Arg1141*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616341.1",
"strand": false,
"transcript": "ENST00000946282.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1469,
"aa_ref": "R",
"aa_start": 1110,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4924,
"cdna_start": 3383,
"cds_end": null,
"cds_length": 4410,
"cds_start": 3328,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000946285.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3328C>T",
"hgvs_p": "p.Arg1110*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616344.1",
"strand": false,
"transcript": "ENST00000946285.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1461,
"aa_ref": "R",
"aa_start": 1099,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5008,
"cdna_start": 3350,
"cds_end": null,
"cds_length": 4386,
"cds_start": 3295,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000909088.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3295C>T",
"hgvs_p": "p.Arg1099*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579147.1",
"strand": false,
"transcript": "ENST00000909088.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1459,
"aa_ref": "R",
"aa_start": 1097,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4983,
"cdna_start": 3326,
"cds_end": null,
"cds_length": 4380,
"cds_start": 3289,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000909093.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3289C>T",
"hgvs_p": "p.Arg1097*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579152.1",
"strand": false,
"transcript": "ENST00000909093.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1455,
"aa_ref": "R",
"aa_start": 1093,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4962,
"cdna_start": 3303,
"cds_end": null,
"cds_length": 4368,
"cds_start": 3277,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000946284.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3277C>T",
"hgvs_p": "p.Arg1093*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616343.1",
"strand": false,
"transcript": "ENST00000946284.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1447,
"aa_ref": "R",
"aa_start": 1085,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4972,
"cdna_start": 3313,
"cds_end": null,
"cds_length": 4344,
"cds_start": 3253,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_001440310.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3253C>T",
"hgvs_p": "p.Arg1085*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427239.1",
"strand": false,
"transcript": "NM_001440310.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1447,
"aa_ref": "R",
"aa_start": 1085,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4987,
"cdna_start": 3329,
"cds_end": null,
"cds_length": 4344,
"cds_start": 3253,
"consequences": [
"stop_gained"
],
"exon_count": 30,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000909084.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3253C>T",
"hgvs_p": "p.Arg1085*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579143.1",
"strand": false,
"transcript": "ENST00000909084.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1389,
"aa_ref": "R",
"aa_start": 1027,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5148,
"cdna_start": 3489,
"cds_end": null,
"cds_length": 4170,
"cds_start": 3079,
"consequences": [
"stop_gained"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_001351800.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3079C>T",
"hgvs_p": "p.Arg1027*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001338729.1",
"strand": false,
"transcript": "NM_001351800.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1423,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4872,
"cdna_start": null,
"cds_end": null,
"cds_length": 4272,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000946283.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "c.3307-1514C>T",
"hgvs_p": null,
"intron_rank": 23,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616342.1",
"strand": false,
"transcript": "ENST00000946283.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5203,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 32,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000622290.5",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "n.3421C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000483331.2",
"strand": false,
"transcript": "ENST00000622290.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5203,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 32,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NR_199642.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "n.3481C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_199642.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4137,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 29,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000456970.6",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "n.*516-1514C>T",
"hgvs_p": null,
"intron_rank": 22,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000405002.2",
"strand": false,
"transcript": "ENST00000456970.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4742,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 29,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_147784.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "n.3169-1514C>T",
"hgvs_p": null,
"intron_rank": 22,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_147784.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5227,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_199641.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "n.3425-1514C>T",
"hgvs_p": null,
"intron_rank": 22,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_199641.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5003,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_199643.1",
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"hgvs_c": "n.3367-1514C>T",
"hgvs_p": null,
"intron_rank": 23,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_199643.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs72653706",
"effect": "stop_gained",
"frequency_reference_population": 0.0016128413,
"gene_hgnc_id": 57,
"gene_symbol": "ABCC6",
"gnomad_exomes_ac": 2431,
"gnomad_exomes_af": 0.00166325,
"gnomad_exomes_homalt": 5,
"gnomad_genomes_ac": 172,
"gnomad_genomes_af": 0.00112919,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 5,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "Autosomal recessive inherited pseudoxanthoma elasticum|Arterial calcification, generalized, of infancy, 2|not provided|Cutis laxa;Papule|Pseudoxanthoma elasticum, forme fruste;Autosomal recessive inherited pseudoxanthoma elasticum;Arterial calcification, generalized, of infancy, 2|ABCC6-related disorder|See cases",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.999,
"pos": 16163078,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001171.6"
}
]
}