← 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-112843193-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=112843193&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 112843193,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000257430.9",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "NM_000038.6",
"protein_id": "NP_000029.2",
"transcript_support_level": null,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 7658,
"cdna_end": null,
"cdna_length": 10704,
"mane_select": "ENST00000257430.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "ENST00000257430.9",
"protein_id": "ENSP00000257430.4",
"transcript_support_level": 5,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 7658,
"cdna_end": null,
"cdna_length": 10704,
"mane_select": "NM_000038.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "ENST00000508376.6",
"protein_id": "ENSP00000427089.2",
"transcript_support_level": 1,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 7756,
"cdna_end": null,
"cdna_length": 10619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258864",
"gene_hgnc_id": null,
"hgvs_c": "n.229-13456T>C",
"hgvs_p": null,
"transcript": "ENST00000520401.1",
"protein_id": "ENSP00000454861.1",
"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": 694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7683T>C",
"hgvs_p": "p.Ser2561Ser",
"transcript": "NM_001407446.1",
"protein_id": "NP_001394375.1",
"transcript_support_level": null,
"aa_start": 2561,
"aa_end": null,
"aa_length": 2871,
"cds_start": 7683,
"cds_end": null,
"cds_length": 8616,
"cdna_start": 7903,
"cdna_end": null,
"cdna_length": 10949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7653T>C",
"hgvs_p": "p.Ser2551Ser",
"transcript": "NM_001354896.2",
"protein_id": "NP_001341825.1",
"transcript_support_level": null,
"aa_start": 2551,
"aa_end": null,
"aa_length": 2861,
"cds_start": 7653,
"cds_end": null,
"cds_length": 8586,
"cdna_start": 7712,
"cdna_end": null,
"cdna_length": 10758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7653T>C",
"hgvs_p": "p.Ser2551Ser",
"transcript": "NM_001407447.1",
"protein_id": "NP_001394376.1",
"transcript_support_level": null,
"aa_start": 2551,
"aa_end": null,
"aa_length": 2861,
"cds_start": 7653,
"cds_end": null,
"cds_length": 8586,
"cdna_start": 8056,
"cdna_end": null,
"cdna_length": 11102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7653T>C",
"hgvs_p": "p.Ser2551Ser",
"transcript": "NM_001407448.1",
"protein_id": "NP_001394377.1",
"transcript_support_level": null,
"aa_start": 2551,
"aa_end": null,
"aa_length": 2861,
"cds_start": 7653,
"cds_end": null,
"cds_length": 8586,
"cdna_start": 7823,
"cdna_end": null,
"cdna_length": 10869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7653T>C",
"hgvs_p": "p.Ser2551Ser",
"transcript": "NM_001407449.1",
"protein_id": "NP_001394378.1",
"transcript_support_level": null,
"aa_start": 2551,
"aa_end": null,
"aa_length": 2861,
"cds_start": 7653,
"cds_end": null,
"cds_length": 8586,
"cdna_start": 7820,
"cdna_end": null,
"cdna_length": 10866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7653T>C",
"hgvs_p": "p.Ser2551Ser",
"transcript": "ENST00000504915.3",
"protein_id": "ENSP00000473355.2",
"transcript_support_level": 5,
"aa_start": 2551,
"aa_end": null,
"aa_length": 2861,
"cds_start": 7653,
"cds_end": null,
"cds_length": 8586,
"cdna_start": 7709,
"cdna_end": null,
"cdna_length": 9496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7629T>C",
"hgvs_p": "p.Ser2543Ser",
"transcript": "NM_001354897.2",
"protein_id": "NP_001341826.1",
"transcript_support_level": null,
"aa_start": 2543,
"aa_end": null,
"aa_length": 2853,
"cds_start": 7629,
"cds_end": null,
"cds_length": 8562,
"cdna_start": 7849,
"cdna_end": null,
"cdna_length": 10895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "NM_001127510.3",
"protein_id": "NP_001120982.1",
"transcript_support_level": null,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 7766,
"cdna_end": null,
"cdna_length": 10812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "NM_001354895.2",
"protein_id": "NP_001341824.1",
"transcript_support_level": null,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 8002,
"cdna_end": null,
"cdna_length": 11048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "NM_001407450.1",
"protein_id": "NP_001394379.1",
"transcript_support_level": null,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 7769,
"cdna_end": null,
"cdna_length": 10815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "ENST00000509732.6",
"protein_id": "ENSP00000426541.2",
"transcript_support_level": 4,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 7749,
"cdna_end": null,
"cdna_length": 10616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser",
"transcript": "ENST00000512211.7",
"protein_id": "ENSP00000423828.3",
"transcript_support_level": 2,
"aa_start": 2533,
"aa_end": null,
"aa_length": 2843,
"cds_start": 7599,
"cds_end": null,
"cds_length": 8532,
"cdna_start": 7950,
"cdna_end": null,
"cdna_length": 9737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7578T>C",
"hgvs_p": "p.Ser2526Ser",
"transcript": "NM_001407451.1",
"protein_id": "NP_001394380.1",
"transcript_support_level": null,
"aa_start": 2526,
"aa_end": null,
"aa_length": 2836,
"cds_start": 7578,
"cds_end": null,
"cds_length": 8511,
"cdna_start": 7667,
"cdna_end": null,
"cdna_length": 10713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7569T>C",
"hgvs_p": "p.Ser2523Ser",
"transcript": "NM_001407452.1",
"protein_id": "NP_001394381.1",
"transcript_support_level": null,
"aa_start": 2523,
"aa_end": null,
"aa_length": 2833,
"cds_start": 7569,
"cds_end": null,
"cds_length": 8502,
"cdna_start": 7972,
"cdna_end": null,
"cdna_length": 11018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7545T>C",
"hgvs_p": "p.Ser2515Ser",
"transcript": "NM_001127511.3",
"protein_id": "NP_001120983.2",
"transcript_support_level": null,
"aa_start": 2515,
"aa_end": null,
"aa_length": 2825,
"cds_start": 7545,
"cds_end": null,
"cds_length": 8478,
"cdna_start": 7765,
"cdna_end": null,
"cdna_length": 10811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7545T>C",
"hgvs_p": "p.Ser2515Ser",
"transcript": "ENST00000507379.6",
"protein_id": "ENSP00000423224.2",
"transcript_support_level": 2,
"aa_start": 2515,
"aa_end": null,
"aa_length": 2825,
"cds_start": 7545,
"cds_end": null,
"cds_length": 8478,
"cdna_start": 7741,
"cdna_end": null,
"cdna_length": 8674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7524T>C",
"hgvs_p": "p.Ser2508Ser",
"transcript": "NM_001354898.2",
"protein_id": "NP_001341827.1",
"transcript_support_level": null,
"aa_start": 2508,
"aa_end": null,
"aa_length": 2818,
"cds_start": 7524,
"cds_end": null,
"cds_length": 8457,
"cdna_start": 7613,
"cdna_end": null,
"cdna_length": 10659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7515T>C",
"hgvs_p": "p.Ser2505Ser",
"transcript": "NM_001354899.2",
"protein_id": "NP_001341828.1",
"transcript_support_level": null,
"aa_start": 2505,
"aa_end": null,
"aa_length": 2815,
"cds_start": 7515,
"cds_end": null,
"cds_length": 8448,
"cdna_start": 7574,
"cdna_end": null,
"cdna_length": 10620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7476T>C",
"hgvs_p": "p.Ser2492Ser",
"transcript": "NM_001354900.2",
"protein_id": "NP_001341829.1",
"transcript_support_level": null,
"aa_start": 2492,
"aa_end": null,
"aa_length": 2802,
"cds_start": 7476,
"cds_end": null,
"cds_length": 8409,
"cdna_start": 7559,
"cdna_end": null,
"cdna_length": 10605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7422T>C",
"hgvs_p": "p.Ser2474Ser",
"transcript": "NM_001354901.2",
"protein_id": "NP_001341830.1",
"transcript_support_level": null,
"aa_start": 2474,
"aa_end": null,
"aa_length": 2784,
"cds_start": 7422,
"cds_end": null,
"cds_length": 8355,
"cdna_start": 7505,
"cdna_end": null,
"cdna_length": 10551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7422T>C",
"hgvs_p": "p.Ser2474Ser",
"transcript": "NM_001407453.1",
"protein_id": "NP_001394382.1",
"transcript_support_level": null,
"aa_start": 2474,
"aa_end": null,
"aa_length": 2784,
"cds_start": 7422,
"cds_end": null,
"cds_length": 8355,
"cdna_start": 7616,
"cdna_end": null,
"cdna_length": 10662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7350T>C",
"hgvs_p": "p.Ser2450Ser",
"transcript": "NM_001407454.1",
"protein_id": "NP_001394383.1",
"transcript_support_level": null,
"aa_start": 2450,
"aa_end": null,
"aa_length": 2760,
"cds_start": 7350,
"cds_end": null,
"cds_length": 8283,
"cdna_start": 7409,
"cdna_end": null,
"cdna_length": 10455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7350T>C",
"hgvs_p": "p.Ser2450Ser",
"transcript": "NM_001407455.1",
"protein_id": "NP_001394384.1",
"transcript_support_level": null,
"aa_start": 2450,
"aa_end": null,
"aa_length": 2760,
"cds_start": 7350,
"cds_end": null,
"cds_length": 8283,
"cdna_start": 7517,
"cdna_end": null,
"cdna_length": 10563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7350T>C",
"hgvs_p": "p.Ser2450Ser",
"transcript": "NM_001407456.1",
"protein_id": "NP_001394385.1",
"transcript_support_level": null,
"aa_start": 2450,
"aa_end": null,
"aa_length": 2760,
"cds_start": 7350,
"cds_end": null,
"cds_length": 8283,
"cdna_start": 7753,
"cdna_end": null,
"cdna_length": 10799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7350T>C",
"hgvs_p": "p.Ser2450Ser",
"transcript": "NM_001407457.1",
"protein_id": "NP_001394386.1",
"transcript_support_level": null,
"aa_start": 2450,
"aa_end": null,
"aa_length": 2760,
"cds_start": 7350,
"cds_end": null,
"cds_length": 8283,
"cdna_start": 7520,
"cdna_end": null,
"cdna_length": 10566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7326T>C",
"hgvs_p": "p.Ser2442Ser",
"transcript": "NM_001354902.2",
"protein_id": "NP_001341831.1",
"transcript_support_level": null,
"aa_start": 2442,
"aa_end": null,
"aa_length": 2752,
"cds_start": 7326,
"cds_end": null,
"cds_length": 8259,
"cdna_start": 7546,
"cdna_end": null,
"cdna_length": 10592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7296T>C",
"hgvs_p": "p.Ser2432Ser",
"transcript": "NM_001354903.2",
"protein_id": "NP_001341832.1",
"transcript_support_level": null,
"aa_start": 2432,
"aa_end": null,
"aa_length": 2742,
"cds_start": 7296,
"cds_end": null,
"cds_length": 8229,
"cdna_start": 7355,
"cdna_end": null,
"cdna_length": 10401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7296T>C",
"hgvs_p": "p.Ser2432Ser",
"transcript": "NM_001407458.1",
"protein_id": "NP_001394387.1",
"transcript_support_level": null,
"aa_start": 2432,
"aa_end": null,
"aa_length": 2742,
"cds_start": 7296,
"cds_end": null,
"cds_length": 8229,
"cdna_start": 7466,
"cdna_end": null,
"cdna_length": 10512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7296T>C",
"hgvs_p": "p.Ser2432Ser",
"transcript": "NM_001407459.1",
"protein_id": "NP_001394388.1",
"transcript_support_level": null,
"aa_start": 2432,
"aa_end": null,
"aa_length": 2742,
"cds_start": 7296,
"cds_end": null,
"cds_length": 8229,
"cdna_start": 7463,
"cdna_end": null,
"cdna_length": 10509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7296T>C",
"hgvs_p": "p.Ser2432Ser",
"transcript": "NM_001407460.1",
"protein_id": "NP_001394389.1",
"transcript_support_level": null,
"aa_start": 2432,
"aa_end": null,
"aa_length": 2742,
"cds_start": 7296,
"cds_end": null,
"cds_length": 8229,
"cdna_start": 7699,
"cdna_end": null,
"cdna_length": 10745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7281T>C",
"hgvs_p": "p.Ser2427Ser",
"transcript": "ENST00000713639.1",
"protein_id": "ENSP00000518940.1",
"transcript_support_level": null,
"aa_start": 2427,
"aa_end": null,
"aa_length": 2737,
"cds_start": 7281,
"cds_end": null,
"cds_length": 8214,
"cdna_start": 7361,
"cdna_end": null,
"cdna_length": 9148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7221T>C",
"hgvs_p": "p.Ser2407Ser",
"transcript": "NM_001354904.2",
"protein_id": "NP_001341833.1",
"transcript_support_level": null,
"aa_start": 2407,
"aa_end": null,
"aa_length": 2717,
"cds_start": 7221,
"cds_end": null,
"cds_length": 8154,
"cdna_start": 7310,
"cdna_end": null,
"cdna_length": 10356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7212T>C",
"hgvs_p": "p.Ser2404Ser",
"transcript": "NM_001407467.1",
"protein_id": "NP_001394396.1",
"transcript_support_level": null,
"aa_start": 2404,
"aa_end": null,
"aa_length": 2714,
"cds_start": 7212,
"cds_end": null,
"cds_length": 8145,
"cdna_start": 7271,
"cdna_end": null,
"cdna_length": 10317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7212T>C",
"hgvs_p": "p.Ser2404Ser",
"transcript": "NM_001407469.1",
"protein_id": "NP_001394398.1",
"transcript_support_level": null,
"aa_start": 2404,
"aa_end": null,
"aa_length": 2714,
"cds_start": 7212,
"cds_end": null,
"cds_length": 8145,
"cdna_start": 7615,
"cdna_end": null,
"cdna_length": 10661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.7119T>C",
"hgvs_p": "p.Ser2373Ser",
"transcript": "NM_001354905.2",
"protein_id": "NP_001341834.1",
"transcript_support_level": null,
"aa_start": 2373,
"aa_end": null,
"aa_length": 2683,
"cds_start": 7119,
"cds_end": null,
"cds_length": 8052,
"cdna_start": 7202,
"cdna_end": null,
"cdna_length": 10248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.6750T>C",
"hgvs_p": "p.Ser2250Ser",
"transcript": "NM_001354906.2",
"protein_id": "NP_001341835.1",
"transcript_support_level": null,
"aa_start": 2250,
"aa_end": null,
"aa_length": 2560,
"cds_start": 6750,
"cds_end": null,
"cds_length": 7683,
"cdna_start": 7844,
"cdna_end": null,
"cdna_length": 10890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.6750T>C",
"hgvs_p": "p.Ser2250Ser",
"transcript": "NM_001407470.1",
"protein_id": "NP_001394399.1",
"transcript_support_level": null,
"aa_start": 2250,
"aa_end": null,
"aa_length": 2560,
"cds_start": 6750,
"cds_end": null,
"cds_length": 7683,
"cdna_start": 8188,
"cdna_end": null,
"cdna_length": 11234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.6447T>C",
"hgvs_p": "p.Ser2149Ser",
"transcript": "NM_001407471.1",
"protein_id": "NP_001394400.1",
"transcript_support_level": null,
"aa_start": 2149,
"aa_end": null,
"aa_length": 2459,
"cds_start": 6447,
"cds_end": null,
"cds_length": 7380,
"cdna_start": 7541,
"cdna_end": null,
"cdna_length": 10587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.6447T>C",
"hgvs_p": "p.Ser2149Ser",
"transcript": "NM_001407472.1",
"protein_id": "NP_001394401.1",
"transcript_support_level": null,
"aa_start": 2149,
"aa_end": null,
"aa_length": 2459,
"cds_start": 6447,
"cds_end": null,
"cds_length": 7380,
"cdna_start": 7885,
"cdna_end": null,
"cdna_length": 10931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "n.*7605T>C",
"hgvs_p": null,
"transcript": "ENST00000505350.2",
"protein_id": "ENSP00000481752.1",
"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": 10920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "n.*7088T>C",
"hgvs_p": null,
"transcript": "ENST00000713637.1",
"protein_id": "ENSP00000518938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "n.7434T>C",
"hgvs_p": null,
"transcript": "NR_176365.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "n.7853T>C",
"hgvs_p": null,
"transcript": "NR_176366.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "c.*5581T>C",
"hgvs_p": null,
"transcript": "ENST00000713638.1",
"protein_id": "ENSP00000518939.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": -4,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "n.*7605T>C",
"hgvs_p": null,
"transcript": "ENST00000505350.2",
"protein_id": "ENSP00000481752.1",
"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": 10920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"hgvs_c": "n.*7088T>C",
"hgvs_p": null,
"transcript": "ENST00000713637.1",
"protein_id": "ENSP00000518938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "APC",
"gene_hgnc_id": 583,
"dbsnp": "rs1554088516",
"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.6800000071525574,
"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.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.113,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000257430.9",
"gene_symbol": "APC",
"hgnc_id": 583,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.7599T>C",
"hgvs_p": "p.Ser2533Ser"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000520401.1",
"gene_symbol": "ENSG00000258864",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.229-13456T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Hereditary cancer-predisposing syndrome",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}