← 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-85436544-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=85436544&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 85436544,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001394463.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.970C>A",
"hgvs_p": "p.Arg324Arg",
"transcript": "NM_001394463.1",
"protein_id": "NP_001381392.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 335,
"cds_start": 970,
"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": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.970C>A",
"hgvs_p": "p.Arg324Arg",
"transcript": "ENST00000469800.7",
"protein_id": "ENSP00000510308.1",
"transcript_support_level": 3,
"aa_start": 324,
"aa_end": null,
"aa_length": 335,
"cds_start": 970,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.651C>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": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*420C>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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*343C>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": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*420C>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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*343C>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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.1048C>A",
"hgvs_p": "p.Arg350Arg",
"transcript": "ENST00000651736.1",
"protein_id": "ENSP00000498488.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 361,
"cds_start": 1048,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.967C>A",
"hgvs_p": "p.Arg323Arg",
"transcript": "ENST00000965156.1",
"protein_id": "ENSP00000635215.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 334,
"cds_start": 967,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1000C>A",
"hgvs_p": "p.Arg334Arg",
"transcript": "XM_017003835.2",
"protein_id": "XP_016859324.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 345,
"cds_start": 1000,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1000C>A",
"hgvs_p": "p.Arg334Arg",
"transcript": "XM_017003837.2",
"protein_id": "XP_016859326.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 345,
"cds_start": 1000,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1000C>A",
"hgvs_p": "p.Arg334Arg",
"transcript": "XM_017003839.1",
"protein_id": "XP_016859328.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 345,
"cds_start": 1000,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.1000C>A",
"hgvs_p": "p.Arg334Arg",
"transcript": "XM_047443969.1",
"protein_id": "XP_047299925.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 345,
"cds_start": 1000,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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": "c.997C>A",
"hgvs_p": "p.Arg333Arg",
"transcript": "XM_017003840.2",
"protein_id": "XP_016859329.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 344,
"cds_start": 997,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.970C>A",
"hgvs_p": "p.Arg324Arg",
"transcript": "XM_017003842.2",
"protein_id": "XP_016859331.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 335,
"cds_start": 970,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.967C>A",
"hgvs_p": "p.Arg323Arg",
"transcript": "XM_011532783.1",
"protein_id": "XP_011531085.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 334,
"cds_start": 967,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.946C>A",
"hgvs_p": "p.Arg316Arg",
"transcript": "XM_017003843.2",
"protein_id": "XP_016859332.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 327,
"cds_start": 946,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.946C>A",
"hgvs_p": "p.Arg316Arg",
"transcript": "XM_017003844.2",
"protein_id": "XP_016859333.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 327,
"cds_start": 946,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.946C>A",
"hgvs_p": "p.Arg316Arg",
"transcript": "XM_017003845.2",
"protein_id": "XP_016859334.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 327,
"cds_start": 946,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.916C>A",
"hgvs_p": "p.Arg306Arg",
"transcript": "XM_017003846.2",
"protein_id": "XP_016859335.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 317,
"cds_start": 916,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.916C>A",
"hgvs_p": "p.Arg306Arg",
"transcript": "XM_017003847.2",
"protein_id": "XP_016859336.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 317,
"cds_start": 916,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.913C>A",
"hgvs_p": "p.Arg305Arg",
"transcript": "XM_017003848.2",
"protein_id": "XP_016859337.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 316,
"cds_start": 913,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.901C>A",
"hgvs_p": "p.Arg301Arg",
"transcript": "XM_017003849.2",
"protein_id": "XP_016859338.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 312,
"cds_start": 901,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.892C>A",
"hgvs_p": "p.Arg298Arg",
"transcript": "XM_017003850.2",
"protein_id": "XP_016859339.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 309,
"cds_start": 892,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.709C>A",
"hgvs_p": "p.Arg237Arg",
"transcript": "XM_017003851.2",
"protein_id": "XP_016859340.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 248,
"cds_start": 709,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.478C>A",
"hgvs_p": "p.Arg160Arg",
"transcript": "XM_017003860.2",
"protein_id": "XP_016859349.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 171,
"cds_start": 478,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.922-293C>A",
"hgvs_p": null,
"transcript": "XM_047443971.1",
"protein_id": "XP_047299927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*351C>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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*495C>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.2674C>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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*306C>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": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.1708C>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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*351C>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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*495C>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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "n.*306C>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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"hgvs_c": "c.*316C>A",
"hgvs_p": null,
"transcript": "XM_017003841.2",
"protein_id": "XP_016859330.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"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"
}
],
"gene_symbol": "SH2D6",
"gene_hgnc_id": 30439,
"dbsnp": "rs371306464",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5299999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.378,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001394463.1",
"gene_symbol": "SH2D6",
"hgnc_id": 30439,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.970C>A",
"hgvs_p": "p.Arg324Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}