← 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: 9-35077266-TGGCGGTA-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=35077266&ref=TGGCGGTA&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PS3",
"PP5_Very_Strong"
],
"effects": [
"frameshift_variant"
],
"gene_symbol": "FANCG",
"hgnc_id": 3588,
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"inheritance_mode": "AR",
"pathogenic_score": 20,
"score": 20,
"transcript": "NM_004629.2",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PS3,PP5_Very_Strong",
"acmg_score": 20,
"allele_count_reference_population": 15,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "9",
"clinvar_classification": "Pathogenic",
"clinvar_disease": "Fanconi anemia,Fanconi anemia complementation group G,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:8",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 622,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2556,
"cdna_start": 1061,
"cds_end": null,
"cds_length": 1869,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_004629.2",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000378643.8",
"protein_coding": true,
"protein_id": "NP_004620.1",
"strand": false,
"transcript": "NM_004629.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 622,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2556,
"cdna_start": 1061,
"cds_end": null,
"cds_length": 1869,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000378643.8",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_004629.2",
"protein_coding": true,
"protein_id": "ENSP00000367910.4",
"strand": false,
"transcript": "ENST00000378643.8",
"transcript_support_level": 1
},
{
"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": 2108,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000425676.5",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000412793.1",
"strand": false,
"transcript": "ENST00000425676.5",
"transcript_support_level": 1
},
{
"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": 2108,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000425676.5",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000412793.1",
"strand": false,
"transcript": "ENST00000425676.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 622,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2353,
"cdna_start": 866,
"cds_end": null,
"cds_length": 1869,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000448890.2",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000409607.2",
"strand": false,
"transcript": "ENST00000448890.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 621,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2611,
"cdna_start": 1119,
"cds_end": null,
"cds_length": 1866,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000881804.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551863.1",
"strand": false,
"transcript": "ENST00000881804.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 620,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2500,
"cdna_start": 1045,
"cds_end": null,
"cds_length": 1863,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000696710.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000512826.1",
"strand": false,
"transcript": "ENST00000696710.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 619,
"aa_ref": "YRQ",
"aa_start": 210,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2539,
"cdna_start": 1044,
"cds_end": null,
"cds_length": 1860,
"cds_start": 628,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000938586.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.628_634delTACCGCC",
"hgvs_p": "p.Tyr210fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608645.1",
"strand": false,
"transcript": "ENST00000938586.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 616,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5059,
"cdna_start": 3563,
"cds_end": null,
"cds_length": 1851,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000960438.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630497.1",
"strand": false,
"transcript": "ENST00000960438.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 615,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2532,
"cdna_start": 1060,
"cds_end": null,
"cds_length": 1848,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000881805.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551864.1",
"strand": false,
"transcript": "ENST00000881805.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 615,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2255,
"cdna_start": 782,
"cds_end": null,
"cds_length": 1848,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000960443.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630502.1",
"strand": false,
"transcript": "ENST00000960443.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 587,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2528,
"cdna_start": 1045,
"cds_end": null,
"cds_length": 1764,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000696715.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000512828.1",
"strand": false,
"transcript": "ENST00000696715.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 585,
"aa_ref": "YRQ",
"aa_start": 176,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2065,
"cdna_start": 570,
"cds_end": null,
"cds_length": 1758,
"cds_start": 526,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000881807.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.526_532delTACCGCC",
"hgvs_p": "p.Tyr176fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551866.1",
"strand": false,
"transcript": "ENST00000881807.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 574,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2411,
"cdna_start": 1060,
"cds_end": null,
"cds_length": 1725,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000960441.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630500.1",
"strand": false,
"transcript": "ENST00000960441.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 573,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2222,
"cdna_start": 874,
"cds_end": null,
"cds_length": 1722,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000881806.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551865.1",
"strand": false,
"transcript": "ENST00000881806.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 570,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2453,
"cdna_start": 1114,
"cds_end": null,
"cds_length": 1713,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000960439.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630498.1",
"strand": false,
"transcript": "ENST00000960439.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 564,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2195,
"cdna_start": 875,
"cds_end": null,
"cds_length": 1695,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000960442.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630501.1",
"strand": false,
"transcript": "ENST00000960442.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 448,
"aa_ref": "YRQ",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2035,
"cdna_start": 1062,
"cds_end": null,
"cds_length": 1347,
"cds_start": 637,
"consequences": [
"frameshift_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000960440.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "c.637_643delTACCGCC",
"hgvs_p": "p.Tyr213fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630499.1",
"strand": false,
"transcript": "ENST00000960440.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": 4078,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000461149.2",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.1854_1860delTACCGCC",
"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": "ENST00000461149.2",
"transcript_support_level": 2
},
{
"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": 3976,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696700.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.1889_1895delTACCGCC",
"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": "ENST00000696700.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": 2412,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000696701.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.741_747delTACCGCC",
"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": "ENST00000696701.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": 1914,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696702.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512821.1",
"strand": false,
"transcript": "ENST00000696702.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": 1849,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696703.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512822.1",
"strand": false,
"transcript": "ENST00000696703.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": 2193,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000696706.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.700_706delTACCGCC",
"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": "ENST00000696706.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": 2347,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696707.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.854_860delTACCGCC",
"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": "ENST00000696707.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": 2189,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696708.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512825.1",
"strand": false,
"transcript": "ENST00000696708.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": 3480,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000696709.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.1039_1045delTACCGCC",
"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": "ENST00000696709.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": 4943,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000696711.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.1986_1992delTACCGCC",
"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": "ENST00000696711.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": 2817,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000696712.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.724_730delTACCGCC",
"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": "ENST00000696712.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": 2412,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000696713.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.637_643delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512827.1",
"strand": false,
"transcript": "ENST00000696713.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": 3183,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000696714.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.1113_1119delTACCGCC",
"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": "ENST00000696714.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": 1914,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696702.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512821.1",
"strand": false,
"transcript": "ENST00000696702.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": 1849,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696703.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512822.1",
"strand": false,
"transcript": "ENST00000696703.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": 2189,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000696708.1",
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"hgvs_c": "n.*113_*119delTACCGCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512825.1",
"strand": false,
"transcript": "ENST00000696708.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs587776640",
"effect": "frameshift_variant",
"frequency_reference_population": 0.000009292414,
"gene_hgnc_id": 3588,
"gene_symbol": "FANCG",
"gnomad_exomes_ac": 13,
"gnomad_exomes_af": 0.00000889266,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 2,
"gnomad_genomes_af": 0.0000131285,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "Fanconi anemia complementation group G|Fanconi anemia|not provided",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.918,
"pos": 35077266,
"ref": "TGGCGGTA",
"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_004629.2"
}
]
}