← 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-215361563-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=215361563&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 215361563,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_212482.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7426C>G",
"hgvs_p": "p.Arg2476Gly",
"transcript": "NM_212482.4",
"protein_id": "NP_997647.2",
"transcript_support_level": null,
"aa_start": 2476,
"aa_end": null,
"aa_length": 2477,
"cds_start": 7426,
"cds_end": null,
"cds_length": 7434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000354785.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212482.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7426C>G",
"hgvs_p": "p.Arg2476Gly",
"transcript": "ENST00000354785.11",
"protein_id": "ENSP00000346839.4",
"transcript_support_level": 1,
"aa_start": 2476,
"aa_end": null,
"aa_length": 2477,
"cds_start": 7426,
"cds_end": null,
"cds_length": 7434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_212482.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354785.11"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7333C>G",
"hgvs_p": "p.Arg2445Gly",
"transcript": "ENST00000323926.10",
"protein_id": "ENSP00000323534.6",
"transcript_support_level": 1,
"aa_start": 2445,
"aa_end": null,
"aa_length": 2446,
"cds_start": 7333,
"cds_end": null,
"cds_length": 7341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000323926.10"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7060C>G",
"hgvs_p": "p.Arg2354Gly",
"transcript": "ENST00000336916.8",
"protein_id": "ENSP00000338200.4",
"transcript_support_level": 1,
"aa_start": 2354,
"aa_end": null,
"aa_length": 2355,
"cds_start": 7060,
"cds_end": null,
"cds_length": 7068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336916.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6985C>G",
"hgvs_p": "p.Arg2329Gly",
"transcript": "ENST00000446046.5",
"protein_id": "ENSP00000410422.1",
"transcript_support_level": 1,
"aa_start": 2329,
"aa_end": null,
"aa_length": 2330,
"cds_start": 6985,
"cds_end": null,
"cds_length": 6993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446046.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6883C>G",
"hgvs_p": "p.Arg2295Gly",
"transcript": "ENST00000356005.8",
"protein_id": "ENSP00000348285.4",
"transcript_support_level": 1,
"aa_start": 2295,
"aa_end": null,
"aa_length": 2296,
"cds_start": 6883,
"cds_end": null,
"cds_length": 6891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356005.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6796C>G",
"hgvs_p": "p.Arg2266Gly",
"transcript": "ENST00000432072.6",
"protein_id": "ENSP00000399538.2",
"transcript_support_level": 1,
"aa_start": 2266,
"aa_end": null,
"aa_length": 2267,
"cds_start": 6796,
"cds_end": null,
"cds_length": 6804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432072.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6790C>G",
"hgvs_p": "p.Arg2264Gly",
"transcript": "ENST00000443816.5",
"protein_id": "ENSP00000415018.1",
"transcript_support_level": 1,
"aa_start": 2264,
"aa_end": null,
"aa_length": 2265,
"cds_start": 6790,
"cds_end": null,
"cds_length": 6798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443816.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6715C>G",
"hgvs_p": "p.Arg2239Gly",
"transcript": "ENST00000421182.5",
"protein_id": "ENSP00000394423.1",
"transcript_support_level": 1,
"aa_start": 2239,
"aa_end": null,
"aa_length": 2240,
"cds_start": 6715,
"cds_end": null,
"cds_length": 6723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421182.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6523C>G",
"hgvs_p": "p.Arg2175Gly",
"transcript": "ENST00000357867.8",
"protein_id": "ENSP00000350534.4",
"transcript_support_level": 1,
"aa_start": 2175,
"aa_end": null,
"aa_length": 2176,
"cds_start": 6523,
"cds_end": null,
"cds_length": 6531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357867.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7420C>G",
"hgvs_p": "p.Arg2474Gly",
"transcript": "ENST00000933287.1",
"protein_id": "ENSP00000603346.1",
"transcript_support_level": null,
"aa_start": 2474,
"aa_end": null,
"aa_length": 2475,
"cds_start": 7420,
"cds_end": null,
"cds_length": 7428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933287.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7333C>G",
"hgvs_p": "p.Arg2445Gly",
"transcript": "NM_001306129.2",
"protein_id": "NP_001293058.2",
"transcript_support_level": null,
"aa_start": 2445,
"aa_end": null,
"aa_length": 2446,
"cds_start": 7333,
"cds_end": null,
"cds_length": 7341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306129.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7156C>G",
"hgvs_p": "p.Arg2386Gly",
"transcript": "NM_001365517.2",
"protein_id": "NP_001352446.1",
"transcript_support_level": null,
"aa_start": 2386,
"aa_end": null,
"aa_length": 2387,
"cds_start": 7156,
"cds_end": null,
"cds_length": 7164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365517.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7153C>G",
"hgvs_p": "p.Arg2385Gly",
"transcript": "NM_001365518.2",
"protein_id": "NP_001352447.1",
"transcript_support_level": null,
"aa_start": 2385,
"aa_end": null,
"aa_length": 2386,
"cds_start": 7153,
"cds_end": null,
"cds_length": 7161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365518.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7153C>G",
"hgvs_p": "p.Arg2385Gly",
"transcript": "ENST00000359671.5",
"protein_id": "ENSP00000352696.1",
"transcript_support_level": 5,
"aa_start": 2385,
"aa_end": null,
"aa_length": 2386,
"cds_start": 7153,
"cds_end": null,
"cds_length": 7161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359671.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7147C>G",
"hgvs_p": "p.Arg2383Gly",
"transcript": "ENST00000967218.1",
"protein_id": "ENSP00000637277.1",
"transcript_support_level": null,
"aa_start": 2383,
"aa_end": null,
"aa_length": 2384,
"cds_start": 7147,
"cds_end": null,
"cds_length": 7155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967218.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7081C>G",
"hgvs_p": "p.Arg2361Gly",
"transcript": "NM_001365519.2",
"protein_id": "NP_001352448.1",
"transcript_support_level": null,
"aa_start": 2361,
"aa_end": null,
"aa_length": 2362,
"cds_start": 7081,
"cds_end": null,
"cds_length": 7089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365519.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7078C>G",
"hgvs_p": "p.Arg2360Gly",
"transcript": "NM_001365520.2",
"protein_id": "NP_001352449.1",
"transcript_support_level": null,
"aa_start": 2360,
"aa_end": null,
"aa_length": 2361,
"cds_start": 7078,
"cds_end": null,
"cds_length": 7086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365520.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7066C>G",
"hgvs_p": "p.Arg2356Gly",
"transcript": "ENST00000865085.1",
"protein_id": "ENSP00000535144.1",
"transcript_support_level": null,
"aa_start": 2356,
"aa_end": null,
"aa_length": 2357,
"cds_start": 7066,
"cds_end": null,
"cds_length": 7074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865085.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7063C>G",
"hgvs_p": "p.Arg2355Gly",
"transcript": "NM_001365521.2",
"protein_id": "NP_001352450.1",
"transcript_support_level": null,
"aa_start": 2355,
"aa_end": null,
"aa_length": 2356,
"cds_start": 7063,
"cds_end": null,
"cds_length": 7071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365521.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7060C>G",
"hgvs_p": "p.Arg2354Gly",
"transcript": "NM_002026.4",
"protein_id": "NP_002017.2",
"transcript_support_level": null,
"aa_start": 2354,
"aa_end": null,
"aa_length": 2355,
"cds_start": 7060,
"cds_end": null,
"cds_length": 7068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002026.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.7060C>G",
"hgvs_p": "p.Arg2354Gly",
"transcript": "ENST00000865089.1",
"protein_id": "ENSP00000535148.1",
"transcript_support_level": null,
"aa_start": 2354,
"aa_end": null,
"aa_length": 2355,
"cds_start": 7060,
"cds_end": null,
"cds_length": 7068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865089.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6988C>G",
"hgvs_p": "p.Arg2330Gly",
"transcript": "NM_001365522.2",
"protein_id": "NP_001352451.1",
"transcript_support_level": null,
"aa_start": 2330,
"aa_end": null,
"aa_length": 2331,
"cds_start": 6988,
"cds_end": null,
"cds_length": 6996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365522.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6985C>G",
"hgvs_p": "p.Arg2329Gly",
"transcript": "NM_212478.3",
"protein_id": "NP_997643.2",
"transcript_support_level": null,
"aa_start": 2329,
"aa_end": null,
"aa_length": 2330,
"cds_start": 6985,
"cds_end": null,
"cds_length": 6993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212478.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6883C>G",
"hgvs_p": "p.Arg2295Gly",
"transcript": "NM_212476.3",
"protein_id": "NP_997641.2",
"transcript_support_level": null,
"aa_start": 2295,
"aa_end": null,
"aa_length": 2296,
"cds_start": 6883,
"cds_end": null,
"cds_length": 6891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212476.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6877C>G",
"hgvs_p": "p.Arg2293Gly",
"transcript": "ENST00000865087.1",
"protein_id": "ENSP00000535146.1",
"transcript_support_level": null,
"aa_start": 2293,
"aa_end": null,
"aa_length": 2294,
"cds_start": 6877,
"cds_end": null,
"cds_length": 6885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865087.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6808C>G",
"hgvs_p": "p.Arg2270Gly",
"transcript": "NM_001365523.2",
"protein_id": "NP_001352452.1",
"transcript_support_level": null,
"aa_start": 2270,
"aa_end": null,
"aa_length": 2271,
"cds_start": 6808,
"cds_end": null,
"cds_length": 6816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365523.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6796C>G",
"hgvs_p": "p.Arg2266Gly",
"transcript": "NM_001306130.2",
"protein_id": "NP_001293059.2",
"transcript_support_level": null,
"aa_start": 2266,
"aa_end": null,
"aa_length": 2267,
"cds_start": 6796,
"cds_end": null,
"cds_length": 6804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306130.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6793C>G",
"hgvs_p": "p.Arg2265Gly",
"transcript": "NM_001365524.2",
"protein_id": "NP_001352453.1",
"transcript_support_level": null,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6793,
"cds_end": null,
"cds_length": 6801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365524.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6793C>G",
"hgvs_p": "p.Arg2265Gly",
"transcript": "ENST00000865084.1",
"protein_id": "ENSP00000535143.1",
"transcript_support_level": null,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6793,
"cds_end": null,
"cds_length": 6801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865084.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6790C>G",
"hgvs_p": "p.Arg2264Gly",
"transcript": "NM_001306131.2",
"protein_id": "NP_001293060.2",
"transcript_support_level": null,
"aa_start": 2264,
"aa_end": null,
"aa_length": 2265,
"cds_start": 6790,
"cds_end": null,
"cds_length": 6798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306131.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6715C>G",
"hgvs_p": "p.Arg2239Gly",
"transcript": "NM_001306132.2",
"protein_id": "NP_001293061.2",
"transcript_support_level": null,
"aa_start": 2239,
"aa_end": null,
"aa_length": 2240,
"cds_start": 6715,
"cds_end": null,
"cds_length": 6723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306132.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6523C>G",
"hgvs_p": "p.Arg2175Gly",
"transcript": "NM_212474.3",
"protein_id": "NP_997639.2",
"transcript_support_level": null,
"aa_start": 2175,
"aa_end": null,
"aa_length": 2176,
"cds_start": 6523,
"cds_end": null,
"cds_length": 6531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212474.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6517C>G",
"hgvs_p": "p.Arg2173Gly",
"transcript": "ENST00000865086.1",
"protein_id": "ENSP00000535145.1",
"transcript_support_level": null,
"aa_start": 2173,
"aa_end": null,
"aa_length": 2174,
"cds_start": 6517,
"cds_end": null,
"cds_length": 6525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865086.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6253C>G",
"hgvs_p": "p.Arg2085Gly",
"transcript": "ENST00000865088.1",
"protein_id": "ENSP00000535147.1",
"transcript_support_level": null,
"aa_start": 2085,
"aa_end": null,
"aa_length": 2086,
"cds_start": 6253,
"cds_end": null,
"cds_length": 6261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865088.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.6112C>G",
"hgvs_p": "p.Arg2038Gly",
"transcript": "ENST00000967219.1",
"protein_id": "ENSP00000637278.1",
"transcript_support_level": null,
"aa_start": 2038,
"aa_end": null,
"aa_length": 2039,
"cds_start": 6112,
"cds_end": null,
"cds_length": 6120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967219.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.5299C>G",
"hgvs_p": "p.Arg1767Gly",
"transcript": "ENST00000967217.1",
"protein_id": "ENSP00000637276.1",
"transcript_support_level": null,
"aa_start": 1767,
"aa_end": null,
"aa_length": 1768,
"cds_start": 5299,
"cds_end": null,
"cds_length": 5307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967217.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "c.3304C>G",
"hgvs_p": "p.Arg1102Gly",
"transcript": "ENST00000456923.5",
"protein_id": "ENSP00000416139.1",
"transcript_support_level": 2,
"aa_start": 1102,
"aa_end": null,
"aa_length": 1103,
"cds_start": 3304,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ATIC",
"gene_hgnc_id": 794,
"hgvs_c": "c.1788-1083G>C",
"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": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ATIC",
"gene_hgnc_id": 794,
"hgvs_c": "c.1611-1083G>C",
"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": null,
"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": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "n.8470C>G",
"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": null,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"hgvs_c": "n.454C>G",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000494446.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.1736C>G",
"hgvs_p": null,
"transcript": "ENST00000498719.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000498719.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": 16,
"intron_rank_end": null,
"gene_symbol": "ATIC",
"gene_hgnc_id": 794,
"hgvs_c": "n.1872-1083G>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007075418.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.2052-1083G>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007075419.1"
}
],
"gene_symbol": "FN1",
"gene_hgnc_id": 3778,
"dbsnp": "rs146924311",
"frequency_reference_population": 6.88802e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.88802e-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.29813724756240845,
"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.18,
"revel_prediction": "Benign",
"alphamissense_score": 0.1179,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.548,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_212482.4",
"gene_symbol": "FN1",
"hgnc_id": 3778,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7426C>G",
"hgvs_p": "p.Arg2476Gly"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007075418.1",
"gene_symbol": "ATIC",
"hgnc_id": 794,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.1872-1083G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}