← 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: 1-161198328-GGA-TGG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=161198328&ref=GGA&alt=TGG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "ADAMTS4",
"hgnc_id": 220,
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001320336.3",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"intron_variant"
],
"gene_symbol": "NDUFS2",
"hgnc_id": 7708,
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"inheritance_mode": "Mitochondrial,Unknown,AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001377298.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "TGG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "1",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 837,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9777,
"cdna_start": 727,
"cds_end": null,
"cds_length": 2514,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_005099.6",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000367996.6",
"protein_coding": true,
"protein_id": "NP_005090.3",
"strand": false,
"transcript": "NM_005099.6",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 837,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 9777,
"cdna_start": 727,
"cds_end": null,
"cds_length": 2514,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000367996.6",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_005099.6",
"protein_coding": true,
"protein_id": "ENSP00000356975.4",
"strand": false,
"transcript": "ENST00000367996.6",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 339,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1961,
"cdna_start": 726,
"cds_end": null,
"cds_length": 1020,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000367995.3",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000356974.3",
"strand": false,
"transcript": "ENST00000367995.3",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 846,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4170,
"cdna_start": 727,
"cds_end": null,
"cds_length": 2541,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001320336.3",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307265.1",
"strand": false,
"transcript": "NM_001320336.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 839,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4347,
"cdna_start": 729,
"cds_end": null,
"cds_length": 2520,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000926274.1",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596333.1",
"strand": false,
"transcript": "ENST00000926274.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 837,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4157,
"cdna_start": 556,
"cds_end": null,
"cds_length": 2514,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000926273.1",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596332.1",
"strand": false,
"transcript": "ENST00000926273.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 779,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4157,
"cdna_start": 728,
"cds_end": null,
"cds_length": 2340,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000960127.1",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630186.1",
"strand": false,
"transcript": "ENST00000960127.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 729,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4023,
"cdna_start": 726,
"cds_end": null,
"cds_length": 2190,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000960126.1",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630185.1",
"strand": false,
"transcript": "ENST00000960126.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 603,
"aa_ref": "S",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2239,
"cdna_start": 727,
"cds_end": null,
"cds_length": 1812,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434904.1",
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"hgvs_c": "c.298_300delTCCinsCCA",
"hgvs_p": "p.Ser100Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290860.1",
"strand": false,
"transcript": "XM_047434904.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 484,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1939,
"cdna_start": null,
"cds_end": null,
"cds_length": 1455,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677846.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000504065.1",
"strand": true,
"transcript": "ENST00000677846.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 478,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2092,
"cdna_start": null,
"cds_end": null,
"cds_length": 1437,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677579.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000504162.1",
"strand": true,
"transcript": "ENST00000677579.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 463,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1904,
"cdna_start": null,
"cds_end": null,
"cds_length": 1392,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001377298.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001364227.1",
"strand": true,
"transcript": "NM_001377298.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 463,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1746,
"cdna_start": null,
"cds_end": null,
"cds_length": 1392,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676600.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-77+841_-77+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503989.1",
"strand": true,
"transcript": "ENST00000676600.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 463,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1891,
"cdna_start": null,
"cds_end": null,
"cds_length": 1392,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678507.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000504199.1",
"strand": true,
"transcript": "ENST00000678507.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 463,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1684,
"cdna_start": null,
"cds_end": null,
"cds_length": 1392,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000960014.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-18+841_-18+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630073.1",
"strand": true,
"transcript": "ENST00000960014.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 457,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2138,
"cdna_start": null,
"cds_end": null,
"cds_length": 1374,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001377300.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001364229.1",
"strand": true,
"transcript": "NM_001377300.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 457,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2169,
"cdna_start": null,
"cds_end": null,
"cds_length": 1374,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677550.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503353.1",
"strand": true,
"transcript": "ENST00000677550.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 437,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1792,
"cdna_start": null,
"cds_end": null,
"cds_length": 1314,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678911.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503946.1",
"strand": true,
"transcript": "ENST00000678911.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 431,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1993,
"cdna_start": null,
"cds_end": null,
"cds_length": 1296,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677231.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "c.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503378.1",
"strand": true,
"transcript": "ENST00000677231.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": 681,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000479948.5",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.53+1172_53+1174delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000479948.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 815,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000496133.5",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.69+841_69+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000496133.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2250,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676535.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000676535.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2524,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676653.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.77+841_77+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000676653.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": 2188,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677081.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503728.1",
"strand": true,
"transcript": "ENST00000677081.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": 2131,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677138.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504839.1",
"strand": true,
"transcript": "ENST00000677138.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2163,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677178.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000677178.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2592,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677350.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000677350.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3192,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677383.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000677383.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": 1912,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677457.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503294.1",
"strand": true,
"transcript": "ENST00000677457.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": 1907,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677547.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504269.1",
"strand": true,
"transcript": "ENST00000677547.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": 2219,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677613.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504258.1",
"strand": true,
"transcript": "ENST00000677613.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2191,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677807.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000677807.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2365,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677809.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000677809.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2387,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677925.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000677925.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3111,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678052.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000678052.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4546,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678492.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000678492.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": 1965,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678605.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503969.1",
"strand": true,
"transcript": "ENST00000678605.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4027,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678613.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000678613.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": 2626,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678793.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503431.1",
"strand": true,
"transcript": "ENST00000678793.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1985,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678966.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000678966.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": 2118,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000679064.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502868.1",
"strand": true,
"transcript": "ENST00000679064.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2622,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000679215.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.64+841_64+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000679215.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": 1709,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000679282.1",
"gene_hgnc_id": 7708,
"gene_symbol": "NDUFS2",
"hgvs_c": "n.-240+841_-240+843delGGAinsTGG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504533.1",
"strand": true,
"transcript": "ENST00000679282.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 220,
"gene_symbol": "ADAMTS4",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.241,
"pos": 161198328,
"ref": "GGA",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001320336.3"
}
]
}