← 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: 19-6754372-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=6754372&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 6754372,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001439225.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "NM_005490.3",
"protein_id": "NP_005481.2",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 576,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 1268,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": "ENST00000245908.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005490.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000245908.11",
"protein_id": "ENSP00000245908.5",
"transcript_support_level": 1,
"aa_start": 384,
"aa_end": null,
"aa_length": 576,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 1268,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": "NM_005490.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000245908.11"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "NM_001439225.1",
"protein_id": "NP_001426154.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 605,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 1268,
"cdna_end": null,
"cdna_length": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439225.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000892014.1",
"protein_id": "ENSP00000562073.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 605,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 1333,
"cdna_end": null,
"cdna_length": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892014.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1148C>G",
"hgvs_p": "p.Pro383Arg",
"transcript": "ENST00000892016.1",
"protein_id": "ENSP00000562075.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 604,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 1291,
"cdna_end": null,
"cdna_length": 2391,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892016.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1148C>G",
"hgvs_p": "p.Pro383Arg",
"transcript": "ENST00000892018.1",
"protein_id": "ENSP00000562077.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 604,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 1278,
"cdna_end": null,
"cdna_length": 2378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892018.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000892017.1",
"protein_id": "ENSP00000562076.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 592,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1289,
"cdna_end": null,
"cdna_length": 2350,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892017.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000917564.1",
"protein_id": "ENSP00000587623.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 583,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 1344,
"cdna_end": null,
"cdna_length": 2360,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917564.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000892013.1",
"protein_id": "ENSP00000562072.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 576,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892013.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1148C>G",
"hgvs_p": "p.Pro383Arg",
"transcript": "NM_001386585.1",
"protein_id": "NP_001373514.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 575,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 2278,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386585.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1148C>G",
"hgvs_p": "p.Pro383Arg",
"transcript": "ENST00000892015.1",
"protein_id": "ENSP00000562074.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 575,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 2318,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892015.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1148C>G",
"hgvs_p": "p.Pro383Arg",
"transcript": "ENST00000917566.1",
"protein_id": "ENSP00000587625.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 575,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1316,
"cdna_end": null,
"cdna_length": 2329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917566.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1133C>G",
"hgvs_p": "p.Pro378Arg",
"transcript": "ENST00000917563.1",
"protein_id": "ENSP00000587622.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 570,
"cds_start": 1133,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1363,
"cdna_end": null,
"cdna_length": 2376,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917563.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1148C>G",
"hgvs_p": "p.Pro383Arg",
"transcript": "NM_001386584.1",
"protein_id": "NP_001373513.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 551,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1656,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 2630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386584.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.866C>G",
"hgvs_p": "p.Pro289Arg",
"transcript": "NM_001439226.1",
"protein_id": "NP_001426155.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 510,
"cds_start": 866,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 2231,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439226.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.791C>G",
"hgvs_p": "p.Pro264Arg",
"transcript": "NM_001439227.1",
"protein_id": "NP_001426156.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 485,
"cds_start": 791,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 2008,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439227.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.785C>G",
"hgvs_p": "p.Pro262Arg",
"transcript": "NM_001439228.1",
"protein_id": "NP_001426157.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 483,
"cds_start": 785,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439228.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.785C>G",
"hgvs_p": "p.Pro262Arg",
"transcript": "ENST00000437152.7",
"protein_id": "ENSP00000393303.2",
"transcript_support_level": 2,
"aa_start": 262,
"aa_end": null,
"aa_length": 483,
"cds_start": 785,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 2013,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437152.7"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.866C>G",
"hgvs_p": "p.Pro289Arg",
"transcript": "NM_001439229.1",
"protein_id": "NP_001426158.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 481,
"cds_start": 866,
"cds_end": null,
"cds_length": 1446,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 2144,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439229.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.824C>G",
"hgvs_p": "p.Pro275Arg",
"transcript": "ENST00000948758.1",
"protein_id": "ENSP00000618817.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 467,
"cds_start": 824,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 997,
"cdna_end": null,
"cdna_length": 1980,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948758.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.791C>G",
"hgvs_p": "p.Pro264Arg",
"transcript": "NM_001386586.1",
"protein_id": "NP_001373515.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 463,
"cds_start": 791,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 1942,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386586.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.791C>G",
"hgvs_p": "p.Pro264Arg",
"transcript": "NM_001386587.1",
"protein_id": "NP_001373516.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 456,
"cds_start": 791,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386587.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.791C>G",
"hgvs_p": "p.Pro264Arg",
"transcript": "ENST00000892012.1",
"protein_id": "ENSP00000562071.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 456,
"cds_start": 791,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 988,
"cdna_end": null,
"cdna_length": 2001,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892012.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.788C>G",
"hgvs_p": "p.Pro263Arg",
"transcript": "ENST00000917565.1",
"protein_id": "ENSP00000587624.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 455,
"cds_start": 788,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 1976,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917565.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.785C>G",
"hgvs_p": "p.Pro262Arg",
"transcript": "NM_001386588.1",
"protein_id": "NP_001373517.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 454,
"cds_start": 785,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386588.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.773C>G",
"hgvs_p": "p.Pro258Arg",
"transcript": "ENST00000892019.1",
"protein_id": "ENSP00000562078.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 450,
"cds_start": 773,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 798,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892019.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.689C>G",
"hgvs_p": "p.Pro230Arg",
"transcript": "NM_001386583.1",
"protein_id": "NP_001373512.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 422,
"cds_start": 689,
"cds_end": null,
"cds_length": 1269,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386583.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Pro142Arg",
"transcript": "NM_001439230.1",
"protein_id": "NP_001426159.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 363,
"cds_start": 425,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 1658,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439230.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Pro169Arg",
"transcript": "NM_001439231.1",
"protein_id": "NP_001426160.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 361,
"cds_start": 506,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439231.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.329C>G",
"hgvs_p": "p.Pro110Arg",
"transcript": "NM_001386589.1",
"protein_id": "NP_001373518.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 302,
"cds_start": 329,
"cds_end": null,
"cds_length": 909,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 1434,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386589.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.866C>G",
"hgvs_p": "p.Pro289Arg",
"transcript": "XM_011527608.3",
"protein_id": "XP_011525910.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 510,
"cds_start": 866,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 1698,
"cdna_end": null,
"cdna_length": 2798,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527608.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1174C>G",
"hgvs_p": "p.Arg392Gly",
"transcript": "XM_017026123.2",
"protein_id": "XP_016881612.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 399,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1291,
"cdna_end": null,
"cdna_length": 1406,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017026123.2"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.613-209C>G",
"hgvs_p": null,
"transcript": "ENST00000917567.1",
"protein_id": "ENSP00000587626.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": null,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917567.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "n.1458C>G",
"hgvs_p": null,
"transcript": "ENST00000595681.5",
"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": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000595681.5"
},
{
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "n.443+328C>G",
"hgvs_p": null,
"transcript": "ENST00000597168.1",
"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": 512,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000597168.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.*244C>G",
"hgvs_p": null,
"transcript": "ENST00000597687.1",
"protein_id": "ENSP00000470700.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 237,
"cds_start": null,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 859,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000597687.1"
}
],
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"dbsnp": "rs767860753",
"frequency_reference_population": 7.1182484e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.11825e-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.25253042578697205,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.103,
"revel_prediction": "Benign",
"alphamissense_score": 0.1163,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.638,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001439225.1",
"gene_symbol": "SH2D3A",
"hgnc_id": 16885,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}