← 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: 3-15257081-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=15257081&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 15257081,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004844.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "NM_004844.5",
"protein_id": "NP_004835.2",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 455,
"cds_start": 922,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000383791.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004844.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "ENST00000383791.8",
"protein_id": "ENSP00000373301.3",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 455,
"cds_start": 922,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004844.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383791.8"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Ser151Gly",
"transcript": "ENST00000408919.7",
"protein_id": "ENSP00000386231.3",
"transcript_support_level": 1,
"aa_start": 151,
"aa_end": null,
"aa_length": 298,
"cds_start": 451,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000408919.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5-AS1",
"gene_hgnc_id": 44501,
"hgvs_c": "n.2898T>C",
"hgvs_p": null,
"transcript": "ENST00000420195.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000420195.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.982A>G",
"hgvs_p": "p.Ser328Gly",
"transcript": "ENST00000947043.1",
"protein_id": "ENSP00000617102.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 475,
"cds_start": 982,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947043.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "ENST00000947042.1",
"protein_id": "ENSP00000617101.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 454,
"cds_start": 922,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947042.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.892A>G",
"hgvs_p": "p.Ser298Gly",
"transcript": "ENST00000885923.1",
"protein_id": "ENSP00000555982.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 445,
"cds_start": 892,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885923.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.763A>G",
"hgvs_p": "p.Ser255Gly",
"transcript": "ENST00000885925.1",
"protein_id": "ENSP00000555984.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 402,
"cds_start": 763,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885925.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Ser253Gly",
"transcript": "ENST00000885926.1",
"protein_id": "ENSP00000555985.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 400,
"cds_start": 757,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885926.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Ser253Gly",
"transcript": "ENST00000947046.1",
"protein_id": "ENSP00000617105.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 399,
"cds_start": 757,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947046.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.748A>G",
"hgvs_p": "p.Ser250Gly",
"transcript": "ENST00000947045.1",
"protein_id": "ENSP00000617104.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 397,
"cds_start": 748,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947045.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.628A>G",
"hgvs_p": "p.Ser210Gly",
"transcript": "ENST00000947044.1",
"protein_id": "ENSP00000617103.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 357,
"cds_start": 628,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947044.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Ser151Gly",
"transcript": "NM_001018009.4",
"protein_id": "NP_001018009.2",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 298,
"cds_start": 451,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001018009.4"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Ser151Gly",
"transcript": "ENST00000426925.5",
"protein_id": "ENSP00000388553.1",
"transcript_support_level": 2,
"aa_start": 151,
"aa_end": null,
"aa_length": 298,
"cds_start": 451,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426925.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.901A>G",
"hgvs_p": "p.Ser301Gly",
"transcript": "XM_017007525.2",
"protein_id": "XP_016863014.2",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 448,
"cds_start": 901,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007525.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.883A>G",
"hgvs_p": "p.Ser295Gly",
"transcript": "XM_047449240.1",
"protein_id": "XP_047305196.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 442,
"cds_start": 883,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449240.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.802A>G",
"hgvs_p": "p.Ser268Gly",
"transcript": "XM_011534251.3",
"protein_id": "XP_011532553.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 415,
"cds_start": 802,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534251.3"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Ser151Gly",
"transcript": "XM_047449244.1",
"protein_id": "XP_047305200.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 298,
"cds_start": 451,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449244.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.451A>G",
"hgvs_p": "p.Ser151Gly",
"transcript": "XM_047449245.1",
"protein_id": "XP_047305201.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 298,
"cds_start": 451,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449245.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.890-778A>G",
"hgvs_p": null,
"transcript": "ENST00000885924.1",
"protein_id": "ENSP00000555983.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885924.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.860-778A>G",
"hgvs_p": null,
"transcript": "ENST00000885927.1",
"protein_id": "ENSP00000555986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": null,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885927.1"
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.725-778A>G",
"hgvs_p": null,
"transcript": "ENST00000885928.1",
"protein_id": "ENSP00000555987.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": null,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885928.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.890-778A>G",
"hgvs_p": null,
"transcript": "XM_047449241.1",
"protein_id": "XP_047305197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449241.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "c.770-778A>G",
"hgvs_p": null,
"transcript": "XM_047449242.1",
"protein_id": "XP_047305198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": null,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "n.*50A>G",
"hgvs_p": null,
"transcript": "ENST00000412806.1",
"protein_id": "ENSP00000400128.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000412806.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5-AS1",
"gene_hgnc_id": 44501,
"hgvs_c": "n.39T>C",
"hgvs_p": null,
"transcript": "ENST00000436602.2",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000436602.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5-AS1",
"gene_hgnc_id": 44501,
"hgvs_c": "n.389T>C",
"hgvs_p": null,
"transcript": "ENST00000659956.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": "ENST00000659956.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5-AS1",
"gene_hgnc_id": 44501,
"hgvs_c": "n.603T>C",
"hgvs_p": null,
"transcript": "ENST00000668440.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": "ENST00000668440.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5-AS1",
"gene_hgnc_id": 44501,
"hgvs_c": "n.2898T>C",
"hgvs_p": null,
"transcript": "NR_046084.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": "NR_046084.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"hgvs_c": "n.*50A>G",
"hgvs_p": null,
"transcript": "ENST00000412806.1",
"protein_id": "ENSP00000400128.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000412806.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3BP5-AS1",
"gene_hgnc_id": 44501,
"hgvs_c": "n.-145T>C",
"hgvs_p": null,
"transcript": "ENST00000413977.2",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000413977.2"
}
],
"gene_symbol": "SH3BP5",
"gene_hgnc_id": 10827,
"dbsnp": "rs201659262",
"frequency_reference_population": 0.000009292575,
"hom_count_reference_population": 0,
"allele_count_reference_population": 15,
"gnomad_exomes_af": 0.00000752454,
"gnomad_genomes_af": 0.0000262626,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.038809001445770264,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.269,
"revel_prediction": "Benign",
"alphamissense_score": 0.0591,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.122,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_004844.5",
"gene_symbol": "SH3BP5",
"hgnc_id": 10827,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000420195.1",
"gene_symbol": "SH3BP5-AS1",
"hgnc_id": 44501,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.2898T>C",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}