← 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: 1-183525318-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=183525318&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 183525318,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000688051.1",
"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": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "NM_001375584.1",
"protein_id": "NP_001362513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1187,
"cds_start": -4,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5946,
"mane_select": "ENST00000688051.1",
"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": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000688051.1",
"protein_id": "ENSP00000510175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1187,
"cds_start": -4,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5946,
"mane_select": "NM_001375584.1",
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000507469.5",
"protein_id": "ENSP00000425133.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1178,
"cds_start": -4,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4642,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000347615.6",
"protein_id": "ENSP00000340766.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1137,
"cds_start": -4,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5788,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000515829.6",
"protein_id": "ENSP00000421358.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": -4,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5629,
"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": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001350220.2",
"protein_id": "NP_001337149.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1216,
"cds_start": -4,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6222,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394133.1",
"protein_id": "NP_001381062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1216,
"cds_start": -4,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6085,
"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": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000685780.1",
"protein_id": "ENSP00000508915.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1216,
"cds_start": -4,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6204,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "NM_201569.3",
"protein_id": "NP_963863.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1178,
"cds_start": -4,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4649,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001331007.2",
"protein_id": "NP_001317936.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1170,
"cds_start": -4,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5947,
"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": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001350221.2",
"protein_id": "NP_001337150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1170,
"cds_start": -4,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6084,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000367537.7",
"protein_id": "ENSP00000356507.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1170,
"cds_start": -4,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5970,
"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": 25,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394134.1",
"protein_id": "NP_001381063.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1166,
"cds_start": -4,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6250,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394135.1",
"protein_id": "NP_001381064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1166,
"cds_start": -4,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5935,
"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": 6,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394136.1",
"protein_id": "NP_001381065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1166,
"cds_start": -4,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6072,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "NM_001174061.2",
"protein_id": "NP_001167532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5914,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394137.1",
"protein_id": "NP_001381066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6190,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000508461.5",
"protein_id": "ENSP00000426915.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3985,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "NM_001375585.1",
"protein_id": "NP_001362514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1141,
"cds_start": -4,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5808,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "NM_173156.3",
"protein_id": "NP_775179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1137,
"cds_start": -4,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5796,
"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": 6,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001350219.2",
"protein_id": "NP_001337148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1120,
"cds_start": -4,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5934,
"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": 25,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394138.1",
"protein_id": "NP_001381067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1120,
"cds_start": -4,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6112,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394139.1",
"protein_id": "NP_001381068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1120,
"cds_start": -4,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5797,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.259-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394140.1",
"protein_id": "NP_001381069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1119,
"cds_start": -4,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5974,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394141.1",
"protein_id": "NP_001381070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1099,
"cds_start": -4,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5776,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394142.1",
"protein_id": "NP_001381071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1095,
"cds_start": -4,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6040,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394143.1",
"protein_id": "NP_001381072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1095,
"cds_start": -4,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5764,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.313-1278G>A",
"hgvs_p": null,
"transcript": "NM_201568.3",
"protein_id": "NP_963862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": -4,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5658,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.145-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394144.1",
"protein_id": "NP_001381073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1085,
"cds_start": -4,
"cds_end": null,
"cds_length": 3258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6011,
"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": 25,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.259-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394145.1",
"protein_id": "NP_001381074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1073,
"cds_start": -4,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6081,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.259-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394146.1",
"protein_id": "NP_001381075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1073,
"cds_start": -4,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5836,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "NM_001394147.1",
"protein_id": "NP_001381076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": -4,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5626,
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.187-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000419169.5",
"protein_id": "ENSP00000388390.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 755,
"cds_start": -4,
"cds_end": null,
"cds_length": 2270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2483,
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "n.313-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000440812.7",
"protein_id": "ENSP00000410254.3",
"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": 1190,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "n.*153-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000444547.6",
"protein_id": "ENSP00000400220.2",
"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": 580,
"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": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "n.68-1278G>A",
"hgvs_p": null,
"transcript": "ENST00000507406.1",
"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": 582,
"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": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "XM_011510205.4",
"protein_id": "XP_011508507.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1216,
"cds_start": -4,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6248,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "XM_047435741.1",
"protein_id": "XP_047291697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1216,
"cds_start": -4,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7022,
"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": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.400-1278G>A",
"hgvs_p": null,
"transcript": "XM_011510206.4",
"protein_id": "XP_011508508.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1170,
"cds_start": -4,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6110,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.259-1278G>A",
"hgvs_p": null,
"transcript": "XM_005245653.6",
"protein_id": "XP_005245710.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1169,
"cds_start": -4,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6017,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.259-1278G>A",
"hgvs_p": null,
"transcript": "XM_011510207.4",
"protein_id": "XP_011508509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1169,
"cds_start": -4,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"dbsnp": "rs6662844",
"frequency_reference_population": 0.5127636,
"hom_count_reference_population": 20109,
"allele_count_reference_population": 77897,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.512764,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 77897,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 20109,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9599999785423279,
"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.96,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.138,
"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": "ENST00000688051.1",
"gene_symbol": "SMG7",
"hgnc_id": 16792,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.313-1278G>A",
"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
}