← 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-183512864-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=183512864&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 183512864,
"ref": "G",
"alt": "T",
"effect": "start_lost",
"transcript": "NM_001394140.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "NM_001375584.1",
"protein_id": "NP_001362513.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1187,
"cds_start": 57,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000688051.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375584.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000688051.1",
"protein_id": "ENSP00000510175.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1187,
"cds_start": 57,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001375584.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688051.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000507469.5",
"protein_id": "ENSP00000425133.1",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 1178,
"cds_start": 57,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507469.5"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000347615.6",
"protein_id": "ENSP00000340766.2",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 1137,
"cds_start": 57,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347615.6"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000515829.6",
"protein_id": "ENSP00000421358.2",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 1091,
"cds_start": 57,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515829.6"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?",
"transcript": "NM_001394140.1",
"protein_id": "NP_001381069.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1119,
"cds_start": 3,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394140.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?",
"transcript": "NM_001394145.1",
"protein_id": "NP_001381074.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1073,
"cds_start": 3,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394145.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?",
"transcript": "NM_001394146.1",
"protein_id": "NP_001381075.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1073,
"cds_start": 3,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394146.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?",
"transcript": "XM_005245653.6",
"protein_id": "XP_005245710.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1169,
"cds_start": 3,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245653.6"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?",
"transcript": "XM_011510207.4",
"protein_id": "XP_011508509.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1169,
"cds_start": 3,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510207.4"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001350220.2",
"protein_id": "NP_001337149.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1216,
"cds_start": 144,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350220.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001394133.1",
"protein_id": "NP_001381062.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1216,
"cds_start": 144,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394133.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "ENST00000685780.1",
"protein_id": "ENSP00000508915.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1216,
"cds_start": 144,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685780.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "NM_201569.3",
"protein_id": "NP_963863.2",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1178,
"cds_start": 57,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201569.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920481.1",
"protein_id": "ENSP00000590540.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1177,
"cds_start": 57,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920481.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001331007.2",
"protein_id": "NP_001317936.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1170,
"cds_start": 144,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001331007.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001350221.2",
"protein_id": "NP_001337150.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1170,
"cds_start": 144,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350221.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "ENST00000367537.7",
"protein_id": "ENSP00000356507.3",
"transcript_support_level": 5,
"aa_start": 48,
"aa_end": null,
"aa_length": 1170,
"cds_start": 144,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367537.7"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001394134.1",
"protein_id": "NP_001381063.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1166,
"cds_start": 144,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394134.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001394135.1",
"protein_id": "NP_001381064.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1166,
"cds_start": 144,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394135.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001394136.1",
"protein_id": "NP_001381065.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1166,
"cds_start": 144,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394136.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "NM_001375585.1",
"protein_id": "NP_001362514.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1141,
"cds_start": 57,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375585.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "NM_173156.3",
"protein_id": "NP_775179.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1137,
"cds_start": 57,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173156.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920487.1",
"protein_id": "ENSP00000590546.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1127,
"cds_start": 57,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920487.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001350219.2",
"protein_id": "NP_001337148.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1120,
"cds_start": 144,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350219.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001394138.1",
"protein_id": "NP_001381067.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1120,
"cds_start": 144,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394138.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "NM_001394139.1",
"protein_id": "NP_001381068.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1120,
"cds_start": 144,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394139.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920484.1",
"protein_id": "ENSP00000590543.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1118,
"cds_start": 57,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920484.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920489.1",
"protein_id": "ENSP00000590548.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1114,
"cds_start": 57,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920489.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920490.1",
"protein_id": "ENSP00000590549.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1111,
"cds_start": 57,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920490.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920482.1",
"protein_id": "ENSP00000590541.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1110,
"cds_start": 57,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920482.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "NM_201568.3",
"protein_id": "NP_963862.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1091,
"cds_start": 57,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201568.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000903600.1",
"protein_id": "ENSP00000573659.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1072,
"cds_start": 57,
"cds_end": null,
"cds_length": 3219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903600.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920483.1",
"protein_id": "ENSP00000590542.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1064,
"cds_start": 57,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920483.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920491.1",
"protein_id": "ENSP00000590550.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1061,
"cds_start": 57,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920491.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.57G>T",
"hgvs_p": "p.Met19Ile",
"transcript": "ENST00000920486.1",
"protein_id": "ENSP00000590545.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 1013,
"cds_start": 57,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920486.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "ENST00000502375.1",
"protein_id": "ENSP00000422056.1",
"transcript_support_level": 5,
"aa_start": 48,
"aa_end": null,
"aa_length": 55,
"cds_start": 144,
"cds_end": null,
"cds_length": 169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502375.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "XM_011510205.4",
"protein_id": "XP_011508507.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1216,
"cds_start": 144,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510205.4"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "XM_047435741.1",
"protein_id": "XP_047291697.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1216,
"cds_start": 144,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435741.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.144G>T",
"hgvs_p": "p.Met48Ile",
"transcript": "XM_011510206.4",
"protein_id": "XP_011508508.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1170,
"cds_start": 144,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510206.4"
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-315G>T",
"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": null,
"cds_end": null,
"cds_length": 3258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394144.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174061.2"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394137.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508461.5"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394141.1"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394142.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394143.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.30-4824G>T",
"hgvs_p": null,
"transcript": "ENST00000920488.1",
"protein_id": "ENSP00000590547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920488.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.30-4824G>T",
"hgvs_p": null,
"transcript": "ENST00000920485.1",
"protein_id": "ENSP00000590544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1061,
"cds_start": null,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920485.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394147.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.30-4824G>T",
"hgvs_p": null,
"transcript": "ENST00000903599.1",
"protein_id": "ENSP00000573658.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1041,
"cds_start": null,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903599.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "c.-65-3010G>T",
"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": null,
"cds_end": null,
"cds_length": 2270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419169.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "n.111G>T",
"hgvs_p": null,
"transcript": "ENST00000367538.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000367538.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "n.57G>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000440812.7"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "n.57G>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000444547.6"
},
{
"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": "SMG7",
"gene_hgnc_id": 16792,
"hgvs_c": "n.132G>T",
"hgvs_p": null,
"transcript": "ENST00000493609.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000493609.1"
}
],
"gene_symbol": "SMG7",
"gene_hgnc_id": 16792,
"dbsnp": "rs185963873",
"frequency_reference_population": 0.000007176587,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.61811e-7,
"gnomad_genomes_af": 0.00000717659,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25894302129745483,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.262,
"revel_prediction": "Benign",
"alphamissense_score": 0.8989,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.102,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.04,
"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": "PVS1_Supporting,PM2",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PVS1_Supporting",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394140.1",
"gene_symbol": "SMG7",
"hgnc_id": 16792,
"effects": [
"start_lost"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}