← 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: 5-139042705-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=139042705&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 139042705,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_022464.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "NM_022464.5",
"protein_id": "NP_071909.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000394817.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022464.5"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000394817.7",
"protein_id": "ENSP00000378294.2",
"transcript_support_level": 1,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022464.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394817.7"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868003.1",
"protein_id": "ENSP00000538062.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 505,
"cds_start": 368,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868003.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.365C>T",
"hgvs_p": "p.Thr122Ile",
"transcript": "ENST00000868009.1",
"protein_id": "ENSP00000538068.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 504,
"cds_start": 365,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868009.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Pro128Ser",
"transcript": "ENST00000868008.1",
"protein_id": "ENSP00000538067.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 472,
"cds_start": 382,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868008.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.389C>T",
"hgvs_p": "p.Thr130Ile",
"transcript": "ENST00000509534.5",
"protein_id": "ENSP00000426858.1",
"transcript_support_level": 5,
"aa_start": 130,
"aa_end": null,
"aa_length": 468,
"cds_start": 389,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509534.5"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "NM_001037633.2",
"protein_id": "NP_001032722.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001037633.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000265195.9",
"protein_id": "ENSP00000265195.5",
"transcript_support_level": 5,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265195.9"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868002.1",
"protein_id": "ENSP00000538061.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868002.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868004.1",
"protein_id": "ENSP00000538063.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868004.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868005.1",
"protein_id": "ENSP00000538064.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868005.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868006.1",
"protein_id": "ENSP00000538065.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868006.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868007.1",
"protein_id": "ENSP00000538066.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868007.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868010.1",
"protein_id": "ENSP00000538069.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868010.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000868011.1",
"protein_id": "ENSP00000538070.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868011.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948133.1",
"protein_id": "ENSP00000618192.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948133.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948134.1",
"protein_id": "ENSP00000618193.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948134.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948135.1",
"protein_id": "ENSP00000618194.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948135.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948136.1",
"protein_id": "ENSP00000618195.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948136.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948137.1",
"protein_id": "ENSP00000618196.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948137.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948140.1",
"protein_id": "ENSP00000618199.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948140.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948143.1",
"protein_id": "ENSP00000618202.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948143.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948148.1",
"protein_id": "ENSP00000618207.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948148.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948149.1",
"protein_id": "ENSP00000618208.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948149.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.365C>T",
"hgvs_p": "p.Thr122Ile",
"transcript": "ENST00000868000.1",
"protein_id": "ENSP00000538059.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 460,
"cds_start": 365,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868000.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.365C>T",
"hgvs_p": "p.Thr122Ile",
"transcript": "ENST00000868001.1",
"protein_id": "ENSP00000538060.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 460,
"cds_start": 365,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868001.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.365C>T",
"hgvs_p": "p.Thr122Ile",
"transcript": "ENST00000948142.1",
"protein_id": "ENSP00000618201.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 460,
"cds_start": 365,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948142.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.365C>T",
"hgvs_p": "p.Thr122Ile",
"transcript": "ENST00000948145.1",
"protein_id": "ENSP00000618204.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 460,
"cds_start": 365,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948145.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948144.1",
"protein_id": "ENSP00000618203.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 456,
"cds_start": 368,
"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": "ENST00000948144.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948141.1",
"protein_id": "ENSP00000618200.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 441,
"cds_start": 368,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948141.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000948139.1",
"protein_id": "ENSP00000618198.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 333,
"cds_start": 368,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948139.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000508639.5",
"protein_id": "ENSP00000427371.1",
"transcript_support_level": 3,
"aa_start": 123,
"aa_end": null,
"aa_length": 162,
"cds_start": 368,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508639.5"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.398C>T",
"hgvs_p": "p.Thr133Ile",
"transcript": "XM_011543570.3",
"protein_id": "XP_011541872.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 471,
"cds_start": 398,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543570.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.398C>T",
"hgvs_p": "p.Thr133Ile",
"transcript": "XM_047417496.1",
"protein_id": "XP_047273452.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 471,
"cds_start": 398,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417496.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "XM_047417498.1",
"protein_id": "XP_047273454.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 461,
"cds_start": 368,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417498.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile",
"transcript": "ENST00000513453.5",
"protein_id": "ENSP00000424014.1",
"transcript_support_level": 5,
"aa_start": 123,
"aa_end": null,
"aa_length": 122,
"cds_start": 368,
"cds_end": null,
"cds_length": 370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513453.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.353+8233C>T",
"hgvs_p": null,
"transcript": "ENST00000948138.1",
"protein_id": "ENSP00000618197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948138.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "n.195C>T",
"hgvs_p": null,
"transcript": "ENST00000503732.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": "pseudogene",
"feature": "ENST00000503732.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000249593",
"gene_hgnc_id": null,
"hgvs_c": "n.529+8263G>A",
"hgvs_p": null,
"transcript": "ENST00000512875.2",
"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": "ENST00000512875.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"hgvs_c": "c.-23C>T",
"hgvs_p": null,
"transcript": "ENST00000505945.1",
"protein_id": "ENSP00000425136.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 82,
"cds_start": null,
"cds_end": null,
"cds_length": 250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505945.1"
}
],
"gene_symbol": "SIL1",
"gene_hgnc_id": 24624,
"dbsnp": "rs115800498",
"frequency_reference_population": 0.0070537548,
"hom_count_reference_population": 65,
"allele_count_reference_population": 11385,
"gnomad_exomes_af": 0.00729655,
"gnomad_genomes_af": 0.00472256,
"gnomad_exomes_ac": 10666,
"gnomad_genomes_ac": 719,
"gnomad_exomes_homalt": 60,
"gnomad_genomes_homalt": 5,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.007673859596252441,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.251,
"revel_prediction": "Benign",
"alphamissense_score": 0.1619,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.608,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_022464.5",
"gene_symbol": "SIL1",
"hgnc_id": 24624,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.368C>T",
"hgvs_p": "p.Thr123Ile"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000512875.2",
"gene_symbol": "ENSG00000249593",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.529+8263G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Marinesco-Sjögren syndrome,SIL1-related disorder,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4 B:3",
"phenotype_combined": "not specified|not provided|Marinesco-Sjögren syndrome|SIL1-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}