← 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: 14-90875359-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=90875359&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 90875359,
"ref": "T",
"alt": "C",
"effect": "missense_variant,splice_region_variant",
"transcript": "NM_004755.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1838A>G",
"hgvs_p": "p.Tyr613Cys",
"transcript": "NM_004755.4",
"protein_id": "NP_004746.2",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 802,
"cds_start": 1838,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000614987.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004755.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1838A>G",
"hgvs_p": "p.Tyr613Cys",
"transcript": "ENST00000614987.5",
"protein_id": "ENSP00000479667.1",
"transcript_support_level": 1,
"aa_start": 613,
"aa_end": null,
"aa_length": 802,
"cds_start": 1838,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004755.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614987.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1871A>G",
"hgvs_p": "p.Tyr624Cys",
"transcript": "ENST00000886639.1",
"protein_id": "ENSP00000556698.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 813,
"cds_start": 1871,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886639.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1787A>G",
"hgvs_p": "p.Tyr596Cys",
"transcript": "ENST00000886637.1",
"protein_id": "ENSP00000556696.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 785,
"cds_start": 1787,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886637.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1754A>G",
"hgvs_p": "p.Tyr585Cys",
"transcript": "NM_001322236.2",
"protein_id": "NP_001309165.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 774,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322236.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1754A>G",
"hgvs_p": "p.Tyr585Cys",
"transcript": "ENST00000946930.1",
"protein_id": "ENSP00000616989.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 774,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946930.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1730A>G",
"hgvs_p": "p.Tyr577Cys",
"transcript": "NM_001322228.2",
"protein_id": "NP_001309157.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 766,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322228.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1730A>G",
"hgvs_p": "p.Tyr577Cys",
"transcript": "ENST00000886635.1",
"protein_id": "ENSP00000556694.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 766,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886635.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1676A>G",
"hgvs_p": "p.Tyr559Cys",
"transcript": "NM_001322233.2",
"protein_id": "NP_001309162.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 748,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322233.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1676A>G",
"hgvs_p": "p.Tyr559Cys",
"transcript": "ENST00000886638.1",
"protein_id": "ENSP00000556697.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 748,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886638.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1619A>G",
"hgvs_p": "p.Tyr540Cys",
"transcript": "NM_001322232.2",
"protein_id": "NP_001309161.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 729,
"cds_start": 1619,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322232.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1619A>G",
"hgvs_p": "p.Tyr540Cys",
"transcript": "ENST00000946931.1",
"protein_id": "ENSP00000616990.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 729,
"cds_start": 1619,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946931.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1601A>G",
"hgvs_p": "p.Tyr534Cys",
"transcript": "NM_001322235.2",
"protein_id": "NP_001309164.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 723,
"cds_start": 1601,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322235.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1601A>G",
"hgvs_p": "p.Tyr534Cys",
"transcript": "NM_001322237.2",
"protein_id": "NP_001309166.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 723,
"cds_start": 1601,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322237.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1601A>G",
"hgvs_p": "p.Tyr534Cys",
"transcript": "ENST00000536315.6",
"protein_id": "ENSP00000442803.2",
"transcript_support_level": 2,
"aa_start": 534,
"aa_end": null,
"aa_length": 723,
"cds_start": 1601,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536315.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1547A>G",
"hgvs_p": "p.Tyr516Cys",
"transcript": "ENST00000946933.1",
"protein_id": "ENSP00000616992.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 705,
"cds_start": 1547,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946933.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1262A>G",
"hgvs_p": "p.Tyr421Cys",
"transcript": "NM_001322234.2",
"protein_id": "NP_001309163.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 610,
"cds_start": 1262,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322234.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1181A>G",
"hgvs_p": "p.Tyr394Cys",
"transcript": "NM_001322238.2",
"protein_id": "NP_001309167.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 583,
"cds_start": 1181,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322238.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1121A>G",
"hgvs_p": "p.Tyr374Cys",
"transcript": "NM_001322231.2",
"protein_id": "NP_001309160.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 563,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322231.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1037A>G",
"hgvs_p": "p.Tyr346Cys",
"transcript": "NM_001322230.2",
"protein_id": "NP_001309159.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 535,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322230.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.995A>G",
"hgvs_p": "p.Tyr332Cys",
"transcript": "NM_001322227.2",
"protein_id": "NP_001309156.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 521,
"cds_start": 995,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322227.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1837-20A>G",
"hgvs_p": null,
"transcript": "NM_001322229.2",
"protein_id": "NP_001309158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 795,
"cds_start": null,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322229.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1837-20A>G",
"hgvs_p": null,
"transcript": "ENST00000886636.1",
"protein_id": "ENSP00000556695.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 795,
"cds_start": null,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886636.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "c.1765-20A>G",
"hgvs_p": null,
"transcript": "ENST00000946932.1",
"protein_id": "ENSP00000616991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 771,
"cds_start": null,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "n.*1308A>G",
"hgvs_p": null,
"transcript": "ENST00000556178.5",
"protein_id": "ENSP00000451305.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": "ENST00000556178.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "n.*1464A>G",
"hgvs_p": null,
"transcript": "ENST00000648062.1",
"protein_id": "ENSP00000497354.1",
"transcript_support_level": null,
"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": "ENST00000648062.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "n.*1308A>G",
"hgvs_p": null,
"transcript": "ENST00000556178.5",
"protein_id": "ENSP00000451305.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": "ENST00000556178.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"hgvs_c": "n.*1464A>G",
"hgvs_p": null,
"transcript": "ENST00000648062.1",
"protein_id": "ENSP00000497354.1",
"transcript_support_level": null,
"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": "ENST00000648062.1"
}
],
"gene_symbol": "RPS6KA5",
"gene_hgnc_id": 10434,
"dbsnp": "rs182308463",
"frequency_reference_population": 0.00024147512,
"hom_count_reference_population": 0,
"allele_count_reference_population": 389,
"gnomad_exomes_af": 0.000257093,
"gnomad_genomes_af": 0.0000919154,
"gnomad_exomes_ac": 375,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8930169343948364,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.5820000171661377,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.87,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.885,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.014,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.709864929286263,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3_Moderate,BS2",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_004755.4",
"gene_symbol": "RPS6KA5",
"hgnc_id": 10434,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1838A>G",
"hgvs_p": "p.Tyr613Cys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}