← 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-6753467-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=6753467&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 6753467,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001439225.1",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1559A>C",
"hgvs_p": "p.Gln520Pro",
"transcript": "NM_005490.3",
"protein_id": "NP_005481.2",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 576,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000245908.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005490.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": true,
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1559A>C",
"hgvs_p": "p.Gln520Pro",
"transcript": "ENST00000245908.11",
"protein_id": "ENSP00000245908.5",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 576,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005490.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000245908.11"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Gln549Pro",
"transcript": "NM_001439225.1",
"protein_id": "NP_001426154.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 605,
"cds_start": 1646,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439225.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Gln549Pro",
"transcript": "ENST00000892014.1",
"protein_id": "ENSP00000562073.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 605,
"cds_start": 1646,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892014.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1643A>C",
"hgvs_p": "p.Gln548Pro",
"transcript": "ENST00000892016.1",
"protein_id": "ENSP00000562075.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 604,
"cds_start": 1643,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892016.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1643A>C",
"hgvs_p": "p.Gln548Pro",
"transcript": "ENST00000892018.1",
"protein_id": "ENSP00000562077.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 604,
"cds_start": 1643,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892018.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1559A>C",
"hgvs_p": "p.Gln520Pro",
"transcript": "ENST00000892017.1",
"protein_id": "ENSP00000562076.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 592,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892017.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1559A>C",
"hgvs_p": "p.Gln520Pro",
"transcript": "ENST00000917564.1",
"protein_id": "ENSP00000587623.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 583,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917564.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1559A>C",
"hgvs_p": "p.Gln520Pro",
"transcript": "ENST00000892013.1",
"protein_id": "ENSP00000562072.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 576,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892013.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1556A>C",
"hgvs_p": "p.Gln519Pro",
"transcript": "NM_001386585.1",
"protein_id": "NP_001373514.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 575,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386585.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1556A>C",
"hgvs_p": "p.Gln519Pro",
"transcript": "ENST00000892015.1",
"protein_id": "ENSP00000562074.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 575,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892015.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1556A>C",
"hgvs_p": "p.Gln519Pro",
"transcript": "ENST00000917566.1",
"protein_id": "ENSP00000587625.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 575,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917566.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1541A>C",
"hgvs_p": "p.Gln514Pro",
"transcript": "ENST00000917563.1",
"protein_id": "ENSP00000587622.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 570,
"cds_start": 1541,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917563.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1556A>C",
"hgvs_p": "p.Gln519Pro",
"transcript": "NM_001386584.1",
"protein_id": "NP_001373513.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 551,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386584.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1361A>C",
"hgvs_p": "p.Gln454Pro",
"transcript": "NM_001439226.1",
"protein_id": "NP_001426155.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 510,
"cds_start": 1361,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439226.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1286A>C",
"hgvs_p": "p.Gln429Pro",
"transcript": "NM_001439227.1",
"protein_id": "NP_001426156.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 485,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439227.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1280A>C",
"hgvs_p": "p.Gln427Pro",
"transcript": "NM_001439228.1",
"protein_id": "NP_001426157.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 483,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439228.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1280A>C",
"hgvs_p": "p.Gln427Pro",
"transcript": "ENST00000437152.7",
"protein_id": "ENSP00000393303.2",
"transcript_support_level": 2,
"aa_start": 427,
"aa_end": null,
"aa_length": 483,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437152.7"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1274A>C",
"hgvs_p": "p.Gln425Pro",
"transcript": "NM_001439229.1",
"protein_id": "NP_001426158.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 481,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439229.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1232A>C",
"hgvs_p": "p.Gln411Pro",
"transcript": "ENST00000948758.1",
"protein_id": "ENSP00000618817.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 467,
"cds_start": 1232,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948758.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1199A>C",
"hgvs_p": "p.Gln400Pro",
"transcript": "NM_001386586.1",
"protein_id": "NP_001373515.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 463,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386586.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1199A>C",
"hgvs_p": "p.Gln400Pro",
"transcript": "NM_001386587.1",
"protein_id": "NP_001373516.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 456,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386587.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1199A>C",
"hgvs_p": "p.Gln400Pro",
"transcript": "ENST00000892012.1",
"protein_id": "ENSP00000562071.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 456,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892012.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1196A>C",
"hgvs_p": "p.Gln399Pro",
"transcript": "ENST00000917565.1",
"protein_id": "ENSP00000587624.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 455,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917565.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1193A>C",
"hgvs_p": "p.Gln398Pro",
"transcript": "NM_001386588.1",
"protein_id": "NP_001373517.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 454,
"cds_start": 1193,
"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": "NM_001386588.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1181A>C",
"hgvs_p": "p.Gln394Pro",
"transcript": "ENST00000892019.1",
"protein_id": "ENSP00000562078.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 450,
"cds_start": 1181,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892019.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1097A>C",
"hgvs_p": "p.Gln366Pro",
"transcript": "NM_001386583.1",
"protein_id": "NP_001373512.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 422,
"cds_start": 1097,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386583.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.920A>C",
"hgvs_p": "p.Gln307Pro",
"transcript": "NM_001439230.1",
"protein_id": "NP_001426159.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 363,
"cds_start": 920,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439230.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.914A>C",
"hgvs_p": "p.Gln305Pro",
"transcript": "NM_001439231.1",
"protein_id": "NP_001426160.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 361,
"cds_start": 914,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439231.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.899A>C",
"hgvs_p": "p.Gln300Pro",
"transcript": "ENST00000917567.1",
"protein_id": "ENSP00000587626.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 356,
"cds_start": 899,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917567.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.737A>C",
"hgvs_p": "p.Gln246Pro",
"transcript": "NM_001386589.1",
"protein_id": "NP_001373518.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 302,
"cds_start": 737,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386589.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1361A>C",
"hgvs_p": "p.Gln454Pro",
"transcript": "XM_011527608.3",
"protein_id": "XP_011525910.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 510,
"cds_start": 1361,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527608.3"
},
{
"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+1233A>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000597168.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "n.*116A>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000595681.5"
}
],
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"dbsnp": "rs1568260899",
"frequency_reference_population": 0.000005284169,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000220298,
"gnomad_genomes_af": 0.0000328597,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07306960225105286,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.067,
"revel_prediction": "Benign",
"alphamissense_score": 0.1769,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.463,
"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": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001439225.1",
"gene_symbol": "SH2D3A",
"hgnc_id": 16885,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Gln549Pro"
}
],
"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
}