← 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-35458380-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=35458380&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 35458380,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_021922.3",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "NM_021922.3",
"protein_id": "NP_068741.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 536,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000229769.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021922.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "ENST00000229769.3",
"protein_id": "ENSP00000229769.2",
"transcript_support_level": 1,
"aa_start": 351,
"aa_end": null,
"aa_length": 536,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021922.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000229769.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1056T>C",
"hgvs_p": "p.Leu352Leu",
"transcript": "ENST00000854656.1",
"protein_id": "ENSP00000524715.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 537,
"cds_start": 1056,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854656.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1032T>C",
"hgvs_p": "p.Leu344Leu",
"transcript": "ENST00000854658.1",
"protein_id": "ENSP00000524717.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 529,
"cds_start": 1032,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854658.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1026T>C",
"hgvs_p": "p.Leu342Leu",
"transcript": "ENST00000934267.1",
"protein_id": "ENSP00000604326.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 527,
"cds_start": 1026,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934267.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1008T>C",
"hgvs_p": "p.Leu336Leu",
"transcript": "ENST00000934268.1",
"protein_id": "ENSP00000604327.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 521,
"cds_start": 1008,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934268.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.987T>C",
"hgvs_p": "p.Leu329Leu",
"transcript": "ENST00000934271.1",
"protein_id": "ENSP00000604330.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 514,
"cds_start": 987,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934271.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.987T>C",
"hgvs_p": "p.Leu329Leu",
"transcript": "ENST00000962963.1",
"protein_id": "ENSP00000633022.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 514,
"cds_start": 987,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962963.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.984T>C",
"hgvs_p": "p.Leu328Leu",
"transcript": "ENST00000854657.1",
"protein_id": "ENSP00000524716.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 513,
"cds_start": 984,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854657.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "ENST00000934272.1",
"protein_id": "ENSP00000604331.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 509,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934272.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.963T>C",
"hgvs_p": "p.Leu321Leu",
"transcript": "ENST00000934266.1",
"protein_id": "ENSP00000604325.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 506,
"cds_start": 963,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934266.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.957T>C",
"hgvs_p": "p.Leu319Leu",
"transcript": "ENST00000934273.1",
"protein_id": "ENSP00000604332.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 504,
"cds_start": 957,
"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": "ENST00000934273.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "ENST00000934269.1",
"protein_id": "ENSP00000604328.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 494,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934269.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1032T>C",
"hgvs_p": "p.Leu344Leu",
"transcript": "ENST00000962964.1",
"protein_id": "ENSP00000633023.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 487,
"cds_start": 1032,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962964.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.984T>C",
"hgvs_p": "p.Leu328Leu",
"transcript": "ENST00000934270.1",
"protein_id": "ENSP00000604329.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 471,
"cds_start": 984,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934270.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "NM_001410876.1",
"protein_id": "NP_001397805.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 451,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410876.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "ENST00000696264.1",
"protein_id": "ENSP00000512511.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 451,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696264.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1032T>C",
"hgvs_p": "p.Leu344Leu",
"transcript": "XM_005248885.3",
"protein_id": "XP_005248942.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 529,
"cds_start": 1032,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248885.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.984T>C",
"hgvs_p": "p.Leu328Leu",
"transcript": "XM_005248886.3",
"protein_id": "XP_005248943.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 513,
"cds_start": 984,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248886.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "XM_005248887.3",
"protein_id": "XP_005248944.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 494,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248887.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.984T>C",
"hgvs_p": "p.Leu328Leu",
"transcript": "XM_047418300.1",
"protein_id": "XP_047274256.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 471,
"cds_start": 984,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418300.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu",
"transcript": "XM_047418301.1",
"protein_id": "XP_047274257.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 441,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418301.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.759T>C",
"hgvs_p": "p.Leu253Leu",
"transcript": "XM_011514343.3",
"protein_id": "XP_011512645.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 438,
"cds_start": 759,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514343.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.759T>C",
"hgvs_p": "p.Leu253Leu",
"transcript": "XM_047418302.1",
"protein_id": "XP_047274258.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 438,
"cds_start": 759,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418302.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.984T>C",
"hgvs_p": "p.Leu328Leu",
"transcript": "XM_047418303.1",
"protein_id": "XP_047274259.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 428,
"cds_start": 984,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.1053T>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": null,
"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": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.1053T>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": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.702T>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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.1320T>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000696267.1"
}
],
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"dbsnp": "rs755165473",
"frequency_reference_population": 6.8404506e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84045e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"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.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.148,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_021922.3",
"gene_symbol": "FANCE",
"hgnc_id": 3586,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Leu351Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}