← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 6-111674463-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=111674463&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 111674463,
"ref": "A",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000354650.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "NM_002037.5",
"protein_id": "NP_002028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3628,
"mane_select": "ENST00000354650.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "ENST00000354650.7",
"protein_id": "ENSP00000346671.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3628,
"mane_select": "NM_002037.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1240+36T>G",
"hgvs_p": null,
"transcript": "ENST00000229471.8",
"protein_id": "ENSP00000229471.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "NM_001370529.1",
"protein_id": "NP_001357458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "ENST00000368667.6",
"protein_id": "ENSP00000357656.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1396+36T>G",
"hgvs_p": null,
"transcript": "NM_153047.4",
"protein_id": "NP_694592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1396+36T>G",
"hgvs_p": null,
"transcript": "ENST00000368678.8",
"protein_id": "ENSP00000357667.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1396+36T>G",
"hgvs_p": null,
"transcript": "ENST00000368682.8",
"protein_id": "ENSP00000357671.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1240+36T>G",
"hgvs_p": null,
"transcript": "NM_153048.4",
"protein_id": "NP_694593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "n.611+36T>G",
"hgvs_p": null,
"transcript": "ENST00000467921.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "n.258+36T>G",
"hgvs_p": null,
"transcript": "ENST00000491885.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_017010650.2",
"protein_id": "XP_016866139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_017010651.2",
"protein_id": "XP_016866140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_017010652.2",
"protein_id": "XP_016866141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_017010653.2",
"protein_id": "XP_016866142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_047418561.1",
"protein_id": "XP_047274517.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_047418562.1",
"protein_id": "XP_047274518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_047418563.1",
"protein_id": "XP_047274519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_047418565.1",
"protein_id": "XP_047274521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_047418566.1",
"protein_id": "XP_047274522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1405+36T>G",
"hgvs_p": null,
"transcript": "XM_047418567.1",
"protein_id": "XP_047274523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": -4,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1396+36T>G",
"hgvs_p": null,
"transcript": "XM_047418568.1",
"protein_id": "XP_047274524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1396+36T>G",
"hgvs_p": null,
"transcript": "XM_047418569.1",
"protein_id": "XP_047274525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1396+36T>G",
"hgvs_p": null,
"transcript": "XM_047418570.1",
"protein_id": "XP_047274526.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1396+36T>G",
"hgvs_p": null,
"transcript": "XM_047418571.1",
"protein_id": "XP_047274527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": -4,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1240+36T>G",
"hgvs_p": null,
"transcript": "XM_005266892.5",
"protein_id": "XP_005266949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1240+36T>G",
"hgvs_p": null,
"transcript": "XM_047418572.1",
"protein_id": "XP_047274528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "c.1120+36T>G",
"hgvs_p": null,
"transcript": "XM_047418573.1",
"protein_id": "XP_047274529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"hgvs_c": "n.*2T>G",
"hgvs_p": null,
"transcript": "ENST00000471959.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FYN",
"gene_hgnc_id": 4037,
"dbsnp": "rs3730353",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7799999713897705,
"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.78,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.953,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000354650.7",
"gene_symbol": "FYN",
"hgnc_id": 4037,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1405+36T>G",
"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
}