← 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: 2-85435714-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=85435714&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 85435714,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001394463.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.781C>A",
"hgvs_p": "p.Pro261Thr",
"transcript": "NM_001394463.1",
"protein_id": "NP_001381392.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 335,
"cds_start": 781,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000469800.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394463.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.781C>A",
"hgvs_p": "p.Pro261Thr",
"transcript": "ENST00000469800.7",
"protein_id": "ENSP00000510308.1",
"transcript_support_level": 3,
"aa_start": 261,
"aa_end": null,
"aa_length": 335,
"cds_start": 781,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001394463.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000469800.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.462C>A",
"hgvs_p": null,
"transcript": "ENST00000340326.2",
"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": "retained_intron",
"feature": "ENST00000340326.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*231C>A",
"hgvs_p": null,
"transcript": "ENST00000389938.7",
"protein_id": "ENSP00000374588.3",
"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": "nonsense_mediated_decay",
"feature": "ENST00000389938.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*162C>A",
"hgvs_p": null,
"transcript": "ENST00000481426.6",
"protein_id": "ENSP00000498555.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000481426.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*231C>A",
"hgvs_p": null,
"transcript": "ENST00000389938.7",
"protein_id": "ENSP00000374588.3",
"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": "nonsense_mediated_decay",
"feature": "ENST00000389938.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*162C>A",
"hgvs_p": null,
"transcript": "ENST00000481426.6",
"protein_id": "ENSP00000498555.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000481426.6"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.859C>A",
"hgvs_p": "p.Pro287Thr",
"transcript": "ENST00000651736.1",
"protein_id": "ENSP00000498488.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 361,
"cds_start": 859,
"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": "ENST00000651736.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.778C>A",
"hgvs_p": "p.Pro260Thr",
"transcript": "ENST00000965156.1",
"protein_id": "ENSP00000635215.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 334,
"cds_start": 778,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965156.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.811C>A",
"hgvs_p": "p.Pro271Thr",
"transcript": "XM_017003835.2",
"protein_id": "XP_016859324.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 345,
"cds_start": 811,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003835.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.811C>A",
"hgvs_p": "p.Pro271Thr",
"transcript": "XM_017003837.2",
"protein_id": "XP_016859326.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 345,
"cds_start": 811,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003837.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.811C>A",
"hgvs_p": "p.Pro271Thr",
"transcript": "XM_017003839.1",
"protein_id": "XP_016859328.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 345,
"cds_start": 811,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003839.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.811C>A",
"hgvs_p": "p.Pro271Thr",
"transcript": "XM_047443969.1",
"protein_id": "XP_047299925.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 345,
"cds_start": 811,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443969.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.808C>A",
"hgvs_p": "p.Pro270Thr",
"transcript": "XM_017003840.2",
"protein_id": "XP_016859329.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 344,
"cds_start": 808,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003840.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.811C>A",
"hgvs_p": "p.Pro271Thr",
"transcript": "XM_017003841.2",
"protein_id": "XP_016859330.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 342,
"cds_start": 811,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003841.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.781C>A",
"hgvs_p": "p.Pro261Thr",
"transcript": "XM_017003842.2",
"protein_id": "XP_016859331.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 335,
"cds_start": 781,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003842.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.778C>A",
"hgvs_p": "p.Pro260Thr",
"transcript": "XM_011532783.1",
"protein_id": "XP_011531085.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 334,
"cds_start": 778,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532783.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.757C>A",
"hgvs_p": "p.Pro253Thr",
"transcript": "XM_017003843.2",
"protein_id": "XP_016859332.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 327,
"cds_start": 757,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003843.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.757C>A",
"hgvs_p": "p.Pro253Thr",
"transcript": "XM_017003844.2",
"protein_id": "XP_016859333.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 327,
"cds_start": 757,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003844.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.757C>A",
"hgvs_p": "p.Pro253Thr",
"transcript": "XM_017003845.2",
"protein_id": "XP_016859334.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 327,
"cds_start": 757,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003845.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.811C>A",
"hgvs_p": "p.Pro271Thr",
"transcript": "XM_047443971.1",
"protein_id": "XP_047299927.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 319,
"cds_start": 811,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443971.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.727C>A",
"hgvs_p": "p.Pro243Thr",
"transcript": "XM_017003846.2",
"protein_id": "XP_016859335.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 317,
"cds_start": 727,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003846.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.727C>A",
"hgvs_p": "p.Pro243Thr",
"transcript": "XM_017003847.2",
"protein_id": "XP_016859336.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 317,
"cds_start": 727,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003847.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.724C>A",
"hgvs_p": "p.Pro242Thr",
"transcript": "XM_017003848.2",
"protein_id": "XP_016859337.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 316,
"cds_start": 724,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003848.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.712C>A",
"hgvs_p": "p.Pro238Thr",
"transcript": "XM_017003849.2",
"protein_id": "XP_016859338.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 312,
"cds_start": 712,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003849.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.703C>A",
"hgvs_p": "p.Pro235Thr",
"transcript": "XM_017003850.2",
"protein_id": "XP_016859339.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 309,
"cds_start": 703,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003850.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.520C>A",
"hgvs_p": "p.Pro174Thr",
"transcript": "XM_017003851.2",
"protein_id": "XP_016859340.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 248,
"cds_start": 520,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003851.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.289C>A",
"hgvs_p": "p.Pro97Thr",
"transcript": "XM_017003860.2",
"protein_id": "XP_016859349.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 171,
"cds_start": 289,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003860.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*162C>A",
"hgvs_p": null,
"transcript": "ENST00000477170.5",
"protein_id": "ENSP00000498541.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": "ENST00000477170.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*306C>A",
"hgvs_p": null,
"transcript": "ENST00000481395.7",
"protein_id": "ENSP00000498489.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": "ENST00000481395.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.1844C>A",
"hgvs_p": null,
"transcript": "ENST00000488219.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000488219.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*117C>A",
"hgvs_p": null,
"transcript": "ENST00000651962.1",
"protein_id": "ENSP00000499055.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651962.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.1519C>A",
"hgvs_p": null,
"transcript": "NR_172131.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_172131.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*162C>A",
"hgvs_p": null,
"transcript": "ENST00000477170.5",
"protein_id": "ENSP00000498541.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": "ENST00000477170.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*306C>A",
"hgvs_p": null,
"transcript": "ENST00000481395.7",
"protein_id": "ENSP00000498489.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": "ENST00000481395.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*117C>A",
"hgvs_p": null,
"transcript": "ENST00000651962.1",
"protein_id": "ENSP00000499055.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651962.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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.*78C>A",
"hgvs_p": null,
"transcript": "XM_017003857.2",
"protein_id": "XP_016859346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 206,
"cds_start": null,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003857.2"
}
],
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"dbsnp": "rs1194498869",
"frequency_reference_population": 6.8445706e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84457e-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.9126397371292114,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.635,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6348,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.524,
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394463.1",
"gene_symbol": "SH2D6",
"hgnc_id": 30439,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.781C>A",
"hgvs_p": "p.Pro261Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}