← 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: 2-215364969-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=215364969&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 215364969,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_212482.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7161T>C",
"hgvs_p": "p.Tyr2387Tyr",
"transcript": "NM_212482.4",
"protein_id": "NP_997647.2",
"transcript_support_level": null,
"aa_start": 2387,
"aa_end": null,
"aa_length": 2477,
"cds_start": 7161,
"cds_end": null,
"cds_length": 7434,
"cdna_start": 7427,
"cdna_end": null,
"cdna_length": 8390,
"mane_select": "ENST00000354785.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212482.4"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7161T>C",
"hgvs_p": "p.Tyr2387Tyr",
"transcript": "ENST00000354785.11",
"protein_id": "ENSP00000346839.4",
"transcript_support_level": 1,
"aa_start": 2387,
"aa_end": null,
"aa_length": 2477,
"cds_start": 7161,
"cds_end": null,
"cds_length": 7434,
"cdna_start": 7427,
"cdna_end": null,
"cdna_length": 8390,
"mane_select": "NM_212482.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354785.11"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7068T>C",
"hgvs_p": "p.Tyr2356Tyr",
"transcript": "ENST00000323926.10",
"protein_id": "ENSP00000323534.6",
"transcript_support_level": 1,
"aa_start": 2356,
"aa_end": null,
"aa_length": 2446,
"cds_start": 7068,
"cds_end": null,
"cds_length": 7341,
"cdna_start": 7334,
"cdna_end": null,
"cdna_length": 8708,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000323926.10"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6795T>C",
"hgvs_p": "p.Tyr2265Tyr",
"transcript": "ENST00000336916.8",
"protein_id": "ENSP00000338200.4",
"transcript_support_level": 1,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2355,
"cds_start": 6795,
"cds_end": null,
"cds_length": 7068,
"cdna_start": 7061,
"cdna_end": null,
"cdna_length": 8435,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336916.8"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6720T>C",
"hgvs_p": "p.Tyr2240Tyr",
"transcript": "ENST00000446046.5",
"protein_id": "ENSP00000410422.1",
"transcript_support_level": 1,
"aa_start": 2240,
"aa_end": null,
"aa_length": 2330,
"cds_start": 6720,
"cds_end": null,
"cds_length": 6993,
"cdna_start": 6986,
"cdna_end": null,
"cdna_length": 7952,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446046.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Tyr2206Tyr",
"transcript": "ENST00000356005.8",
"protein_id": "ENSP00000348285.4",
"transcript_support_level": 1,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2296,
"cds_start": 6618,
"cds_end": null,
"cds_length": 6891,
"cdna_start": 6884,
"cdna_end": null,
"cdna_length": 7846,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356005.8"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6531T>C",
"hgvs_p": "p.Tyr2177Tyr",
"transcript": "ENST00000432072.6",
"protein_id": "ENSP00000399538.2",
"transcript_support_level": 1,
"aa_start": 2177,
"aa_end": null,
"aa_length": 2267,
"cds_start": 6531,
"cds_end": null,
"cds_length": 6804,
"cdna_start": 6796,
"cdna_end": null,
"cdna_length": 7759,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432072.6"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6525T>C",
"hgvs_p": "p.Tyr2175Tyr",
"transcript": "ENST00000443816.5",
"protein_id": "ENSP00000415018.1",
"transcript_support_level": 1,
"aa_start": 2175,
"aa_end": null,
"aa_length": 2265,
"cds_start": 6525,
"cds_end": null,
"cds_length": 6798,
"cdna_start": 6796,
"cdna_end": null,
"cdna_length": 7762,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443816.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6450T>C",
"hgvs_p": "p.Tyr2150Tyr",
"transcript": "ENST00000421182.5",
"protein_id": "ENSP00000394423.1",
"transcript_support_level": 1,
"aa_start": 2150,
"aa_end": null,
"aa_length": 2240,
"cds_start": 6450,
"cds_end": null,
"cds_length": 6723,
"cdna_start": 6715,
"cdna_end": null,
"cdna_length": 8103,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421182.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6258T>C",
"hgvs_p": "p.Tyr2086Tyr",
"transcript": "ENST00000357867.8",
"protein_id": "ENSP00000350534.4",
"transcript_support_level": 1,
"aa_start": 2086,
"aa_end": null,
"aa_length": 2176,
"cds_start": 6258,
"cds_end": null,
"cds_length": 6531,
"cdna_start": 6524,
"cdna_end": null,
"cdna_length": 7898,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357867.8"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7155T>C",
"hgvs_p": "p.Tyr2385Tyr",
"transcript": "ENST00000933287.1",
"protein_id": "ENSP00000603346.1",
"transcript_support_level": null,
"aa_start": 2385,
"aa_end": null,
"aa_length": 2475,
"cds_start": 7155,
"cds_end": null,
"cds_length": 7428,
"cdna_start": 7421,
"cdna_end": null,
"cdna_length": 8387,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933287.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7068T>C",
"hgvs_p": "p.Tyr2356Tyr",
"transcript": "NM_001306129.2",
"protein_id": "NP_001293058.2",
"transcript_support_level": null,
"aa_start": 2356,
"aa_end": null,
"aa_length": 2446,
"cds_start": 7068,
"cds_end": null,
"cds_length": 7341,
"cdna_start": 7334,
"cdna_end": null,
"cdna_length": 8297,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306129.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6891T>C",
"hgvs_p": "p.Tyr2297Tyr",
"transcript": "NM_001365517.2",
"protein_id": "NP_001352446.1",
"transcript_support_level": null,
"aa_start": 2297,
"aa_end": null,
"aa_length": 2387,
"cds_start": 6891,
"cds_end": null,
"cds_length": 7164,
"cdna_start": 7157,
"cdna_end": null,
"cdna_length": 8120,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365517.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6888T>C",
"hgvs_p": "p.Tyr2296Tyr",
"transcript": "NM_001365518.2",
"protein_id": "NP_001352447.1",
"transcript_support_level": null,
"aa_start": 2296,
"aa_end": null,
"aa_length": 2386,
"cds_start": 6888,
"cds_end": null,
"cds_length": 7161,
"cdna_start": 7154,
"cdna_end": null,
"cdna_length": 8117,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365518.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6888T>C",
"hgvs_p": "p.Tyr2296Tyr",
"transcript": "ENST00000359671.5",
"protein_id": "ENSP00000352696.1",
"transcript_support_level": 5,
"aa_start": 2296,
"aa_end": null,
"aa_length": 2386,
"cds_start": 6888,
"cds_end": null,
"cds_length": 7161,
"cdna_start": 7154,
"cdna_end": null,
"cdna_length": 8524,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359671.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6882T>C",
"hgvs_p": "p.Tyr2294Tyr",
"transcript": "ENST00000967218.1",
"protein_id": "ENSP00000637277.1",
"transcript_support_level": null,
"aa_start": 2294,
"aa_end": null,
"aa_length": 2384,
"cds_start": 6882,
"cds_end": null,
"cds_length": 7155,
"cdna_start": 7148,
"cdna_end": null,
"cdna_length": 8110,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967218.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6816T>C",
"hgvs_p": "p.Tyr2272Tyr",
"transcript": "NM_001365519.2",
"protein_id": "NP_001352448.1",
"transcript_support_level": null,
"aa_start": 2272,
"aa_end": null,
"aa_length": 2362,
"cds_start": 6816,
"cds_end": null,
"cds_length": 7089,
"cdna_start": 7082,
"cdna_end": null,
"cdna_length": 8045,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365519.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6813T>C",
"hgvs_p": "p.Tyr2271Tyr",
"transcript": "NM_001365520.2",
"protein_id": "NP_001352449.1",
"transcript_support_level": null,
"aa_start": 2271,
"aa_end": null,
"aa_length": 2361,
"cds_start": 6813,
"cds_end": null,
"cds_length": 7086,
"cdna_start": 7079,
"cdna_end": null,
"cdna_length": 8042,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365520.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6801T>C",
"hgvs_p": "p.Tyr2267Tyr",
"transcript": "ENST00000865085.1",
"protein_id": "ENSP00000535144.1",
"transcript_support_level": null,
"aa_start": 2267,
"aa_end": null,
"aa_length": 2357,
"cds_start": 6801,
"cds_end": null,
"cds_length": 7074,
"cdna_start": 7067,
"cdna_end": null,
"cdna_length": 8033,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865085.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6798T>C",
"hgvs_p": "p.Tyr2266Tyr",
"transcript": "NM_001365521.2",
"protein_id": "NP_001352450.1",
"transcript_support_level": null,
"aa_start": 2266,
"aa_end": null,
"aa_length": 2356,
"cds_start": 6798,
"cds_end": null,
"cds_length": 7071,
"cdna_start": 7064,
"cdna_end": null,
"cdna_length": 8027,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365521.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6795T>C",
"hgvs_p": "p.Tyr2265Tyr",
"transcript": "NM_002026.4",
"protein_id": "NP_002017.2",
"transcript_support_level": null,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2355,
"cds_start": 6795,
"cds_end": null,
"cds_length": 7068,
"cdna_start": 7061,
"cdna_end": null,
"cdna_length": 8024,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002026.4"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6795T>C",
"hgvs_p": "p.Tyr2265Tyr",
"transcript": "ENST00000865089.1",
"protein_id": "ENSP00000535148.1",
"transcript_support_level": null,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2355,
"cds_start": 6795,
"cds_end": null,
"cds_length": 7068,
"cdna_start": 7061,
"cdna_end": null,
"cdna_length": 8024,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865089.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6723T>C",
"hgvs_p": "p.Tyr2241Tyr",
"transcript": "NM_001365522.2",
"protein_id": "NP_001352451.1",
"transcript_support_level": null,
"aa_start": 2241,
"aa_end": null,
"aa_length": 2331,
"cds_start": 6723,
"cds_end": null,
"cds_length": 6996,
"cdna_start": 6989,
"cdna_end": null,
"cdna_length": 7952,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365522.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6720T>C",
"hgvs_p": "p.Tyr2240Tyr",
"transcript": "NM_212478.3",
"protein_id": "NP_997643.2",
"transcript_support_level": null,
"aa_start": 2240,
"aa_end": null,
"aa_length": 2330,
"cds_start": 6720,
"cds_end": null,
"cds_length": 6993,
"cdna_start": 6986,
"cdna_end": null,
"cdna_length": 7949,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212478.3"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Tyr2206Tyr",
"transcript": "NM_212476.3",
"protein_id": "NP_997641.2",
"transcript_support_level": null,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2296,
"cds_start": 6618,
"cds_end": null,
"cds_length": 6891,
"cdna_start": 6884,
"cdna_end": null,
"cdna_length": 7847,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212476.3"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6612T>C",
"hgvs_p": "p.Tyr2204Tyr",
"transcript": "ENST00000865087.1",
"protein_id": "ENSP00000535146.1",
"transcript_support_level": null,
"aa_start": 2204,
"aa_end": null,
"aa_length": 2294,
"cds_start": 6612,
"cds_end": null,
"cds_length": 6885,
"cdna_start": 6878,
"cdna_end": null,
"cdna_length": 7844,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865087.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6543T>C",
"hgvs_p": "p.Tyr2181Tyr",
"transcript": "NM_001365523.2",
"protein_id": "NP_001352452.1",
"transcript_support_level": null,
"aa_start": 2181,
"aa_end": null,
"aa_length": 2271,
"cds_start": 6543,
"cds_end": null,
"cds_length": 6816,
"cdna_start": 6809,
"cdna_end": null,
"cdna_length": 7772,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365523.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6531T>C",
"hgvs_p": "p.Tyr2177Tyr",
"transcript": "NM_001306130.2",
"protein_id": "NP_001293059.2",
"transcript_support_level": null,
"aa_start": 2177,
"aa_end": null,
"aa_length": 2267,
"cds_start": 6531,
"cds_end": null,
"cds_length": 6804,
"cdna_start": 6797,
"cdna_end": null,
"cdna_length": 7760,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306130.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6528T>C",
"hgvs_p": "p.Tyr2176Tyr",
"transcript": "NM_001365524.2",
"protein_id": "NP_001352453.1",
"transcript_support_level": null,
"aa_start": 2176,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6528,
"cds_end": null,
"cds_length": 6801,
"cdna_start": 6794,
"cdna_end": null,
"cdna_length": 7757,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365524.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6528T>C",
"hgvs_p": "p.Tyr2176Tyr",
"transcript": "ENST00000865084.1",
"protein_id": "ENSP00000535143.1",
"transcript_support_level": null,
"aa_start": 2176,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6528,
"cds_end": null,
"cds_length": 6801,
"cdna_start": 6846,
"cdna_end": null,
"cdna_length": 8234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865084.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6525T>C",
"hgvs_p": "p.Tyr2175Tyr",
"transcript": "NM_001306131.2",
"protein_id": "NP_001293060.2",
"transcript_support_level": null,
"aa_start": 2175,
"aa_end": null,
"aa_length": 2265,
"cds_start": 6525,
"cds_end": null,
"cds_length": 6798,
"cdna_start": 6791,
"cdna_end": null,
"cdna_length": 7754,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306131.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6450T>C",
"hgvs_p": "p.Tyr2150Tyr",
"transcript": "NM_001306132.2",
"protein_id": "NP_001293061.2",
"transcript_support_level": null,
"aa_start": 2150,
"aa_end": null,
"aa_length": 2240,
"cds_start": 6450,
"cds_end": null,
"cds_length": 6723,
"cdna_start": 6716,
"cdna_end": null,
"cdna_length": 7679,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306132.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6258T>C",
"hgvs_p": "p.Tyr2086Tyr",
"transcript": "NM_212474.3",
"protein_id": "NP_997639.2",
"transcript_support_level": null,
"aa_start": 2086,
"aa_end": null,
"aa_length": 2176,
"cds_start": 6258,
"cds_end": null,
"cds_length": 6531,
"cdna_start": 6524,
"cdna_end": null,
"cdna_length": 7487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212474.3"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6252T>C",
"hgvs_p": "p.Tyr2084Tyr",
"transcript": "ENST00000865086.1",
"protein_id": "ENSP00000535145.1",
"transcript_support_level": null,
"aa_start": 2084,
"aa_end": null,
"aa_length": 2174,
"cds_start": 6252,
"cds_end": null,
"cds_length": 6525,
"cdna_start": 6518,
"cdna_end": null,
"cdna_length": 7484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865086.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.5988T>C",
"hgvs_p": "p.Tyr1996Tyr",
"transcript": "ENST00000865088.1",
"protein_id": "ENSP00000535147.1",
"transcript_support_level": null,
"aa_start": 1996,
"aa_end": null,
"aa_length": 2086,
"cds_start": 5988,
"cds_end": null,
"cds_length": 6261,
"cdna_start": 6254,
"cdna_end": null,
"cdna_length": 7217,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865088.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.5847T>C",
"hgvs_p": "p.Tyr1949Tyr",
"transcript": "ENST00000967219.1",
"protein_id": "ENSP00000637278.1",
"transcript_support_level": null,
"aa_start": 1949,
"aa_end": null,
"aa_length": 2039,
"cds_start": 5847,
"cds_end": null,
"cds_length": 6120,
"cdna_start": 6112,
"cdna_end": null,
"cdna_length": 7074,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967219.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.5034T>C",
"hgvs_p": "p.Tyr1678Tyr",
"transcript": "ENST00000967217.1",
"protein_id": "ENSP00000637276.1",
"transcript_support_level": null,
"aa_start": 1678,
"aa_end": null,
"aa_length": 1768,
"cds_start": 5034,
"cds_end": null,
"cds_length": 5307,
"cdna_start": 5300,
"cdna_end": null,
"cdna_length": 6263,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967217.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.3039T>C",
"hgvs_p": "p.Tyr1013Tyr",
"transcript": "ENST00000456923.5",
"protein_id": "ENSP00000416139.1",
"transcript_support_level": 2,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1103,
"cds_start": 3039,
"cds_end": null,
"cds_length": 3312,
"cdna_start": 3039,
"cdna_end": null,
"cdna_length": 3720,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456923.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATIC",
"gene_hgnc_id": 794,
"hgvs_c": "c.*2317A>G",
"hgvs_p": null,
"transcript": "XM_047444489.1",
"protein_id": "XP_047300445.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 597,
"cds_start": null,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7818,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444489.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATIC",
"gene_hgnc_id": 794,
"hgvs_c": "c.*2317A>G",
"hgvs_p": null,
"transcript": "XM_047444491.1",
"protein_id": "XP_047300447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 538,
"cds_start": null,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7809,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444491.1"
},
{
"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": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "n.30T>C",
"hgvs_p": null,
"transcript": "ENST00000469569.1",
"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": 629,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000469569.1"
},
{
"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": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "n.266T>C",
"hgvs_p": null,
"transcript": "ENST00000473614.1",
"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": 568,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000473614.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "n.8205T>C",
"hgvs_p": null,
"transcript": "ENST00000492816.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 9171,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000492816.6"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "n.189T>C",
"hgvs_p": null,
"transcript": "ENST00000494446.1",
"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": 676,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000494446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATIC",
"gene_hgnc_id": 794,
"hgvs_c": "n.4375A>G",
"hgvs_p": null,
"transcript": "XR_007075419.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": 7998,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007075419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "ATIC",
"gene_hgnc_id": 794,
"hgvs_c": "n.2161-1964A>G",
"hgvs_p": null,
"transcript": "XR_007075418.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": 3820,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007075418.1"
}
],
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"dbsnp": "rs11651",
"frequency_reference_population": 0.3210493,
"hom_count_reference_population": 85237,
"allele_count_reference_population": 505069,
"gnomad_exomes_af": 0.327414,
"gnomad_genomes_af": 0.261542,
"gnomad_exomes_ac": 465312,
"gnomad_genomes_ac": 39757,
"gnomad_exomes_homalt": 79067,
"gnomad_genomes_homalt": 6170,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"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.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.459,
"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_212482.4",
"gene_symbol": "FN1",
"hgnc_id": 3778,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7161T>C",
"hgvs_p": "p.Tyr2387Tyr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_007075419.1",
"gene_symbol": "ATIC",
"hgnc_id": 794,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.4375A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Glomerulopathy with fibronectin deposits 2,Spondylometaphyseal dysplasia - Sutcliffe type,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"phenotype_combined": "not provided|Glomerulopathy with fibronectin deposits 2|Spondylometaphyseal dysplasia - Sutcliffe type",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}