← 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: 3-10081405-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=10081405&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2"
],
"effects": [
"stop_gained"
],
"gene_symbol": "FANCD2",
"hgnc_id": 3585,
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"inheritance_mode": "AR",
"pathogenic_score": 10,
"score": 10,
"transcript": "NM_033084.6",
"verdict": "Pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"3_prime_UTR_variant"
],
"gene_symbol": "FANCD2OS",
"hgnc_id": 28623,
"hgvs_c": "c.*170G>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_173472.2",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_score": 10,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.49,
"chr": "3",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.49000000953674316,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1451,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5096,
"cdna_start": 3235,
"cds_end": null,
"cds_length": 4356,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001018115.3",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000675286.1",
"protein_coding": true,
"protein_id": "NP_001018125.1",
"strand": true,
"transcript": "NM_001018115.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1451,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5096,
"cdna_start": 3235,
"cds_end": null,
"cds_length": 4356,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000675286.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001018115.3",
"protein_coding": true,
"protein_id": "ENSP00000502379.1",
"strand": true,
"transcript": "ENST00000675286.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1471,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5219,
"cdna_start": 3258,
"cds_end": null,
"cds_length": 4416,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000287647.7",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000287647.3",
"strand": true,
"transcript": "ENST00000287647.7",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1451,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5185,
"cdna_start": 3326,
"cds_end": null,
"cds_length": 4356,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000419585.5",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000398754.1",
"strand": true,
"transcript": "ENST00000419585.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 177,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1014,
"cdna_start": null,
"cds_end": null,
"cds_length": 534,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000524279.1",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "c.*170G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000429663.1",
"strand": false,
"transcript": "ENST00000524279.1",
"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": 3425,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 27,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000421731.5",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "n.1662C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000389936.1",
"strand": true,
"transcript": "ENST00000421731.5",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1475,
"aa_ref": "Y",
"aa_start": 1079,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5162,
"cdna_start": 3307,
"cds_end": null,
"cds_length": 4428,
"cds_start": 3237,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915105.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3237C>A",
"hgvs_p": "p.Tyr1079*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585164.1",
"strand": true,
"transcript": "ENST00000915105.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1471,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4879,
"cdna_start": 3235,
"cds_end": null,
"cds_length": 4416,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_033084.6",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_149075.2",
"strand": true,
"transcript": "NM_033084.6",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1458,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4840,
"cdna_start": 3235,
"cds_end": null,
"cds_length": 4377,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 42,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001374254.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001361183.1",
"strand": true,
"transcript": "NM_001374254.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1451,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5249,
"cdna_start": 3388,
"cds_end": null,
"cds_length": 4356,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001319984.2",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001306913.1",
"strand": true,
"transcript": "NM_001319984.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1451,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5101,
"cdna_start": 3242,
"cds_end": null,
"cds_length": 4356,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915101.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585160.1",
"strand": true,
"transcript": "ENST00000915101.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1450,
"aa_ref": "Y",
"aa_start": 1054,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5114,
"cdna_start": 3252,
"cds_end": null,
"cds_length": 4353,
"cds_start": 3162,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915096.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3162C>A",
"hgvs_p": "p.Tyr1054*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585155.1",
"strand": true,
"transcript": "ENST00000915096.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1448,
"aa_ref": "Y",
"aa_start": 1052,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4430,
"cdna_start": 3216,
"cds_end": null,
"cds_length": 4347,
"cds_start": 3156,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915113.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3156C>A",
"hgvs_p": "p.Tyr1052*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585172.1",
"strand": true,
"transcript": "ENST00000915113.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1439,
"aa_ref": "Y",
"aa_start": 1043,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5082,
"cdna_start": 3219,
"cds_end": null,
"cds_length": 4320,
"cds_start": 3129,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915095.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3129C>A",
"hgvs_p": "p.Tyr1043*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585154.1",
"strand": true,
"transcript": "ENST00000915095.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1438,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5054,
"cdna_start": 3234,
"cds_end": null,
"cds_length": 4317,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915104.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585163.1",
"strand": true,
"transcript": "ENST00000915104.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1438,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5190,
"cdna_start": 3370,
"cds_end": null,
"cds_length": 4317,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915106.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585165.1",
"strand": true,
"transcript": "ENST00000915106.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1431,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5161,
"cdna_start": 3366,
"cds_end": null,
"cds_length": 4296,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915108.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585167.1",
"strand": true,
"transcript": "ENST00000915108.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1423,
"aa_ref": "Y",
"aa_start": 1027,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5131,
"cdna_start": 3276,
"cds_end": null,
"cds_length": 4272,
"cds_start": 3081,
"consequences": [
"stop_gained"
],
"exon_count": 44,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000915110.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3081C>A",
"hgvs_p": "p.Tyr1027*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585169.1",
"strand": true,
"transcript": "ENST00000915110.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1414,
"aa_ref": "Y",
"aa_start": 1018,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4985,
"cdna_start": 3124,
"cds_end": null,
"cds_length": 4245,
"cds_start": 3054,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001374253.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3054C>A",
"hgvs_p": "p.Tyr1018*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001361182.1",
"strand": true,
"transcript": "NM_001374253.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1414,
"aa_ref": "Y",
"aa_start": 1018,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5108,
"cdna_start": 3255,
"cds_end": null,
"cds_length": 4245,
"cds_start": 3054,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915109.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3054C>A",
"hgvs_p": "p.Tyr1018*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585168.1",
"strand": true,
"transcript": "ENST00000915109.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1413,
"aa_ref": "Y",
"aa_start": 1018,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4334,
"cdna_start": 3144,
"cds_end": null,
"cds_length": 4244,
"cds_start": 3054,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000676013.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3054C>A",
"hgvs_p": "p.Tyr1018*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501999.1",
"strand": true,
"transcript": "ENST00000676013.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1413,
"aa_ref": "Y",
"aa_start": 1055,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4297,
"cdna_start": 3194,
"cds_end": null,
"cds_length": 4242,
"cds_start": 3165,
"consequences": [
"stop_gained"
],
"exon_count": 41,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915115.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3165C>A",
"hgvs_p": "p.Tyr1055*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585174.1",
"strand": true,
"transcript": "ENST00000915115.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1412,
"aa_ref": "Y",
"aa_start": 1016,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4464,
"cdna_start": 3249,
"cds_end": null,
"cds_length": 4239,
"cds_start": 3048,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915114.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3048C>A",
"hgvs_p": "p.Tyr1016*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585173.1",
"strand": true,
"transcript": "ENST00000915114.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1407,
"aa_ref": "Y",
"aa_start": 1011,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4978,
"cdna_start": 3118,
"cds_end": null,
"cds_length": 4224,
"cds_start": 3033,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915098.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3033C>A",
"hgvs_p": "p.Tyr1011*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585157.1",
"strand": true,
"transcript": "ENST00000915098.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1407,
"aa_ref": "Y",
"aa_start": 1011,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4460,
"cdna_start": 3245,
"cds_end": null,
"cds_length": 4224,
"cds_start": 3033,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915112.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3033C>A",
"hgvs_p": "p.Tyr1011*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585171.1",
"strand": true,
"transcript": "ENST00000915112.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1403,
"aa_ref": "Y",
"aa_start": 1007,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4962,
"cdna_start": 3103,
"cds_end": null,
"cds_length": 4212,
"cds_start": 3021,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915100.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3021C>A",
"hgvs_p": "p.Tyr1007*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585159.1",
"strand": true,
"transcript": "ENST00000915100.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1403,
"aa_ref": "Y",
"aa_start": 1007,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5080,
"cdna_start": 3221,
"cds_end": null,
"cds_length": 4212,
"cds_start": 3021,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915107.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.3021C>A",
"hgvs_p": "p.Tyr1007*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585166.1",
"strand": true,
"transcript": "ENST00000915107.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1386,
"aa_ref": "Y",
"aa_start": 990,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4919,
"cdna_start": 3058,
"cds_end": null,
"cds_length": 4161,
"cds_start": 2970,
"consequences": [
"stop_gained"
],
"exon_count": 43,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000915097.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.2970C>A",
"hgvs_p": "p.Tyr990*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585156.1",
"strand": true,
"transcript": "ENST00000915097.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1383,
"aa_ref": "Y",
"aa_start": 987,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4895,
"cdna_start": 3036,
"cds_end": null,
"cds_length": 4152,
"cds_start": 2961,
"consequences": [
"stop_gained"
],
"exon_count": 42,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000915102.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.2961C>A",
"hgvs_p": "p.Tyr987*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585161.1",
"strand": true,
"transcript": "ENST00000915102.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1358,
"aa_ref": "Y",
"aa_start": 962,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4188,
"cdna_start": 2959,
"cds_end": null,
"cds_length": 4077,
"cds_start": 2886,
"consequences": [
"stop_gained"
],
"exon_count": 42,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000915111.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.2886C>A",
"hgvs_p": "p.Tyr962*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585170.1",
"strand": true,
"transcript": "ENST00000915111.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1314,
"aa_ref": "Y",
"aa_start": 918,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4717,
"cdna_start": 2851,
"cds_end": null,
"cds_length": 3945,
"cds_start": 2754,
"consequences": [
"stop_gained"
],
"exon_count": 41,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000915094.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.2754C>A",
"hgvs_p": "p.Tyr918*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585153.1",
"strand": true,
"transcript": "ENST00000915094.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1314,
"aa_ref": "Y",
"aa_start": 918,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4839,
"cdna_start": 2977,
"cds_end": null,
"cds_length": 3945,
"cds_start": 2754,
"consequences": [
"stop_gained"
],
"exon_count": 41,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000915103.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.2754C>A",
"hgvs_p": "p.Tyr918*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585162.1",
"strand": true,
"transcript": "ENST00000915103.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 177,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1038,
"cdna_start": null,
"cds_end": null,
"cds_length": 534,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_173472.2",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "c.*170G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_775743.1",
"strand": false,
"transcript": "NM_173472.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 186,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1135,
"cdna_start": null,
"cds_end": null,
"cds_length": 561,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047447400.1",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "c.*170G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047303356.1",
"strand": false,
"transcript": "XM_047447400.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 504,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2265,
"cdna_start": null,
"cds_end": null,
"cds_length": 1515,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915099.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "c.889-8933C>A",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585158.1",
"strand": true,
"transcript": "ENST00000915099.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": 419,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000431315.5",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.331G>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": "ENST00000431315.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": 437,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000436517.5",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.352G>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": "ENST00000436517.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": 417,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000450616.5",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.332G>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": "ENST00000450616.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": 3559,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 30,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000681997.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "n.2249C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000681997.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": 3474,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 30,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000683263.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "n.2164C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683263.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": 836,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683933.1",
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"hgvs_c": "n.204C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683933.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": 1269,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XR_007095632.1",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.1184G>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": "XR_007095632.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": 1244,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XR_007095633.1",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.1159G>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": "XR_007095633.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": 1160,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XR_007095634.1",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.1075G>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": "XR_007095634.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": 1172,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XR_007095635.1",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.1087G>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": "XR_007095635.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": 1145,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XR_007095636.1",
"gene_hgnc_id": 28623,
"gene_symbol": "FANCD2OS",
"hgvs_c": "n.1060G>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": "XR_007095636.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs375929975",
"effect": "stop_gained",
"frequency_reference_population": 6.8409935e-7,
"gene_hgnc_id": 3585,
"gene_symbol": "FANCD2",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84099e-7,
"gnomad_exomes_homalt": 0,
"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": 0.488,
"pos": 10081405,
"ref": "C",
"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_033084.6"
}
]
}