← 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-10073349-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=10073349&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 10073349,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_033084.6",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "NM_001018115.3",
"protein_id": "NP_001018125.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000675286.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001018115.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000675286.1",
"protein_id": "ENSP00000502379.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001018115.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675286.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000287647.7",
"protein_id": "ENSP00000287647.3",
"transcript_support_level": 1,
"aa_start": 901,
"aa_end": null,
"aa_length": 1471,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000287647.7"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000419585.5",
"protein_id": "ENSP00000398754.1",
"transcript_support_level": 1,
"aa_start": 901,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419585.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "n.1199G>T",
"hgvs_p": null,
"transcript": "ENST00000421731.5",
"protein_id": "ENSP00000389936.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000421731.5"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2774G>T",
"hgvs_p": "p.Gly925Val",
"transcript": "ENST00000915105.1",
"protein_id": "ENSP00000585164.1",
"transcript_support_level": null,
"aa_start": 925,
"aa_end": null,
"aa_length": 1475,
"cds_start": 2774,
"cds_end": null,
"cds_length": 4428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915105.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "NM_033084.6",
"protein_id": "NP_149075.2",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1471,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033084.6"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "NM_001374254.1",
"protein_id": "NP_001361183.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1458,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374254.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "NM_001319984.2",
"protein_id": "NP_001306913.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319984.2"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000915101.1",
"protein_id": "ENSP00000585160.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915101.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2699G>T",
"hgvs_p": "p.Gly900Val",
"transcript": "ENST00000915096.1",
"protein_id": "ENSP00000585155.1",
"transcript_support_level": null,
"aa_start": 900,
"aa_end": null,
"aa_length": 1450,
"cds_start": 2699,
"cds_end": null,
"cds_length": 4353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915096.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2693G>T",
"hgvs_p": "p.Gly898Val",
"transcript": "ENST00000915113.1",
"protein_id": "ENSP00000585172.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1448,
"cds_start": 2693,
"cds_end": null,
"cds_length": 4347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915113.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2666G>T",
"hgvs_p": "p.Gly889Val",
"transcript": "ENST00000915095.1",
"protein_id": "ENSP00000585154.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1439,
"cds_start": 2666,
"cds_end": null,
"cds_length": 4320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915095.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000915104.1",
"protein_id": "ENSP00000585163.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1438,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915104.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000915106.1",
"protein_id": "ENSP00000585165.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1438,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915106.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000915108.1",
"protein_id": "ENSP00000585167.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1431,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915108.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2618G>T",
"hgvs_p": "p.Gly873Val",
"transcript": "ENST00000915110.1",
"protein_id": "ENSP00000585169.1",
"transcript_support_level": null,
"aa_start": 873,
"aa_end": null,
"aa_length": 1423,
"cds_start": 2618,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915110.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2591G>T",
"hgvs_p": "p.Gly864Val",
"transcript": "NM_001374253.1",
"protein_id": "NP_001361182.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 1414,
"cds_start": 2591,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374253.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2591G>T",
"hgvs_p": "p.Gly864Val",
"transcript": "ENST00000915109.1",
"protein_id": "ENSP00000585168.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 1414,
"cds_start": 2591,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915109.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2591G>T",
"hgvs_p": "p.Gly864Val",
"transcript": "ENST00000676013.1",
"protein_id": "ENSP00000501999.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 1413,
"cds_start": 2591,
"cds_end": null,
"cds_length": 4244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676013.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000915115.1",
"protein_id": "ENSP00000585174.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1413,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915115.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val",
"transcript": "ENST00000915114.1",
"protein_id": "ENSP00000585173.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 1412,
"cds_start": 2702,
"cds_end": null,
"cds_length": 4239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915114.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2570G>T",
"hgvs_p": "p.Gly857Val",
"transcript": "ENST00000915098.1",
"protein_id": "ENSP00000585157.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 1407,
"cds_start": 2570,
"cds_end": null,
"cds_length": 4224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915098.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2570G>T",
"hgvs_p": "p.Gly857Val",
"transcript": "ENST00000915112.1",
"protein_id": "ENSP00000585171.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 1407,
"cds_start": 2570,
"cds_end": null,
"cds_length": 4224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915112.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2558G>T",
"hgvs_p": "p.Gly853Val",
"transcript": "ENST00000915100.1",
"protein_id": "ENSP00000585159.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1403,
"cds_start": 2558,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915100.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2558G>T",
"hgvs_p": "p.Gly853Val",
"transcript": "ENST00000915107.1",
"protein_id": "ENSP00000585166.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1403,
"cds_start": 2558,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915107.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2507G>T",
"hgvs_p": "p.Gly836Val",
"transcript": "ENST00000915097.1",
"protein_id": "ENSP00000585156.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 1386,
"cds_start": 2507,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915097.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2498G>T",
"hgvs_p": "p.Gly833Val",
"transcript": "ENST00000915102.1",
"protein_id": "ENSP00000585161.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 1383,
"cds_start": 2498,
"cds_end": null,
"cds_length": 4152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915102.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2423G>T",
"hgvs_p": "p.Gly808Val",
"transcript": "ENST00000915111.1",
"protein_id": "ENSP00000585170.1",
"transcript_support_level": null,
"aa_start": 808,
"aa_end": null,
"aa_length": 1358,
"cds_start": 2423,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915111.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2291G>T",
"hgvs_p": "p.Gly764Val",
"transcript": "ENST00000915094.1",
"protein_id": "ENSP00000585153.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 1314,
"cds_start": 2291,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915094.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.2291G>T",
"hgvs_p": "p.Gly764Val",
"transcript": "ENST00000915103.1",
"protein_id": "ENSP00000585162.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 1314,
"cds_start": 2291,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915103.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "c.889-16989G>T",
"hgvs_p": null,
"transcript": "ENST00000915099.1",
"protein_id": "ENSP00000585158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915099.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "n.1786G>T",
"hgvs_p": null,
"transcript": "ENST00000681997.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000681997.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"hgvs_c": "n.1701G>T",
"hgvs_p": null,
"transcript": "ENST00000683263.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000683263.1"
}
],
"gene_symbol": "FANCD2",
"gene_hgnc_id": 3585,
"dbsnp": "rs35495399",
"frequency_reference_population": 0.029857833,
"hom_count_reference_population": 860,
"allele_count_reference_population": 48107,
"gnomad_exomes_af": 0.0306675,
"gnomad_genomes_af": 0.0220979,
"gnomad_exomes_ac": 44743,
"gnomad_genomes_ac": 3364,
"gnomad_exomes_homalt": 799,
"gnomad_genomes_homalt": 61,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.003937065601348877,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.041,
"revel_prediction": "Benign",
"alphamissense_score": 0.0798,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.635,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_033084.6",
"gene_symbol": "FANCD2",
"hgnc_id": 3585,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2702G>T",
"hgvs_p": "p.Gly901Val"
}
],
"clinvar_disease": "Fanconi anemia,Fanconi anemia complementation group D2,Hereditary breast ovarian cancer syndrome,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:6 O:1",
"phenotype_combined": "not specified|Fanconi anemia|Fanconi anemia complementation group D2|not provided|Hereditary breast ovarian cancer syndrome",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}