← 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: 20-18525888-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=18525888&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"effects": [
"stop_gained"
],
"gene_symbol": "SEC23B",
"hgnc_id": 10702,
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"inheritance_mode": "AD,AR",
"pathogenic_score": 16,
"score": 16,
"transcript": "NM_006363.6",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_score": 16,
"allele_count_reference_population": 36,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.62,
"chr": "20",
"clinvar_classification": "Pathogenic",
"clinvar_disease": " type II,Congenital dyserythropoietic anemia,Cowden syndrome 7,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.6200000047683716,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3026,
"cdna_start": 837,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_006363.6",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000650089.1",
"protein_coding": true,
"protein_id": "NP_006354.2",
"strand": true,
"transcript": "NM_006363.6",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3026,
"cdna_start": 837,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000650089.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006363.6",
"protein_coding": true,
"protein_id": "ENSP00000497473.1",
"strand": true,
"transcript": "ENST00000650089.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3464,
"cdna_start": 1275,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000336714.8",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000338844.3",
"strand": true,
"transcript": "ENST00000336714.8",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3351,
"cdna_start": 1162,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000377465.6",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000366685.1",
"strand": true,
"transcript": "ENST00000377465.6",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3351,
"cdna_start": 1162,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001172745.3",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001166216.1",
"strand": true,
"transcript": "NM_001172745.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3044,
"cdna_start": 855,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_032985.6",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_116780.1",
"strand": true,
"transcript": "NM_032985.6",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3115,
"cdna_start": 926,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_032986.5",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_116781.1",
"strand": true,
"transcript": "NM_032986.5",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3176,
"cdna_start": 1280,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000262544.6",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000262544.2",
"strand": true,
"transcript": "ENST00000262544.6",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3318,
"cdna_start": 1424,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000874272.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544331.1",
"strand": true,
"transcript": "ENST00000874272.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2793,
"cdna_start": 897,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874276.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544335.1",
"strand": true,
"transcript": "ENST00000874276.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3151,
"cdna_start": 1258,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874279.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544338.1",
"strand": true,
"transcript": "ENST00000874279.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2988,
"cdna_start": 1094,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000874280.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544339.1",
"strand": true,
"transcript": "ENST00000874280.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2720,
"cdna_start": 826,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874281.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544340.1",
"strand": true,
"transcript": "ENST00000874281.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3156,
"cdna_start": 1124,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000949712.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619771.1",
"strand": true,
"transcript": "ENST00000949712.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 767,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2769,
"cdna_start": 874,
"cds_end": null,
"cds_length": 2304,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000949713.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619772.1",
"strand": true,
"transcript": "ENST00000949713.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 766,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3040,
"cdna_start": 1187,
"cds_end": null,
"cds_length": 2301,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874274.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544333.1",
"strand": true,
"transcript": "ENST00000874274.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 766,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2771,
"cdna_start": 876,
"cds_end": null,
"cds_length": 2301,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000949715.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619774.1",
"strand": true,
"transcript": "ENST00000949715.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 764,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2742,
"cdna_start": 855,
"cds_end": null,
"cds_length": 2295,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000929134.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000599193.1",
"strand": true,
"transcript": "ENST00000929134.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 753,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2669,
"cdna_start": 848,
"cds_end": null,
"cds_length": 2262,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874284.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544343.1",
"strand": true,
"transcript": "ENST00000874284.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 753,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2742,
"cdna_start": 889,
"cds_end": null,
"cds_length": 2262,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000929133.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000599192.1",
"strand": true,
"transcript": "ENST00000929133.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 749,
"aa_ref": "R",
"aa_start": 246,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2990,
"cdna_start": 801,
"cds_end": null,
"cds_length": 2250,
"cds_start": 736,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001172746.3",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.736C>T",
"hgvs_p": "p.Arg246*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001166217.1",
"strand": true,
"transcript": "NM_001172746.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 749,
"aa_ref": "R",
"aa_start": 246,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2680,
"cdna_start": 851,
"cds_end": null,
"cds_length": 2250,
"cds_start": 736,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000643747.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.736C>T",
"hgvs_p": "p.Arg246*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496460.1",
"strand": true,
"transcript": "ENST00000643747.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 749,
"aa_ref": "R",
"aa_start": 246,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2573,
"cdna_start": 782,
"cds_end": null,
"cds_length": 2250,
"cds_start": 736,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000929137.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.736C>T",
"hgvs_p": "p.Arg246*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000599196.1",
"strand": true,
"transcript": "ENST00000929137.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 745,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2714,
"cdna_start": 885,
"cds_end": null,
"cds_length": 2238,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874277.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544336.1",
"strand": true,
"transcript": "ENST00000874277.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 745,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2626,
"cdna_start": 837,
"cds_end": null,
"cds_length": 2238,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000929135.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000599194.1",
"strand": true,
"transcript": "ENST00000929135.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 743,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2988,
"cdna_start": 876,
"cds_end": null,
"cds_length": 2232,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874275.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544334.1",
"strand": true,
"transcript": "ENST00000874275.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 740,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2647,
"cdna_start": 858,
"cds_end": null,
"cds_length": 2223,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874283.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544342.1",
"strand": true,
"transcript": "ENST00000874283.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 738,
"aa_ref": "R",
"aa_start": 235,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2495,
"cdna_start": 706,
"cds_end": null,
"cds_length": 2217,
"cds_start": 703,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000874285.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544344.1",
"strand": true,
"transcript": "ENST00000874285.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 736,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3000,
"cdna_start": 1194,
"cds_end": null,
"cds_length": 2211,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874273.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544332.1",
"strand": true,
"transcript": "ENST00000874273.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 736,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2655,
"cdna_start": 855,
"cds_end": null,
"cds_length": 2211,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874282.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544341.1",
"strand": true,
"transcript": "ENST00000874282.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 680,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2512,
"cdna_start": 879,
"cds_end": null,
"cds_length": 2043,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000874278.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544337.1",
"strand": true,
"transcript": "ENST00000874278.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 680,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2495,
"cdna_start": 861,
"cds_end": null,
"cds_length": 2043,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000949714.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619773.1",
"strand": true,
"transcript": "ENST00000949714.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 654,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2316,
"cdna_start": 867,
"cds_end": null,
"cds_length": 1965,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000929136.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000599195.1",
"strand": true,
"transcript": "ENST00000929136.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 624,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2204,
"cdna_start": 844,
"cds_end": null,
"cds_length": 1875,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000949716.1",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619775.1",
"strand": true,
"transcript": "ENST00000949716.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 330,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1133,
"cdna_start": 930,
"cds_end": null,
"cds_length": 993,
"cds_start": 790,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000450074.6",
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000403971.1",
"strand": true,
"transcript": "ENST00000450074.6",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs121918224",
"effect": "stop_gained",
"frequency_reference_population": 0.000022304419,
"gene_hgnc_id": 10702,
"gene_symbol": "SEC23B",
"gnomad_exomes_ac": 33,
"gnomad_exomes_af": 0.0000225739,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.0000197153,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "Congenital dyserythropoietic anemia, type II|not provided|Congenital dyserythropoietic anemia, type II;Cowden syndrome 7",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.608,
"pos": 18525888,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_006363.6"
}
]
}