← 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: 1-177929905-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=177929905&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 177929905,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001390834.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "NM_033127.4",
"protein_id": "NP_149118.2",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000308284.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033127.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "ENST00000308284.11",
"protein_id": "ENSP00000308339.6",
"transcript_support_level": 1,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_033127.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308284.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "n.*2123C>A",
"hgvs_p": null,
"transcript": "ENST00000528461.5",
"protein_id": "ENSP00000475522.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000528461.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "n.*2123C>A",
"hgvs_p": null,
"transcript": "ENST00000528461.5",
"protein_id": "ENSP00000475522.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000528461.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3235C>A",
"hgvs_p": "p.Arg1079Arg",
"transcript": "ENST00000870565.1",
"protein_id": "ENSP00000540624.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870565.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3232C>A",
"hgvs_p": "p.Arg1078Arg",
"transcript": "ENST00000870557.1",
"protein_id": "ENSP00000540616.1",
"transcript_support_level": null,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1092,
"cds_start": 3232,
"cds_end": null,
"cds_length": 3279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870557.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3232C>A",
"hgvs_p": "p.Arg1078Arg",
"transcript": "ENST00000870559.1",
"protein_id": "ENSP00000540618.1",
"transcript_support_level": null,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1092,
"cds_start": 3232,
"cds_end": null,
"cds_length": 3279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870559.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3229C>A",
"hgvs_p": "p.Arg1077Arg",
"transcript": "ENST00000870560.1",
"protein_id": "ENSP00000540619.1",
"transcript_support_level": null,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1091,
"cds_start": 3229,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870560.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "NM_001390834.1",
"protein_id": "NP_001377763.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001390834.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "NM_001390835.1",
"protein_id": "NP_001377764.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001390835.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "ENST00000870546.1",
"protein_id": "ENSP00000540605.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870546.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "ENST00000870554.1",
"protein_id": "ENSP00000540613.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870554.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "ENST00000870556.1",
"protein_id": "ENSP00000540615.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870556.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "ENST00000870558.1",
"protein_id": "ENSP00000540617.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870558.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "ENST00000870561.1",
"protein_id": "ENSP00000540620.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870561.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg",
"transcript": "ENST00000870566.1",
"protein_id": "ENSP00000540625.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870566.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL2P-SEC16B",
"gene_hgnc_id": 53757,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "NM_001356505.2",
"protein_id": "NP_001343434.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001356505.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL2P-SEC16B",
"gene_hgnc_id": 53757,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "NM_001356506.2",
"protein_id": "NP_001343435.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001356506.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "ENST00000870548.1",
"protein_id": "ENSP00000540607.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870548.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "ENST00000870549.1",
"protein_id": "ENSP00000540608.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870549.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "ENST00000870550.1",
"protein_id": "ENSP00000540609.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870550.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "ENST00000870551.1",
"protein_id": "ENSP00000540610.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870551.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "ENST00000870552.1",
"protein_id": "ENSP00000540611.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870552.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "ENST00000870555.1",
"protein_id": "ENSP00000540614.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870555.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg",
"transcript": "ENST00000870562.1",
"protein_id": "ENSP00000540621.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1061,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870562.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "NM_001390833.1",
"protein_id": "NP_001377762.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001390833.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "ENST00000870545.1",
"protein_id": "ENSP00000540604.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870545.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "ENST00000870547.1",
"protein_id": "ENSP00000540606.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870547.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "ENST00000870553.1",
"protein_id": "ENSP00000540612.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870553.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "ENST00000870563.1",
"protein_id": "ENSP00000540622.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870563.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "c.3136C>A",
"hgvs_p": "p.Arg1046Arg",
"transcript": "ENST00000870564.1",
"protein_id": "ENSP00000540623.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1060,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870564.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "n.1737C>A",
"hgvs_p": null,
"transcript": "ENST00000327037.8",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000327037.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL2P-SEC16B",
"gene_hgnc_id": 53757,
"hgvs_c": "n.3881C>A",
"hgvs_p": null,
"transcript": "ENST00000354921.7",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000354921.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL2P-SEC16B",
"gene_hgnc_id": 53757,
"hgvs_c": "n.4776C>A",
"hgvs_p": null,
"transcript": "ENST00000464428.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000464428.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL2P-SEC16B",
"gene_hgnc_id": 53757,
"hgvs_c": "n.5098C>A",
"hgvs_p": null,
"transcript": "ENST00000466953.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000466953.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"hgvs_c": "n.634C>A",
"hgvs_p": null,
"transcript": "ENST00000495165.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000495165.5"
}
],
"gene_symbol": "SEC16B",
"gene_hgnc_id": 30301,
"dbsnp": "rs769306136",
"frequency_reference_population": 0.0000020525395,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205254,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.33000001311302185,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.827,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001390834.1",
"gene_symbol": "SEC16B",
"hgnc_id": 30301,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3142C>A",
"hgvs_p": "p.Arg1048Arg"
},
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001356505.2",
"gene_symbol": "CRYZL2P-SEC16B",
"hgnc_id": 53757,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3139C>A",
"hgvs_p": "p.Arg1047Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}