← 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: 9-35075318-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=35075318&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 35075318,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004629.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "NM_004629.2",
"protein_id": "NP_004620.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 622,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000378643.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004629.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "ENST00000378643.8",
"protein_id": "ENSP00000367910.4",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 622,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004629.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378643.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*917G>A",
"hgvs_p": null,
"transcript": "ENST00000425676.5",
"protein_id": "ENSP00000412793.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": "ENST00000425676.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*917G>A",
"hgvs_p": null,
"transcript": "ENST00000425676.5",
"protein_id": "ENSP00000412793.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": "ENST00000425676.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "ENST00000448890.2",
"protein_id": "ENSP00000409607.2",
"transcript_support_level": 3,
"aa_start": 481,
"aa_end": null,
"aa_length": 622,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448890.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "ENST00000881804.1",
"protein_id": "ENSP00000551863.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 621,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881804.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "ENST00000696710.1",
"protein_id": "ENSP00000512826.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 620,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696710.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1432G>A",
"hgvs_p": "p.Glu478Lys",
"transcript": "ENST00000938586.1",
"protein_id": "ENSP00000608645.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 619,
"cds_start": 1432,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938586.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Glu475Lys",
"transcript": "ENST00000960438.1",
"protein_id": "ENSP00000630497.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 616,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960438.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Glu474Lys",
"transcript": "ENST00000881805.1",
"protein_id": "ENSP00000551864.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 615,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881805.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Glu475Lys",
"transcript": "ENST00000960443.1",
"protein_id": "ENSP00000630502.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 615,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960443.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "ENST00000696715.1",
"protein_id": "ENSP00000512828.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 587,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696715.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Glu444Lys",
"transcript": "ENST00000881807.1",
"protein_id": "ENSP00000551866.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 585,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881807.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "ENST00000960441.1",
"protein_id": "ENSP00000630500.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 574,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960441.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Glu432Lys",
"transcript": "ENST00000881806.1",
"protein_id": "ENSP00000551865.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 573,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881806.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys",
"transcript": "ENST00000960439.1",
"protein_id": "ENSP00000630498.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 570,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960439.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Glu475Lys",
"transcript": "ENST00000960442.1",
"protein_id": "ENSP00000630501.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 564,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960442.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "c.919G>A",
"hgvs_p": "p.Glu307Lys",
"transcript": "ENST00000960440.1",
"protein_id": "ENSP00000630499.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 448,
"cds_start": 919,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960440.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.2633G>A",
"hgvs_p": null,
"transcript": "ENST00000461149.2",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000461149.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.53G>A",
"hgvs_p": null,
"transcript": "ENST00000481254.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000481254.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.2668G>A",
"hgvs_p": null,
"transcript": "ENST00000696700.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": "ENST00000696700.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.1545G>A",
"hgvs_p": null,
"transcript": "ENST00000696701.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": "ENST00000696701.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*892G>A",
"hgvs_p": null,
"transcript": "ENST00000696702.1",
"protein_id": "ENSP00000512821.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": "ENST00000696702.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*825G>A",
"hgvs_p": null,
"transcript": "ENST00000696703.1",
"protein_id": "ENSP00000512822.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": "ENST00000696703.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.1504G>A",
"hgvs_p": null,
"transcript": "ENST00000696706.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": "ENST00000696706.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.1658G>A",
"hgvs_p": null,
"transcript": "ENST00000696707.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": "ENST00000696707.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*786G>A",
"hgvs_p": null,
"transcript": "ENST00000696708.1",
"protein_id": "ENSP00000512825.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": "ENST00000696708.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.2032G>A",
"hgvs_p": null,
"transcript": "ENST00000696709.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": "ENST00000696709.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.3500G>A",
"hgvs_p": null,
"transcript": "ENST00000696711.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": "ENST00000696711.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.1532G>A",
"hgvs_p": null,
"transcript": "ENST00000696712.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": "ENST00000696712.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.1441G>A",
"hgvs_p": null,
"transcript": "ENST00000696713.1",
"protein_id": "ENSP00000512827.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": "ENST00000696713.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.1825G>A",
"hgvs_p": null,
"transcript": "ENST00000696714.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": "ENST00000696714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*892G>A",
"hgvs_p": null,
"transcript": "ENST00000696702.1",
"protein_id": "ENSP00000512821.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": "ENST00000696702.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*825G>A",
"hgvs_p": null,
"transcript": "ENST00000696703.1",
"protein_id": "ENSP00000512822.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": "ENST00000696703.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.*786G>A",
"hgvs_p": null,
"transcript": "ENST00000696708.1",
"protein_id": "ENSP00000512825.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": "ENST00000696708.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"hgvs_c": "n.45-886G>A",
"hgvs_p": null,
"transcript": "ENST00000476212.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000476212.1"
}
],
"gene_symbol": "FANCG",
"gene_hgnc_id": 3588,
"dbsnp": "rs772460728",
"frequency_reference_population": 0.000004337282,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000410434,
"gnomad_genomes_af": 0.00000657687,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.49685636162757874,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.132,
"revel_prediction": "Benign",
"alphamissense_score": 0.3611,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.219,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004629.2",
"gene_symbol": "FANCG",
"hgnc_id": 3588,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Glu481Lys"
}
],
"clinvar_disease": "Fanconi anemia",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Fanconi anemia",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}