← 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: 6-35455885-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=35455885&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 35455885,
"ref": "A",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_021922.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "NM_021922.3",
"protein_id": "NP_068741.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 536,
"cds_start": 387,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2576,
"mane_select": "ENST00000229769.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021922.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000229769.3",
"protein_id": "ENSP00000229769.2",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 536,
"cds_start": 387,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2576,
"mane_select": "NM_021922.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000229769.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000854656.1",
"protein_id": "ENSP00000524715.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 537,
"cds_start": 387,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 2570,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854656.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000854658.1",
"protein_id": "ENSP00000524717.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 529,
"cds_start": 387,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 2543,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854658.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934267.1",
"protein_id": "ENSP00000604326.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 527,
"cds_start": 387,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 613,
"cdna_end": null,
"cdna_length": 2569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934267.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934268.1",
"protein_id": "ENSP00000604327.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 521,
"cds_start": 387,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 605,
"cdna_end": null,
"cdna_length": 2541,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934268.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934271.1",
"protein_id": "ENSP00000604330.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 514,
"cds_start": 387,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 591,
"cdna_end": null,
"cdna_length": 2508,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934271.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000962963.1",
"protein_id": "ENSP00000633022.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 514,
"cds_start": 387,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 601,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962963.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000854657.1",
"protein_id": "ENSP00000524716.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 513,
"cds_start": 387,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 580,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854657.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934272.1",
"protein_id": "ENSP00000604331.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 509,
"cds_start": 387,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 2476,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934272.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934266.1",
"protein_id": "ENSP00000604325.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 506,
"cds_start": 387,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 2510,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934266.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934273.1",
"protein_id": "ENSP00000604332.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 504,
"cds_start": 387,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 580,
"cdna_end": null,
"cdna_length": 2460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934273.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934269.1",
"protein_id": "ENSP00000604328.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 494,
"cds_start": 387,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 603,
"cdna_end": null,
"cdna_length": 2460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934269.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000962964.1",
"protein_id": "ENSP00000633023.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 487,
"cds_start": 387,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 2427,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962964.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000934270.1",
"protein_id": "ENSP00000604329.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 471,
"cds_start": 387,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 2388,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934270.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "NM_001410876.1",
"protein_id": "NP_001397805.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 451,
"cds_start": 387,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2383,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410876.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "ENST00000696264.1",
"protein_id": "ENSP00000512511.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 451,
"cds_start": 387,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 387,
"cdna_end": null,
"cdna_length": 2137,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696264.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "XM_005248885.3",
"protein_id": "XP_005248942.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 529,
"cds_start": 387,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2555,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248885.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "XM_005248886.3",
"protein_id": "XP_005248943.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 513,
"cds_start": 387,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2507,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248886.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "XM_005248887.3",
"protein_id": "XP_005248944.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 494,
"cds_start": 387,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248887.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "XM_047418300.1",
"protein_id": "XP_047274256.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 471,
"cds_start": 387,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418300.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "XM_047418301.1",
"protein_id": "XP_047274257.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 441,
"cds_start": 387,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 1636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418301.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.93A>C",
"hgvs_p": "p.Pro31Pro",
"transcript": "XM_011514343.3",
"protein_id": "XP_011512645.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 438,
"cds_start": 93,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 284,
"cdna_end": null,
"cdna_length": 2265,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514343.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.93A>C",
"hgvs_p": "p.Pro31Pro",
"transcript": "XM_047418302.1",
"protein_id": "XP_047274258.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 438,
"cds_start": 93,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 292,
"cdna_end": null,
"cdna_length": 2273,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418302.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro",
"transcript": "XM_047418303.1",
"protein_id": "XP_047274259.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 428,
"cds_start": 387,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2314,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418303.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.387A>C",
"hgvs_p": null,
"transcript": "ENST00000648059.1",
"protein_id": "ENSP00000497902.1",
"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": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000648059.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.387A>C",
"hgvs_p": null,
"transcript": "ENST00000696265.1",
"protein_id": "ENSP00000512512.1",
"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": 2280,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000696265.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.105A>C",
"hgvs_p": null,
"transcript": "ENST00000696266.1",
"protein_id": "ENSP00000512513.1",
"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": 1874,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000696266.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.27A>C",
"hgvs_p": null,
"transcript": "ENST00000696267.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": 2608,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000696267.1"
}
],
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"dbsnp": "rs4713867",
"frequency_reference_population": 0.6910054,
"hom_count_reference_population": 388042,
"allele_count_reference_population": 1115233,
"gnomad_exomes_af": 0.685587,
"gnomad_genomes_af": 0.743075,
"gnomad_exomes_ac": 1002192,
"gnomad_genomes_ac": 113041,
"gnomad_exomes_homalt": 345414,
"gnomad_genomes_homalt": 42628,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.103,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_021922.3",
"gene_symbol": "FANCE",
"hgnc_id": 3586,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.387A>C",
"hgvs_p": "p.Pro129Pro"
}
],
"clinvar_disease": "Fanconi anemia complementation group E,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:7",
"phenotype_combined": "not provided|not specified|Fanconi anemia complementation group E",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}