← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 19-51416923-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=51416923&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 51416923,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_033130.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "NM_033130.5",
"protein_id": "NP_149121.2",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 697,
"cds_start": 449,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000339313.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033130.5"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "ENST00000339313.10",
"protein_id": "ENSP00000345243.4",
"transcript_support_level": 1,
"aa_start": 150,
"aa_end": null,
"aa_length": 697,
"cds_start": 449,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_033130.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339313.10"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "ENST00000353836.9",
"protein_id": "ENSP00000342389.5",
"transcript_support_level": 1,
"aa_start": 150,
"aa_end": null,
"aa_length": 602,
"cds_start": 449,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000353836.9"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-147T>C",
"hgvs_p": null,
"transcript": "ENST00000439889.6",
"protein_id": "ENSP00000389132.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439889.6"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-147T>C",
"hgvs_p": null,
"transcript": "ENST00000441969.7",
"protein_id": "ENSP00000408387.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 544,
"cds_start": null,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441969.7"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "ENST00000961807.1",
"protein_id": "ENSP00000631866.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 607,
"cds_start": 449,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961807.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "NM_001171157.2",
"protein_id": "NP_001164628.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 602,
"cds_start": 449,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171157.2"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "NM_001322105.2",
"protein_id": "NP_001309034.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 512,
"cds_start": 449,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322105.2"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "ENST00000525998.5",
"protein_id": "ENSP00000431444.1",
"transcript_support_level": 2,
"aa_start": 150,
"aa_end": null,
"aa_length": 512,
"cds_start": 449,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525998.5"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.350T>C",
"hgvs_p": "p.Ile117Thr",
"transcript": "ENST00000530476.1",
"protein_id": "ENSP00000433838.1",
"transcript_support_level": 3,
"aa_start": 117,
"aa_end": null,
"aa_length": 185,
"cds_start": 350,
"cds_end": null,
"cds_length": 559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530476.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.350T>C",
"hgvs_p": "p.Ile117Thr",
"transcript": "XM_047439600.1",
"protein_id": "XP_047295556.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 664,
"cds_start": 350,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439600.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr",
"transcript": "XM_005259366.6",
"protein_id": "XP_005259423.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 607,
"cds_start": 449,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005259366.6"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.350T>C",
"hgvs_p": "p.Ile117Thr",
"transcript": "XM_047439603.1",
"protein_id": "XP_047295559.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 569,
"cds_start": 350,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439603.1"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-117T>C",
"hgvs_p": null,
"transcript": "ENST00000961808.1",
"protein_id": "ENSP00000631867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 649,
"cds_start": null,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961808.1"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-147T>C",
"hgvs_p": null,
"transcript": "NM_001171156.2",
"protein_id": "NP_001164627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171156.2"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-117T>C",
"hgvs_p": null,
"transcript": "NM_001171158.2",
"protein_id": "NP_001164629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 554,
"cds_start": null,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171158.2"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-117T>C",
"hgvs_p": null,
"transcript": "ENST00000436984.6",
"protein_id": "ENSP00000414324.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 554,
"cds_start": null,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436984.6"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-147T>C",
"hgvs_p": null,
"transcript": "NM_001171159.2",
"protein_id": "NP_001164630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 544,
"cds_start": null,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171159.2"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-117T>C",
"hgvs_p": null,
"transcript": "ENST00000961809.1",
"protein_id": "ENSP00000631868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961809.1"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-147T>C",
"hgvs_p": null,
"transcript": "NM_001171161.2",
"protein_id": "NP_001164632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": null,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171161.2"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-147T>C",
"hgvs_p": null,
"transcript": "ENST00000442846.7",
"protein_id": "ENSP00000395475.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": null,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442846.7"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.38-147T>C",
"hgvs_p": null,
"transcript": "ENST00000529627.1",
"protein_id": "ENSP00000435281.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 154,
"cds_start": null,
"cds_end": null,
"cds_length": 466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529627.1"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-117T>C",
"hgvs_p": null,
"transcript": "XM_047439604.1",
"protein_id": "XP_047295560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 649,
"cds_start": null,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439604.1"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.323-117T>C",
"hgvs_p": null,
"transcript": "XM_047439601.1",
"protein_id": "XP_047295557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439601.1"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.323-147T>C",
"hgvs_p": null,
"transcript": "XM_047439602.1",
"protein_id": "XP_047295558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": null,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439602.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.422-147T>C",
"hgvs_p": null,
"transcript": "XM_005259367.5",
"protein_id": "XP_005259424.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": null,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005259367.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "c.323-147T>C",
"hgvs_p": null,
"transcript": "XM_047439605.1",
"protein_id": "XP_047295561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 511,
"cds_start": null,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439605.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "n.195T>C",
"hgvs_p": null,
"transcript": "ENST00000357375.4",
"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": "retained_intron",
"feature": "ENST00000357375.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"hgvs_c": "n.630T>C",
"hgvs_p": null,
"transcript": "ENST00000524527.1",
"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": "retained_intron",
"feature": "ENST00000524527.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10-AS1",
"gene_hgnc_id": 40719,
"hgvs_c": "n.435+193A>G",
"hgvs_p": null,
"transcript": "ENST00000532688.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": "ENST00000532688.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10-AS1",
"gene_hgnc_id": 40719,
"hgvs_c": "n.617+193A>G",
"hgvs_p": null,
"transcript": "NR_164124.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_164124.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIGLEC10-AS1",
"gene_hgnc_id": 40719,
"hgvs_c": "n.711+193A>G",
"hgvs_p": null,
"transcript": "NR_164125.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_164125.1"
}
],
"gene_symbol": "SIGLEC10",
"gene_hgnc_id": 15620,
"dbsnp": "rs1599907772",
"frequency_reference_population": 0.0000013686669,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136867,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2334505021572113,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.309,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6156,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.574,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_033130.5",
"gene_symbol": "SIGLEC10",
"hgnc_id": 15620,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.449T>C",
"hgvs_p": "p.Ile150Thr"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000532688.1",
"gene_symbol": "SIGLEC10-AS1",
"hgnc_id": 40719,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.435+193A>G",
"hgvs_p": null
}
],
"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
}