← 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: 14-102895399-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=102895399&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 102895399,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_145725.3",
"consequences": [
{
"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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "NM_145725.3",
"protein_id": "NP_663777.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7806,
"mane_select": "ENST00000392745.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000392745.8",
"protein_id": "ENSP00000376500.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7806,
"mane_select": "NM_145725.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000560371.5",
"protein_id": "ENSP00000454207.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.745-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000351691.10",
"protein_id": "ENSP00000332468.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 543,
"cds_start": -4,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "NM_003300.4",
"protein_id": "NP_003291.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000699894.1",
"protein_id": "ENSP00000514678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.745-1862G>A",
"hgvs_p": null,
"transcript": "NM_145726.3",
"protein_id": "NP_663778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 543,
"cds_start": -4,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.745-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000699893.1",
"protein_id": "ENSP00000514677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 543,
"cds_start": -4,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.739-1862G>A",
"hgvs_p": null,
"transcript": "NM_001385143.1",
"protein_id": "NP_001372072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 541,
"cds_start": -4,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.819+3982G>A",
"hgvs_p": null,
"transcript": "NM_001385142.1",
"protein_id": "NP_001372071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 521,
"cds_start": -4,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.571-1862G>A",
"hgvs_p": null,
"transcript": "NM_001199427.2",
"protein_id": "NP_001186356.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.571-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000539721.5",
"protein_id": "ENSP00000445998.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.304-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000559734.1",
"protein_id": "ENSP00000453032.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": -4,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "n.*67+200G>A",
"hgvs_p": null,
"transcript": "ENST00000558700.5",
"protein_id": "ENSP00000453031.1",
"transcript_support_level": 3,
"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": 738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "n.869-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000699895.1",
"protein_id": null,
"transcript_support_level": null,
"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": 7422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "n.751-1862G>A",
"hgvs_p": null,
"transcript": "ENST00000699896.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "XM_017021617.2",
"protein_id": "XP_016877106.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "XM_017021618.2",
"protein_id": "XP_016877107.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.820-1862G>A",
"hgvs_p": null,
"transcript": "XM_047431738.1",
"protein_id": "XP_047287694.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": -4,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.745-1862G>A",
"hgvs_p": null,
"transcript": "XM_017021619.2",
"protein_id": "XP_016877108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 543,
"cds_start": -4,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.745-1862G>A",
"hgvs_p": null,
"transcript": "XM_047431739.1",
"protein_id": "XP_047287695.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 543,
"cds_start": -4,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.664-1862G>A",
"hgvs_p": null,
"transcript": "XM_011537116.4",
"protein_id": "XP_011535418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 516,
"cds_start": -4,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.664-1862G>A",
"hgvs_p": null,
"transcript": "XM_047431740.1",
"protein_id": "XP_047287696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 516,
"cds_start": -4,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.652-1862G>A",
"hgvs_p": null,
"transcript": "XM_011537117.4",
"protein_id": "XP_011535419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 512,
"cds_start": -4,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.652-1862G>A",
"hgvs_p": null,
"transcript": "XM_047431741.1",
"protein_id": "XP_047287697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 512,
"cds_start": -4,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.652-1862G>A",
"hgvs_p": null,
"transcript": "XM_047431742.1",
"protein_id": "XP_047287698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 512,
"cds_start": -4,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.571-1862G>A",
"hgvs_p": null,
"transcript": "XM_011537118.4",
"protein_id": "XP_011535420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"hgvs_c": "c.*267G>A",
"hgvs_p": null,
"transcript": "XM_017021620.3",
"protein_id": "XP_016877109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 292,
"cds_start": -4,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRAF3",
"gene_hgnc_id": 12033,
"dbsnp": "rs11160706",
"frequency_reference_population": 0.39713883,
"hom_count_reference_population": 16087,
"allele_count_reference_population": 60435,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.397139,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 60435,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 16087,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9700000286102295,
"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.97,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.297,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_145725.3",
"gene_symbol": "TRAF3",
"hgnc_id": 12033,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.820-1862G>A",
"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
}