← 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: 22-31103532-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=31103532&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 31103532,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000333137.12",
"consequences": [
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_134269.3",
"protein_id": "NP_599031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 915,
"cds_start": -4,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3296,
"mane_select": "ENST00000333137.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "ENST00000333137.12",
"protein_id": "ENSP00000329532.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 915,
"cds_start": -4,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3296,
"mane_select": "NM_134269.3",
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2604-784A>G",
"hgvs_p": null,
"transcript": "ENST00000347557.6",
"protein_id": "ENSP00000328635.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 917,
"cds_start": -4,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3130,
"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": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.1383A>G",
"hgvs_p": null,
"transcript": "ENST00000504335.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": 2608,
"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": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382642.1",
"protein_id": "NP_001369571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1009,
"cds_start": -4,
"cds_end": null,
"cds_length": 3030,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3623,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2859-784A>G",
"hgvs_p": null,
"transcript": "NM_001207017.1",
"protein_id": "NP_001193946.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1002,
"cds_start": -4,
"cds_end": null,
"cds_length": 3009,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3228,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2859-784A>G",
"hgvs_p": null,
"transcript": "ENST00000619644.5",
"protein_id": "ENSP00000484398.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1002,
"cds_start": -4,
"cds_end": null,
"cds_length": 3009,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3009,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001207018.2",
"protein_id": "NP_001193947.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": -4,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3322,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "ENST00000612341.4",
"protein_id": "ENSP00000479578.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": -4,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3321,
"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": 24,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382643.1",
"protein_id": "NP_001369572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": -4,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3513,
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382644.1",
"protein_id": "NP_001369573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": -4,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3383,
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "ENST00000440425.6",
"protein_id": "ENSP00000401341.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 968,
"cds_start": -4,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3322,
"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": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382645.1",
"protein_id": "NP_001369574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 946,
"cds_start": -4,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3625,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2673-784A>G",
"hgvs_p": null,
"transcript": "NM_134270.3",
"protein_id": "NP_599032.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 940,
"cds_start": -4,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3200,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2673-784A>G",
"hgvs_p": null,
"transcript": "ENST00000358743.5",
"protein_id": "ENSP00000351593.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 940,
"cds_start": -4,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3198,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2604-784A>G",
"hgvs_p": null,
"transcript": "NM_006932.5",
"protein_id": "NP_008863.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 917,
"cds_start": -4,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3131,
"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": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382638.1",
"protein_id": "NP_001369567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 915,
"cds_start": -4,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3426,
"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": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382639.1",
"protein_id": "NP_001369568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 915,
"cds_start": -4,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3791,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382640.1",
"protein_id": "NP_001369569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 915,
"cds_start": -4,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3227,
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382641.1",
"protein_id": "NP_001369570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 915,
"cds_start": -4,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3532,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*38-784A>G",
"hgvs_p": null,
"transcript": "NM_001382646.1",
"protein_id": "NP_001369575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": -4,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3178,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382647.1",
"protein_id": "NP_001369576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": -4,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3304,
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "NM_001382648.1",
"protein_id": "NP_001369577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 573,
"cds_start": -4,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3499,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "ENST00000404574.5",
"protein_id": "ENSP00000383919.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 438,
"cds_start": -4,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1735,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null,
"transcript": "ENST00000624247.1",
"protein_id": "ENSP00000485089.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 310,
"cds_start": -4,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1263,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.236-784A>G",
"hgvs_p": null,
"transcript": "ENST00000472911.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": 543,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.3253-784A>G",
"hgvs_p": null,
"transcript": "ENST00000489337.5",
"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": 3560,
"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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.2630-784A>G",
"hgvs_p": null,
"transcript": "ENST00000493335.5",
"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": 2937,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.3186-784A>G",
"hgvs_p": null,
"transcript": "NR_168472.1",
"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": 3494,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.4221-784A>G",
"hgvs_p": null,
"transcript": "NR_168473.1",
"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": 4529,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.4077-784A>G",
"hgvs_p": null,
"transcript": "NR_168474.1",
"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": 4385,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "n.3289-784A>G",
"hgvs_p": null,
"transcript": "NR_168475.1",
"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": 3597,
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2859-784A>G",
"hgvs_p": null,
"transcript": "XM_017028913.2",
"protein_id": "XP_016884402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1002,
"cds_start": -4,
"cds_end": null,
"cds_length": 3009,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3311,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2766-784A>G",
"hgvs_p": null,
"transcript": "XM_017028914.2",
"protein_id": "XP_016884403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": -4,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3218,
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2741-784A>G",
"hgvs_p": null,
"transcript": "XM_017028917.2",
"protein_id": "XP_016884406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 927,
"cds_start": -4,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3193,
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2631-784A>G",
"hgvs_p": null,
"transcript": "XM_011530336.3",
"protein_id": "XP_011528638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 926,
"cds_start": -4,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3083,
"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": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"hgvs_c": "c.2538-784A>G",
"hgvs_p": null,
"transcript": "XM_011530338.3",
"protein_id": "XP_011528640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": -4,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SMTN",
"gene_hgnc_id": 11126,
"dbsnp": "rs9621187",
"frequency_reference_population": 0.35534164,
"hom_count_reference_population": 10460,
"allele_count_reference_population": 54083,
"gnomad_exomes_af": 0.425532,
"gnomad_genomes_af": 0.355298,
"gnomad_exomes_ac": 40,
"gnomad_genomes_ac": 54043,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 10454,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.934,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000333137.12",
"gene_symbol": "SMTN",
"hgnc_id": 11126,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*21-784A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}