← 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: 4-109463192-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=109463192&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 109463192,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001300813.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "NM_006323.5",
"protein_id": "NP_006314.2",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1268,
"cds_start": 425,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265175.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006323.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000265175.5",
"protein_id": "ENSP00000265175.4",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 1268,
"cds_start": 425,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006323.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265175.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000504968.6",
"protein_id": "ENSP00000428564.1",
"transcript_support_level": 1,
"aa_start": 173,
"aa_end": null,
"aa_length": 1298,
"cds_start": 518,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504968.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000399100.6",
"protein_id": "ENSP00000382051.2",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 1233,
"cds_start": 425,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399100.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000898583.1",
"protein_id": "ENSP00000568642.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 1299,
"cds_start": 518,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898583.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "NM_001300813.3",
"protein_id": "NP_001287742.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 1298,
"cds_start": 518,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300813.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000934097.1",
"protein_id": "ENSP00000604156.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1284,
"cds_start": 425,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934097.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000898588.1",
"protein_id": "ENSP00000568647.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 1272,
"cds_start": 518,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898588.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "NM_001318085.2",
"protein_id": "NP_001305014.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1267,
"cds_start": 425,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318085.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000898581.1",
"protein_id": "ENSP00000568640.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1267,
"cds_start": 425,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898581.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000950647.1",
"protein_id": "ENSP00000620706.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1265,
"cds_start": 425,
"cds_end": null,
"cds_length": 3798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950647.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000898587.1",
"protein_id": "ENSP00000568646.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 1264,
"cds_start": 518,
"cds_end": null,
"cds_length": 3795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898587.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000898586.1",
"protein_id": "ENSP00000568645.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 1263,
"cds_start": 518,
"cds_end": null,
"cds_length": 3792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898586.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000934099.1",
"protein_id": "ENSP00000604158.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 1249,
"cds_start": 518,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934099.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000950646.1",
"protein_id": "ENSP00000620705.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1241,
"cds_start": 425,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950646.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000950644.1",
"protein_id": "ENSP00000620703.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1240,
"cds_start": 425,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950644.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "NM_001042734.4",
"protein_id": "NP_001036199.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1233,
"cds_start": 425,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042734.4"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "NM_001318086.2",
"protein_id": "NP_001305015.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1232,
"cds_start": 425,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318086.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000898580.1",
"protein_id": "ENSP00000568639.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1232,
"cds_start": 425,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898580.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000898591.1",
"protein_id": "ENSP00000568650.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1218,
"cds_start": 425,
"cds_end": null,
"cds_length": 3657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898591.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000898589.1",
"protein_id": "ENSP00000568648.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1207,
"cds_start": 425,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898589.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000934094.1",
"protein_id": "ENSP00000604153.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1206,
"cds_start": 425,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934094.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000950645.1",
"protein_id": "ENSP00000620704.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1206,
"cds_start": 425,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950645.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000950643.1",
"protein_id": "ENSP00000620702.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1196,
"cds_start": 425,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950643.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000934098.1",
"protein_id": "ENSP00000604157.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1188,
"cds_start": 425,
"cds_end": null,
"cds_length": 3567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934098.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000898584.1",
"protein_id": "ENSP00000568643.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1187,
"cds_start": 425,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898584.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000934095.1",
"protein_id": "ENSP00000604154.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1186,
"cds_start": 425,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934095.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000934093.1",
"protein_id": "ENSP00000604152.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1183,
"cds_start": 425,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934093.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000898582.1",
"protein_id": "ENSP00000568641.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1172,
"cds_start": 425,
"cds_end": null,
"cds_length": 3519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898582.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "ENST00000898592.1",
"protein_id": "ENSP00000568651.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1171,
"cds_start": 425,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898592.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "XM_011531536.4",
"protein_id": "XP_011529838.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 1244,
"cds_start": 353,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531536.4"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ser115Phe",
"transcript": "XM_011531537.4",
"protein_id": "XP_011529839.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 1241,
"cds_start": 344,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531537.4"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ser115Phe",
"transcript": "XM_047449512.1",
"protein_id": "XP_047305468.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 1240,
"cds_start": 344,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449512.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.275C>T",
"hgvs_p": "p.Ser92Phe",
"transcript": "XM_047449513.1",
"protein_id": "XP_047305469.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 1218,
"cds_start": 275,
"cds_end": null,
"cds_length": 3657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449513.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "XM_047449514.1",
"protein_id": "XP_047305470.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 1209,
"cds_start": 353,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449514.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ser115Phe",
"transcript": "XM_047449515.1",
"protein_id": "XP_047305471.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 1206,
"cds_start": 344,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449515.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ser115Phe",
"transcript": "XM_047449516.1",
"protein_id": "XP_047305472.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 1205,
"cds_start": 344,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449516.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.275C>T",
"hgvs_p": "p.Ser92Phe",
"transcript": "XM_047449517.1",
"protein_id": "XP_047305473.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 1183,
"cds_start": 275,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449517.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.275C>T",
"hgvs_p": "p.Ser92Phe",
"transcript": "XM_047449518.1",
"protein_id": "XP_047305474.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 1182,
"cds_start": 275,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449518.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "XM_017007652.3",
"protein_id": "XP_016863141.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1172,
"cds_start": 425,
"cds_end": null,
"cds_length": 3519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007652.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.425C>T",
"hgvs_p": "p.Ser142Phe",
"transcript": "XM_047449519.1",
"protein_id": "XP_047305475.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 1171,
"cds_start": 425,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449519.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.275C>T",
"hgvs_p": "p.Ser92Phe",
"transcript": "XM_047449520.1",
"protein_id": "XP_047305476.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 1122,
"cds_start": 275,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449520.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.275C>T",
"hgvs_p": "p.Ser92Phe",
"transcript": "XM_047449521.1",
"protein_id": "XP_047305477.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 1121,
"cds_start": 275,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449521.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.134-9812C>T",
"hgvs_p": null,
"transcript": "ENST00000898590.1",
"protein_id": "ENSP00000568649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 985,
"cds_start": null,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898590.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.134-9812C>T",
"hgvs_p": null,
"transcript": "ENST00000898585.1",
"protein_id": "ENSP00000568644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 984,
"cds_start": null,
"cds_end": null,
"cds_length": 2955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898585.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"hgvs_c": "c.134-28135C>T",
"hgvs_p": null,
"transcript": "ENST00000934096.1",
"protein_id": "ENSP00000604155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 924,
"cds_start": null,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934096.1"
}
],
"gene_symbol": "SEC24B",
"gene_hgnc_id": 10704,
"dbsnp": "rs760165551",
"frequency_reference_population": 0.000009576762,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000957676,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22942355275154114,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.135,
"revel_prediction": "Benign",
"alphamissense_score": 0.1458,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.749,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001300813.3",
"gene_symbol": "SEC24B",
"hgnc_id": 10704,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe"
}
],
"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
}