← 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-35459406-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=35459406&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 35459406,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_021922.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "NM_021922.3",
"protein_id": "NP_068741.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 536,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "ENST00000229769.3",
"protein_id": "ENSP00000229769.2",
"transcript_support_level": 1,
"aa_start": 397,
"aa_end": null,
"aa_length": 536,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1192C>T",
"hgvs_p": "p.Pro398Ser",
"transcript": "ENST00000854656.1",
"protein_id": "ENSP00000524715.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 537,
"cds_start": 1192,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1168C>T",
"hgvs_p": "p.Pro390Ser",
"transcript": "ENST00000854658.1",
"protein_id": "ENSP00000524717.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 529,
"cds_start": 1168,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Pro388Ser",
"transcript": "ENST00000934267.1",
"protein_id": "ENSP00000604326.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 527,
"cds_start": 1162,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1144C>T",
"hgvs_p": "p.Pro382Ser",
"transcript": "ENST00000934268.1",
"protein_id": "ENSP00000604327.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 521,
"cds_start": 1144,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1123C>T",
"hgvs_p": "p.Pro375Ser",
"transcript": "ENST00000934271.1",
"protein_id": "ENSP00000604330.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 514,
"cds_start": 1123,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1123C>T",
"hgvs_p": "p.Pro375Ser",
"transcript": "ENST00000962963.1",
"protein_id": "ENSP00000633022.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 514,
"cds_start": 1123,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1120C>T",
"hgvs_p": "p.Pro374Ser",
"transcript": "ENST00000854657.1",
"protein_id": "ENSP00000524716.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 513,
"cds_start": 1120,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "ENST00000934272.1",
"protein_id": "ENSP00000604331.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 509,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1099C>T",
"hgvs_p": "p.Pro367Ser",
"transcript": "ENST00000934266.1",
"protein_id": "ENSP00000604325.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 506,
"cds_start": 1099,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1093C>T",
"hgvs_p": "p.Pro365Ser",
"transcript": "ENST00000934273.1",
"protein_id": "ENSP00000604332.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 504,
"cds_start": 1093,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "ENST00000934269.1",
"protein_id": "ENSP00000604328.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 494,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1168C>T",
"hgvs_p": "p.Pro390Ser",
"transcript": "ENST00000962964.1",
"protein_id": "ENSP00000633023.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 487,
"cds_start": 1168,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1120C>T",
"hgvs_p": "p.Pro374Ser",
"transcript": "ENST00000934270.1",
"protein_id": "ENSP00000604329.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 471,
"cds_start": 1120,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "NM_001410876.1",
"protein_id": "NP_001397805.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 451,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "ENST00000696264.1",
"protein_id": "ENSP00000512511.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 451,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1168C>T",
"hgvs_p": "p.Pro390Ser",
"transcript": "XM_005248885.3",
"protein_id": "XP_005248942.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 529,
"cds_start": 1168,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1120C>T",
"hgvs_p": "p.Pro374Ser",
"transcript": "XM_005248886.3",
"protein_id": "XP_005248943.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 513,
"cds_start": 1120,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "XM_005248887.3",
"protein_id": "XP_005248944.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 494,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1120C>T",
"hgvs_p": "p.Pro374Ser",
"transcript": "XM_047418300.1",
"protein_id": "XP_047274256.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 471,
"cds_start": 1120,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser",
"transcript": "XM_047418301.1",
"protein_id": "XP_047274257.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 441,
"cds_start": 1189,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.895C>T",
"hgvs_p": "p.Pro299Ser",
"transcript": "XM_011514343.3",
"protein_id": "XP_011512645.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 438,
"cds_start": 895,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.895C>T",
"hgvs_p": "p.Pro299Ser",
"transcript": "XM_047418302.1",
"protein_id": "XP_047274258.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 438,
"cds_start": 895,
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Pro374Ser",
"transcript": "XM_047418303.1",
"protein_id": "XP_047274259.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 428,
"cds_start": 1120,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.1189C>T",
"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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.1189C>T",
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.838C>T",
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.1456C>T",
"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"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"hgvs_c": "n.49C>T",
"hgvs_p": null,
"transcript": "ENST00000696268.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": "ENST00000696268.1"
}
],
"gene_symbol": "FANCE",
"gene_hgnc_id": 3586,
"dbsnp": "rs759782690",
"frequency_reference_population": 6.8404785e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84048e-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.15958642959594727,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.044,
"revel_prediction": "Benign",
"alphamissense_score": 0.1005,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.013,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_021922.3",
"gene_symbol": "FANCE",
"hgnc_id": 3586,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Pro397Ser"
}
],
"clinvar_disease": "Fanconi anemia complementation group E",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Fanconi anemia complementation group E",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}