← 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: 4-8212769-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=8212769&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 8212769,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018986.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "NM_018986.5",
"protein_id": "NP_061859.4",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1336,
"cds_start": 316,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000245105.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018986.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "ENST00000245105.8",
"protein_id": "ENSP00000245105.3",
"transcript_support_level": 2,
"aa_start": 106,
"aa_end": null,
"aa_length": 1336,
"cds_start": 316,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018986.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000245105.8"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.241C>T",
"hgvs_p": null,
"transcript": "ENST00000502669.5",
"protein_id": "ENSP00000425970.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": "ENST00000502669.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "ENST00000457650.7",
"protein_id": "ENSP00000390311.3",
"transcript_support_level": 5,
"aa_start": 106,
"aa_end": null,
"aa_length": 1336,
"cds_start": 316,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457650.7"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "ENST00000874439.1",
"protein_id": "ENSP00000544498.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1336,
"cds_start": 316,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874439.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "NM_001410712.1",
"protein_id": "NP_001397641.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1309,
"cds_start": 316,
"cds_end": null,
"cds_length": 3930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410712.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "ENST00000684698.1",
"protein_id": "ENSP00000506945.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1309,
"cds_start": 316,
"cds_end": null,
"cds_length": 3930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684698.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Leu30Phe",
"transcript": "NM_001318480.2",
"protein_id": "NP_001305409.2",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 1260,
"cds_start": 88,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318480.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Leu30Phe",
"transcript": "ENST00000508641.2",
"protein_id": "ENSP00000426035.2",
"transcript_support_level": 4,
"aa_start": 30,
"aa_end": null,
"aa_length": 1260,
"cds_start": 88,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508641.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "XM_011513488.1",
"protein_id": "XP_011511790.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1336,
"cds_start": 316,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513488.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "XM_017008300.3",
"protein_id": "XP_016863789.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1336,
"cds_start": 316,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008300.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "XM_047415791.1",
"protein_id": "XP_047271747.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1336,
"cds_start": 316,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415791.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe",
"transcript": "XM_047415792.1",
"protein_id": "XP_047271748.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 1309,
"cds_start": 316,
"cds_end": null,
"cds_length": 3930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415792.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Leu30Phe",
"transcript": "XM_047415790.1",
"protein_id": "XP_047271746.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 1260,
"cds_start": 88,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415790.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Leu30Phe",
"transcript": "XM_024454094.2",
"protein_id": "XP_024309862.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 1233,
"cds_start": 88,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454094.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Leu30Phe",
"transcript": "XM_047415794.1",
"protein_id": "XP_047271750.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 1062,
"cds_start": 88,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415794.1"
},
{
"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": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.408C>T",
"hgvs_p": null,
"transcript": "ENST00000503284.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000503284.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.241C>T",
"hgvs_p": null,
"transcript": "ENST00000504223.1",
"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": "ENST00000504223.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.530C>T",
"hgvs_p": null,
"transcript": "ENST00000506360.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000506360.5"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.316C>T",
"hgvs_p": null,
"transcript": "ENST00000507891.2",
"protein_id": "ENSP00000427316.2",
"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": "ENST00000507891.2"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.483C>T",
"hgvs_p": null,
"transcript": "ENST00000510763.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000510763.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.228C>T",
"hgvs_p": null,
"transcript": "ENST00000512100.5",
"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": "ENST00000512100.5"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000515682.5",
"protein_id": "ENSP00000425079.1",
"transcript_support_level": 2,
"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": "ENST00000515682.5"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.316C>T",
"hgvs_p": null,
"transcript": "ENST00000682056.1",
"protein_id": "ENSP00000507811.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": "ENST00000682056.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.316C>T",
"hgvs_p": null,
"transcript": "ENST00000682862.1",
"protein_id": "ENSP00000507502.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": "ENST00000682862.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.316C>T",
"hgvs_p": null,
"transcript": "ENST00000684537.1",
"protein_id": "ENSP00000507344.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": "ENST00000684537.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "NR_134639.2",
"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_134639.2"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.260C>T",
"hgvs_p": null,
"transcript": "XR_007057930.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": "XR_007057930.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.260C>T",
"hgvs_p": null,
"transcript": "XR_007057931.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": "XR_007057931.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.260C>T",
"hgvs_p": null,
"transcript": "XR_007057932.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": "XR_007057932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000515682.5",
"protein_id": "ENSP00000425079.1",
"transcript_support_level": 2,
"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": "ENST00000515682.5"
}
],
"gene_symbol": "SH3TC1",
"gene_hgnc_id": 26009,
"dbsnp": "rs374037428",
"frequency_reference_population": 0.000019852101,
"hom_count_reference_population": 0,
"allele_count_reference_population": 32,
"gnomad_exomes_af": 0.00000959108,
"gnomad_genomes_af": 0.000118242,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 18,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14981955289840698,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.4,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4025,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.46,
"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_018986.5",
"gene_symbol": "SH3TC1",
"hgnc_id": 26009,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.316C>T",
"hgvs_p": "p.Leu106Phe"
}
],
"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
}