← 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: 17-77402314-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=77402314&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 77402314,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000427177.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.332C>T",
"hgvs_p": "p.Ser111Phe",
"transcript": "NM_001113491.2",
"protein_id": "NP_001106963.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 586,
"cds_start": 332,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 3733,
"mane_select": "ENST00000427177.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.332C>T",
"hgvs_p": "p.Ser111Phe",
"transcript": "ENST00000427177.6",
"protein_id": "ENSP00000391249.1",
"transcript_support_level": 1,
"aa_start": 111,
"aa_end": null,
"aa_length": 586,
"cds_start": 332,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 3733,
"mane_select": "NM_001113491.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.278C>T",
"hgvs_p": "p.Ser93Phe",
"transcript": "NM_006640.5",
"protein_id": "NP_006631.2",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 568,
"cds_start": 278,
"cds_end": null,
"cds_length": 1707,
"cdna_start": 1087,
"cdna_end": null,
"cdna_length": 4451,
"mane_select": null,
"mane_plus": "ENST00000329047.13",
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.278C>T",
"hgvs_p": "p.Ser93Phe",
"transcript": "ENST00000329047.13",
"protein_id": "ENSP00000329161.8",
"transcript_support_level": 1,
"aa_start": 93,
"aa_end": null,
"aa_length": 568,
"cds_start": 278,
"cds_end": null,
"cds_length": 1707,
"cdna_start": 1087,
"cdna_end": null,
"cdna_length": 4451,
"mane_select": null,
"mane_plus": "NM_006640.5",
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.311C>T",
"hgvs_p": "p.Ser104Phe",
"transcript": "ENST00000423034.6",
"protein_id": "ENSP00000405877.1",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 579,
"cds_start": 311,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 3984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.-161C>T",
"hgvs_p": null,
"transcript": "ENST00000427674.6",
"protein_id": "ENSP00000403194.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.311C>T",
"hgvs_p": "p.Ser104Phe",
"transcript": "NM_001113493.2",
"protein_id": "NP_001106965.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 579,
"cds_start": 311,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 3836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.275C>T",
"hgvs_p": "p.Ser92Phe",
"transcript": "NM_001293695.2",
"protein_id": "NP_001280624.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 567,
"cds_start": 275,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 312,
"cdna_end": null,
"cdna_length": 3676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.275C>T",
"hgvs_p": "p.Ser92Phe",
"transcript": "ENST00000591198.5",
"protein_id": "ENSP00000468406.1",
"transcript_support_level": 2,
"aa_start": 92,
"aa_end": null,
"aa_length": 567,
"cds_start": 275,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 360,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.287C>T",
"hgvs_p": "p.Ser96Phe",
"transcript": "ENST00000589140.1",
"protein_id": "ENSP00000466997.1",
"transcript_support_level": 4,
"aa_start": 96,
"aa_end": null,
"aa_length": 151,
"cds_start": 287,
"cds_end": null,
"cds_length": 456,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000591934.1",
"protein_id": "ENSP00000468504.1",
"transcript_support_level": 4,
"aa_start": 118,
"aa_end": null,
"aa_length": 150,
"cds_start": 353,
"cds_end": null,
"cds_length": 454,
"cdna_start": 452,
"cdna_end": null,
"cdna_length": 553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.287C>T",
"hgvs_p": "p.Ser96Phe",
"transcript": "ENST00000589070.1",
"protein_id": "ENSP00000465332.1",
"transcript_support_level": 3,
"aa_start": 96,
"aa_end": null,
"aa_length": 124,
"cds_start": 287,
"cds_end": null,
"cds_length": 375,
"cdna_start": 494,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.391C>T",
"hgvs_p": null,
"transcript": "ENST00000586812.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.461C>T",
"hgvs_p": null,
"transcript": "ENST00000587514.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.381C>T",
"hgvs_p": null,
"transcript": "ENST00000590294.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.448C>T",
"hgvs_p": null,
"transcript": "ENST00000590576.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.437C>T",
"hgvs_p": null,
"transcript": "ENST00000590586.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.289C>T",
"hgvs_p": null,
"transcript": "ENST00000590825.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.*327C>T",
"hgvs_p": null,
"transcript": "ENST00000591833.5",
"protein_id": "ENSP00000466684.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.362C>T",
"hgvs_p": null,
"transcript": "ENST00000592098.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.214C>T",
"hgvs_p": null,
"transcript": "ENST00000592420.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.-161C>T",
"hgvs_p": null,
"transcript": "NM_001113492.2",
"protein_id": "NP_001106964.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.-161C>T",
"hgvs_p": null,
"transcript": "NM_001113494.1",
"protein_id": "NP_001106966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.-161C>T",
"hgvs_p": null,
"transcript": "ENST00000431235.6",
"protein_id": "ENSP00000406987.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.-161C>T",
"hgvs_p": null,
"transcript": "ENST00000449803.6",
"protein_id": "ENSP00000400181.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.-161C>T",
"hgvs_p": null,
"transcript": "ENST00000588690.6",
"protein_id": "ENSP00000468668.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.*327C>T",
"hgvs_p": null,
"transcript": "ENST00000591833.5",
"protein_id": "ENSP00000466684.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.25-242C>T",
"hgvs_p": null,
"transcript": "ENST00000590059.5",
"protein_id": "ENSP00000466164.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": -4,
"cds_end": null,
"cds_length": 478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "c.37-23C>T",
"hgvs_p": null,
"transcript": "ENST00000590595.1",
"protein_id": "ENSP00000465026.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 133,
"cds_start": -4,
"cds_end": null,
"cds_length": 403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.37-23C>T",
"hgvs_p": null,
"transcript": "ENST00000588575.1",
"protein_id": "ENSP00000468090.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.*114C>T",
"hgvs_p": null,
"transcript": "ENST00000587237.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"hgvs_c": "n.*225C>T",
"hgvs_p": null,
"transcript": "ENST00000592407.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SEPTIN9",
"gene_hgnc_id": 7323,
"dbsnp": "rs80338762",
"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.7225155234336853,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.338,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6554,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.401,
"phylop100way_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP5",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000427177.6",
"gene_symbol": "SEPTIN9",
"hgnc_id": 7323,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.332C>T",
"hgvs_p": "p.Ser111Phe"
}
],
"clinvar_disease": "Amyotrophic neuralgia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Amyotrophic neuralgia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}