← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 14-100538237-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=100538237&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 100538237,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001385085.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1571G>C",
"hgvs_p": "p.Arg524Pro",
"transcript": "NM_001385089.1",
"protein_id": "NP_001372018.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 612,
"cds_start": 1571,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000554140.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385089.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1571G>C",
"hgvs_p": "p.Arg524Pro",
"transcript": "ENST00000554140.3",
"protein_id": "ENSP00000451125.2",
"transcript_support_level": 5,
"aa_start": 524,
"aa_end": null,
"aa_length": 612,
"cds_start": 1571,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001385089.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554140.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "ENST00000355173.7",
"protein_id": "ENSP00000347301.2",
"transcript_support_level": 1,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355173.7"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "ENST00000557378.6",
"protein_id": "ENSP00000450722.2",
"transcript_support_level": 1,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557378.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.2171G>C",
"hgvs_p": "p.Arg724Pro",
"transcript": "ENST00000637716.2",
"protein_id": "ENSP00000490571.1",
"transcript_support_level": 5,
"aa_start": 724,
"aa_end": null,
"aa_length": 812,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637716.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1661G>C",
"hgvs_p": "p.Arg554Pro",
"transcript": "NM_001385085.1",
"protein_id": "NP_001372014.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 642,
"cds_start": 1661,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385085.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1643G>C",
"hgvs_p": "p.Arg548Pro",
"transcript": "NM_001385086.1",
"protein_id": "NP_001372015.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 636,
"cds_start": 1643,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385086.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1640G>C",
"hgvs_p": "p.Arg547Pro",
"transcript": "NM_001385087.1",
"protein_id": "NP_001372016.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 635,
"cds_start": 1640,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385087.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1604G>C",
"hgvs_p": "p.Arg535Pro",
"transcript": "NM_001385088.1",
"protein_id": "NP_001372017.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 623,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385088.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1604G>C",
"hgvs_p": "p.Arg535Pro",
"transcript": "ENST00000637646.1",
"protein_id": "ENSP00000489826.1",
"transcript_support_level": 5,
"aa_start": 535,
"aa_end": null,
"aa_length": 623,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637646.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1553G>C",
"hgvs_p": "p.Arg518Pro",
"transcript": "NM_001385090.1",
"protein_id": "NP_001372019.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 606,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385090.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1553G>C",
"hgvs_p": "p.Arg518Pro",
"transcript": "ENST00000965912.1",
"protein_id": "ENSP00000635971.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 606,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965912.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1550G>C",
"hgvs_p": "p.Arg517Pro",
"transcript": "NM_001385091.1",
"protein_id": "NP_001372020.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 605,
"cds_start": 1550,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385091.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Pro",
"transcript": "NM_001385092.1",
"protein_id": "NP_001372021.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 600,
"cds_start": 1535,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385092.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "NM_001159531.2",
"protein_id": "NP_001153003.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001159531.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "NM_001385082.1",
"protein_id": "NP_001372011.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385082.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "NM_001385083.1",
"protein_id": "NP_001372012.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385083.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "NM_001385084.1",
"protein_id": "NP_001372013.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385084.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "NM_020836.4",
"protein_id": "NP_065887.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020836.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "ENST00000553553.6",
"protein_id": "ENSP00000451397.2",
"transcript_support_level": 3,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553553.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1514G>C",
"hgvs_p": "p.Arg505Pro",
"transcript": "ENST00000556188.6",
"protein_id": "ENSP00000452157.2",
"transcript_support_level": 3,
"aa_start": 505,
"aa_end": null,
"aa_length": 593,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556188.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1487G>C",
"hgvs_p": "p.Arg496Pro",
"transcript": "NM_001385093.1",
"protein_id": "NP_001372022.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 584,
"cds_start": 1487,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385093.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1469G>C",
"hgvs_p": "p.Arg490Pro",
"transcript": "NM_001385094.1",
"protein_id": "NP_001372023.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 578,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385094.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1451G>C",
"hgvs_p": "p.Arg484Pro",
"transcript": "NM_001385095.1",
"protein_id": "NP_001372024.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 572,
"cds_start": 1451,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385095.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1430G>C",
"hgvs_p": "p.Arg477Pro",
"transcript": "NM_001385096.1",
"protein_id": "NP_001372025.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 565,
"cds_start": 1430,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385096.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1430G>C",
"hgvs_p": "p.Arg477Pro",
"transcript": "NM_001385097.1",
"protein_id": "NP_001372026.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 565,
"cds_start": 1430,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385097.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1430G>C",
"hgvs_p": "p.Arg477Pro",
"transcript": "NM_001385098.1",
"protein_id": "NP_001372027.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 565,
"cds_start": 1430,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385098.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1430G>C",
"hgvs_p": "p.Arg477Pro",
"transcript": "NM_001385099.1",
"protein_id": "NP_001372028.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 565,
"cds_start": 1430,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385099.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1430G>C",
"hgvs_p": "p.Arg477Pro",
"transcript": "NM_001385100.1",
"protein_id": "NP_001372029.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 565,
"cds_start": 1430,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385100.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "NM_001385101.1",
"protein_id": "NP_001372030.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 529,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385101.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "NM_001385102.1",
"protein_id": "NP_001372031.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 529,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385102.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "NM_001385103.1",
"protein_id": "NP_001372032.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 529,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385103.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "NM_001385104.1",
"protein_id": "NP_001372033.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 529,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385104.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "ENST00000554356.6",
"protein_id": "ENSP00000452607.2",
"transcript_support_level": 3,
"aa_start": 441,
"aa_end": null,
"aa_length": 529,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554356.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1604G>C",
"hgvs_p": "p.Arg535Pro",
"transcript": "XM_024449670.2",
"protein_id": "XP_024305438.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 623,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449670.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1604G>C",
"hgvs_p": "p.Arg535Pro",
"transcript": "XM_047431629.1",
"protein_id": "XP_047287585.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 623,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431629.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1577G>C",
"hgvs_p": "p.Arg526Pro",
"transcript": "XM_024449671.2",
"protein_id": "XP_024305439.2",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 614,
"cds_start": 1577,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449671.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "c.1466G>C",
"hgvs_p": "p.Arg489Pro",
"transcript": "XM_047431630.1",
"protein_id": "XP_047287586.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 577,
"cds_start": 1466,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431630.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "n.4727G>C",
"hgvs_p": null,
"transcript": "ENST00000556751.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": "retained_intron",
"feature": "ENST00000556751.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"hgvs_c": "n.1749G>C",
"hgvs_p": null,
"transcript": "NR_169571.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169571.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124903382",
"gene_hgnc_id": null,
"hgvs_c": "n.266C>G",
"hgvs_p": null,
"transcript": "XR_007064333.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007064333.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124903382",
"gene_hgnc_id": null,
"hgvs_c": "n.266C>G",
"hgvs_p": null,
"transcript": "XR_007064334.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007064334.1"
}
],
"gene_symbol": "BEGAIN",
"gene_hgnc_id": 24163,
"dbsnp": "rs764209715",
"frequency_reference_population": 0.0000014126668,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000141267,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.49691978096961975,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.129,
"revel_prediction": "Benign",
"alphamissense_score": 0.1024,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.899,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001385085.1",
"gene_symbol": "BEGAIN",
"hgnc_id": 24163,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1661G>C",
"hgvs_p": "p.Arg554Pro"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007064333.1",
"gene_symbol": "LOC124903382",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.266C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}