← 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: 7-35801229-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=35801229&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 35801229,
"ref": "C",
"alt": "G",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "ENST00000635047.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-279C>G",
"hgvs_p": null,
"transcript": "ENST00000635047.1",
"protein_id": "ENSP00000489480.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "NM_001788.6",
"protein_id": "NP_001779.3",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 437,
"cds_start": 20,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": "ENST00000350320.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "ENST00000350320.11",
"protein_id": "ENSP00000344868.8",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 437,
"cds_start": 20,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": "NM_001788.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.11C>G",
"hgvs_p": null,
"transcript": "ENST00000635175.1",
"protein_id": "ENSP00000489192.1",
"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": 1464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-279C>G",
"hgvs_p": null,
"transcript": "ENST00000635047.1",
"protein_id": "ENSP00000489480.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 760,
"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_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-678C>G",
"hgvs_p": null,
"transcript": "NM_001363715.2",
"protein_id": "NP_001350644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": -4,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4660,
"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_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-135C>G",
"hgvs_p": null,
"transcript": "NM_001375299.1",
"protein_id": "NP_001362228.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": -4,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2314,
"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_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-135C>G",
"hgvs_p": null,
"transcript": "ENST00000399034.7",
"protein_id": "ENSP00000381992.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": -4,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4399,
"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_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-129C>G",
"hgvs_p": null,
"transcript": "ENST00000634600.1",
"protein_id": "ENSP00000489538.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"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": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-135C>G",
"hgvs_p": null,
"transcript": "XM_047421097.1",
"protein_id": "XP_047277053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 395,
"cds_start": -4,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "NM_001011553.4",
"protein_id": "NP_001011553.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 436,
"cds_start": 20,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 2478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "ENST00000705486.1",
"protein_id": "ENSP00000516132.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 436,
"cds_start": 20,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 44,
"cdna_end": null,
"cdna_length": 2349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "NM_001242956.1",
"protein_id": "NP_001229885.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 401,
"cds_start": 20,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 4242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "ENST00000435235.6",
"protein_id": "ENSP00000413507.2",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 401,
"cds_start": 20,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 191,
"cdna_end": null,
"cdna_length": 1584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "ENST00000672279.1",
"protein_id": "ENSP00000499937.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 174,
"cds_start": 20,
"cds_end": null,
"cds_length": 525,
"cdna_start": 44,
"cdna_end": null,
"cdna_length": 3095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "XM_011515656.3",
"protein_id": "XP_011513958.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 460,
"cds_start": 20,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 1551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "XM_006715806.4",
"protein_id": "XP_006715869.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 448,
"cds_start": 20,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 4317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "XM_011515661.3",
"protein_id": "XP_011513963.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 440,
"cds_start": 20,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 1491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.20C>G",
"hgvs_p": "p.Ser7Cys",
"transcript": "XM_047421095.1",
"protein_id": "XP_047277051.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 436,
"cds_start": 20,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 4281,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.11C>G",
"hgvs_p": null,
"transcript": "ENST00000475109.5",
"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": 733,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.11C>G",
"hgvs_p": null,
"transcript": "ENST00000493626.5",
"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": 643,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.12C>G",
"hgvs_p": null,
"transcript": "ENST00000635669.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": 569,
"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": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-678C>G",
"hgvs_p": null,
"transcript": "NM_001363715.2",
"protein_id": "NP_001350644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": -4,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4660,
"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": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-135C>G",
"hgvs_p": null,
"transcript": "NM_001375299.1",
"protein_id": "NP_001362228.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": -4,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2314,
"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": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-135C>G",
"hgvs_p": null,
"transcript": "ENST00000399034.7",
"protein_id": "ENSP00000381992.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": -4,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4399,
"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": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-129C>G",
"hgvs_p": null,
"transcript": "ENST00000634600.1",
"protein_id": "ENSP00000489538.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"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": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.-135C>G",
"hgvs_p": null,
"transcript": "XM_047421097.1",
"protein_id": "XP_047277053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 395,
"cds_start": -4,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.-3C>G",
"hgvs_p": null,
"transcript": "ENST00000473201.2",
"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": 7065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7-DT",
"gene_hgnc_id": 51153,
"hgvs_c": "n.-88G>C",
"hgvs_p": null,
"transcript": "ENST00000692566.3",
"protein_id": null,
"transcript_support_level": null,
"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": 2515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"dbsnp": "rs369243241",
"frequency_reference_population": 0.000029336716,
"hom_count_reference_population": 0,
"allele_count_reference_population": 45,
"gnomad_exomes_af": 0.0000166455,
"gnomad_genomes_af": 0.000144583,
"gnomad_exomes_ac": 23,
"gnomad_genomes_ac": 22,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05654627084732056,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.162,
"revel_prediction": "Benign",
"alphamissense_score": 0.1339,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.275,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000635047.1",
"gene_symbol": "SEPTIN7",
"hgnc_id": 1717,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-279C>G",
"hgvs_p": null
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000692566.3",
"gene_symbol": "SEPTIN7-DT",
"hgnc_id": 51153,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-88G>C",
"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
}