← 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-6752702-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=6752702&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 6752702,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001439225.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1622G>T",
"hgvs_p": "p.Arg541Leu",
"transcript": "NM_005490.3",
"protein_id": "NP_005481.2",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 576,
"cds_start": 1622,
"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": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1622G>T",
"hgvs_p": "p.Arg541Leu",
"transcript": "ENST00000245908.11",
"protein_id": "ENSP00000245908.5",
"transcript_support_level": 1,
"aa_start": 541,
"aa_end": null,
"aa_length": 576,
"cds_start": 1622,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1709G>T",
"hgvs_p": "p.Arg570Leu",
"transcript": "NM_001439225.1",
"protein_id": "NP_001426154.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 605,
"cds_start": 1709,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1709G>T",
"hgvs_p": "p.Arg570Leu",
"transcript": "ENST00000892014.1",
"protein_id": "ENSP00000562073.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 605,
"cds_start": 1709,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1706G>T",
"hgvs_p": "p.Arg569Leu",
"transcript": "ENST00000892016.1",
"protein_id": "ENSP00000562075.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 604,
"cds_start": 1706,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1706G>T",
"hgvs_p": "p.Arg569Leu",
"transcript": "ENST00000892018.1",
"protein_id": "ENSP00000562077.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 604,
"cds_start": 1706,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1670G>T",
"hgvs_p": "p.Arg557Leu",
"transcript": "ENST00000892017.1",
"protein_id": "ENSP00000562076.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 592,
"cds_start": 1670,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1643G>T",
"hgvs_p": "p.Arg548Leu",
"transcript": "ENST00000917564.1",
"protein_id": "ENSP00000587623.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 583,
"cds_start": 1643,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1622G>T",
"hgvs_p": "p.Arg541Leu",
"transcript": "ENST00000892013.1",
"protein_id": "ENSP00000562072.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 576,
"cds_start": 1622,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1619G>T",
"hgvs_p": "p.Arg540Leu",
"transcript": "NM_001386585.1",
"protein_id": "NP_001373514.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 575,
"cds_start": 1619,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1619G>T",
"hgvs_p": "p.Arg540Leu",
"transcript": "ENST00000892015.1",
"protein_id": "ENSP00000562074.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 575,
"cds_start": 1619,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1619G>T",
"hgvs_p": "p.Arg540Leu",
"transcript": "ENST00000917566.1",
"protein_id": "ENSP00000587625.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 575,
"cds_start": 1619,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1604G>T",
"hgvs_p": "p.Arg535Leu",
"transcript": "ENST00000917563.1",
"protein_id": "ENSP00000587622.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 570,
"cds_start": 1604,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1424G>T",
"hgvs_p": "p.Arg475Leu",
"transcript": "NM_001439226.1",
"protein_id": "NP_001426155.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 510,
"cds_start": 1424,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1349G>T",
"hgvs_p": "p.Arg450Leu",
"transcript": "NM_001439227.1",
"protein_id": "NP_001426156.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 485,
"cds_start": 1349,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1343G>T",
"hgvs_p": "p.Arg448Leu",
"transcript": "NM_001439228.1",
"protein_id": "NP_001426157.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 483,
"cds_start": 1343,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1343G>T",
"hgvs_p": "p.Arg448Leu",
"transcript": "ENST00000437152.7",
"protein_id": "ENSP00000393303.2",
"transcript_support_level": 2,
"aa_start": 448,
"aa_end": null,
"aa_length": 483,
"cds_start": 1343,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1337G>T",
"hgvs_p": "p.Arg446Leu",
"transcript": "NM_001439229.1",
"protein_id": "NP_001426158.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 481,
"cds_start": 1337,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1295G>T",
"hgvs_p": "p.Arg432Leu",
"transcript": "ENST00000948758.1",
"protein_id": "ENSP00000618817.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 467,
"cds_start": 1295,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1283G>T",
"hgvs_p": "p.Arg428Leu",
"transcript": "NM_001386586.1",
"protein_id": "NP_001373515.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 463,
"cds_start": 1283,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1262G>T",
"hgvs_p": "p.Arg421Leu",
"transcript": "NM_001386587.1",
"protein_id": "NP_001373516.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 456,
"cds_start": 1262,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1262G>T",
"hgvs_p": "p.Arg421Leu",
"transcript": "ENST00000892012.1",
"protein_id": "ENSP00000562071.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 456,
"cds_start": 1262,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1259G>T",
"hgvs_p": "p.Arg420Leu",
"transcript": "ENST00000917565.1",
"protein_id": "ENSP00000587624.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 455,
"cds_start": 1259,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "NM_001386588.1",
"protein_id": "NP_001373517.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 454,
"cds_start": 1256,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1244G>T",
"hgvs_p": "p.Arg415Leu",
"transcript": "ENST00000892019.1",
"protein_id": "ENSP00000562078.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 450,
"cds_start": 1244,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1160G>T",
"hgvs_p": "p.Arg387Leu",
"transcript": "NM_001386583.1",
"protein_id": "NP_001373512.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 422,
"cds_start": 1160,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.983G>T",
"hgvs_p": "p.Arg328Leu",
"transcript": "NM_001439230.1",
"protein_id": "NP_001426159.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 363,
"cds_start": 983,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.977G>T",
"hgvs_p": "p.Arg326Leu",
"transcript": "NM_001439231.1",
"protein_id": "NP_001426160.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 361,
"cds_start": 977,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.962G>T",
"hgvs_p": "p.Arg321Leu",
"transcript": "ENST00000917567.1",
"protein_id": "ENSP00000587626.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 356,
"cds_start": 962,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.800G>T",
"hgvs_p": "p.Arg267Leu",
"transcript": "NM_001386589.1",
"protein_id": "NP_001373518.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 302,
"cds_start": 800,
"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": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.1424G>T",
"hgvs_p": "p.Arg475Leu",
"transcript": "XM_011527608.3",
"protein_id": "XP_011525910.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 510,
"cds_start": 1424,
"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": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"hgvs_c": "c.*315G>T",
"hgvs_p": null,
"transcript": "NM_001386584.1",
"protein_id": "NP_001373513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 551,
"cds_start": null,
"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": 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.444-474G>T",
"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"
}
],
"gene_symbol": "SH2D3A",
"gene_hgnc_id": 16885,
"dbsnp": "rs1969385379",
"frequency_reference_population": 7.143061e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.14306e-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.1391219198703766,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.085,
"revel_prediction": "Benign",
"alphamissense_score": 0.1547,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.269,
"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.1709G>T",
"hgvs_p": "p.Arg570Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}