← 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: 5-70942389-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=70942389&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 70942389,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_000344.4",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "NM_000344.4",
"protein_id": "NP_000335.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 294,
"cds_start": 305,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380707.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000344.4"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000380707.9",
"protein_id": "ENSP00000370083.4",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 294,
"cds_start": 305,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000344.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380707.9"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000351205.8",
"protein_id": "ENSP00000305857.5",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 294,
"cds_start": 305,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351205.8"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000506163.5",
"protein_id": "ENSP00000424926.1",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 282,
"cds_start": 305,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506163.5"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000625245.2",
"protein_id": "ENSP00000486539.1",
"transcript_support_level": 5,
"aa_start": 102,
"aa_end": null,
"aa_length": 294,
"cds_start": 305,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000625245.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000932553.1",
"protein_id": "ENSP00000602612.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 294,
"cds_start": 305,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932553.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Trp98*",
"transcript": "ENST00000932554.1",
"protein_id": "ENSP00000602613.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 290,
"cds_start": 293,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932554.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "NM_001297715.1",
"protein_id": "NP_001284644.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 282,
"cds_start": 305,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297715.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.233G>A",
"hgvs_p": "p.Trp78*",
"transcript": "ENST00000932548.1",
"protein_id": "ENSP00000602607.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 270,
"cds_start": 233,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932548.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "NM_022874.2",
"protein_id": "NP_075012.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 262,
"cds_start": 305,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022874.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000503079.6",
"protein_id": "ENSP00000428128.1",
"transcript_support_level": 5,
"aa_start": 102,
"aa_end": null,
"aa_length": 262,
"cds_start": 305,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503079.6"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000870900.1",
"protein_id": "ENSP00000540959.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 262,
"cds_start": 305,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870900.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000932551.1",
"protein_id": "ENSP00000602610.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 257,
"cds_start": 305,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932551.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "ENST00000932550.1",
"protein_id": "ENSP00000602609.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 243,
"cds_start": 305,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932550.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "XM_047417615.1",
"protein_id": "XP_047273571.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 295,
"cds_start": 305,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417615.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "XM_011543596.2",
"protein_id": "XP_011541898.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 294,
"cds_start": 305,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543596.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "XM_047417616.1",
"protein_id": "XP_047273572.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 262,
"cds_start": 305,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417616.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*",
"transcript": "XM_017009786.2",
"protein_id": "XP_016865275.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 250,
"cds_start": 305,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009786.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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.274-53G>A",
"hgvs_p": null,
"transcript": "ENST00000932555.1",
"protein_id": "ENSP00000602614.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932555.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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.274-329G>A",
"hgvs_p": null,
"transcript": "ENST00000514951.5",
"protein_id": "ENSP00000423298.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": null,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514951.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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.274-329G>A",
"hgvs_p": null,
"transcript": "ENST00000932549.1",
"protein_id": "ENSP00000602608.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": null,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932549.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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.274-329G>A",
"hgvs_p": null,
"transcript": "ENST00000932552.1",
"protein_id": "ENSP00000602611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": null,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932552.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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.274-329G>A",
"hgvs_p": null,
"transcript": "XM_011543597.2",
"protein_id": "XP_011541899.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": null,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543597.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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "c.274-329G>A",
"hgvs_p": null,
"transcript": "XM_047417618.1",
"protein_id": "XP_047273574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": null,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417618.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "n.305G>A",
"hgvs_p": null,
"transcript": "ENST00000506239.6",
"protein_id": "ENSP00000422679.2",
"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": "ENST00000506239.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "n.-119G>A",
"hgvs_p": null,
"transcript": "ENST00000507905.6",
"protein_id": "ENSP00000430657.1",
"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": "ENST00000507905.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "n.-129G>A",
"hgvs_p": null,
"transcript": "ENST00000513228.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": "ENST00000513228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"hgvs_c": "n.-83G>A",
"hgvs_p": null,
"transcript": "ENST00000518504.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000518504.5"
}
],
"gene_symbol": "SMN1",
"gene_hgnc_id": 11117,
"dbsnp": "rs77804083",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.17000000178813934,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.119,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.17,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Moderate",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_000344.4",
"gene_symbol": "SMN1",
"hgnc_id": 11117,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Trp102*"
}
],
"clinvar_disease": " type II,Kugelberg-Welander disease,Spinal muscular atrophy,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Spinal muscular atrophy, type II|Kugelberg-Welander disease|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}