← 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-155247840-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=155247840&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 155247840,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006589.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1949G>C",
"hgvs_p": "p.Arg650Pro",
"transcript": "NM_006589.3",
"protein_id": "NP_006580.2",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 668,
"cds_start": 1949,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361361.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006589.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1949G>C",
"hgvs_p": "p.Arg650Pro",
"transcript": "ENST00000361361.7",
"protein_id": "ENSP00000354958.2",
"transcript_support_level": 1,
"aa_start": 650,
"aa_end": null,
"aa_length": 668,
"cds_start": 1949,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006589.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361361.7"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1895G>C",
"hgvs_p": "p.Arg632Pro",
"transcript": "ENST00000368368.7",
"protein_id": "ENSP00000357352.3",
"transcript_support_level": 1,
"aa_start": 632,
"aa_end": null,
"aa_length": 650,
"cds_start": 1895,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368368.7"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1661G>C",
"hgvs_p": "p.Arg554Pro",
"transcript": "ENST00000350210.6",
"protein_id": "ENSP00000307128.4",
"transcript_support_level": 1,
"aa_start": 554,
"aa_end": null,
"aa_length": 572,
"cds_start": 1661,
"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": "ENST00000350210.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "n.1339G>C",
"hgvs_p": null,
"transcript": "ENST00000368366.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000368366.5"
},
{
"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": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "n.*337G>C",
"hgvs_p": null,
"transcript": "ENST00000487649.5",
"protein_id": "ENSP00000427520.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": "ENST00000487649.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "n.*337G>C",
"hgvs_p": null,
"transcript": "ENST00000487649.5",
"protein_id": "ENSP00000427520.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": "ENST00000487649.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1952G>C",
"hgvs_p": "p.Arg651Pro",
"transcript": "ENST00000851432.1",
"protein_id": "ENSP00000521491.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 669,
"cds_start": 1952,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851432.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1895G>C",
"hgvs_p": "p.Arg632Pro",
"transcript": "NM_001267608.2",
"protein_id": "NP_001254537.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 650,
"cds_start": 1895,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267608.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1892G>C",
"hgvs_p": "p.Arg631Pro",
"transcript": "ENST00000851437.1",
"protein_id": "ENSP00000521496.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 649,
"cds_start": 1892,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851437.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1877G>C",
"hgvs_p": "p.Arg626Pro",
"transcript": "ENST00000851433.1",
"protein_id": "ENSP00000521492.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 644,
"cds_start": 1877,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851433.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1841G>C",
"hgvs_p": "p.Arg614Pro",
"transcript": "ENST00000927592.1",
"protein_id": "ENSP00000597651.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 632,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927592.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1838G>C",
"hgvs_p": "p.Arg613Pro",
"transcript": "ENST00000927595.1",
"protein_id": "ENSP00000597654.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 631,
"cds_start": 1838,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927595.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1829G>C",
"hgvs_p": "p.Arg610Pro",
"transcript": "ENST00000927596.1",
"protein_id": "ENSP00000597655.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 628,
"cds_start": 1829,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927596.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1784G>C",
"hgvs_p": "p.Arg595Pro",
"transcript": "ENST00000851436.1",
"protein_id": "ENSP00000521495.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 613,
"cds_start": 1784,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851436.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1781G>C",
"hgvs_p": "p.Arg594Pro",
"transcript": "ENST00000851439.1",
"protein_id": "ENSP00000521498.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 612,
"cds_start": 1781,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851439.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1721G>C",
"hgvs_p": "p.Arg574Pro",
"transcript": "ENST00000927594.1",
"protein_id": "ENSP00000597653.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 592,
"cds_start": 1721,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927594.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1664G>C",
"hgvs_p": "p.Arg555Pro",
"transcript": "ENST00000851434.1",
"protein_id": "ENSP00000521493.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 573,
"cds_start": 1664,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851434.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1661G>C",
"hgvs_p": "p.Arg554Pro",
"transcript": "NM_198264.2",
"protein_id": "NP_937995.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 572,
"cds_start": 1661,
"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_198264.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1661G>C",
"hgvs_p": "p.Arg554Pro",
"transcript": "ENST00000927590.1",
"protein_id": "ENSP00000597649.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 572,
"cds_start": 1661,
"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": "ENST00000927590.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": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1445G>C",
"hgvs_p": "p.Arg482Pro",
"transcript": "ENST00000851441.1",
"protein_id": "ENSP00000521500.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 500,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851441.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1403G>C",
"hgvs_p": "p.Arg468Pro",
"transcript": "ENST00000851438.1",
"protein_id": "ENSP00000521497.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 486,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851438.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": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1388G>C",
"hgvs_p": "p.Arg463Pro",
"transcript": "ENST00000851435.1",
"protein_id": "ENSP00000521494.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 481,
"cds_start": 1388,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851435.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1373G>C",
"hgvs_p": "p.Arg458Pro",
"transcript": "ENST00000965815.1",
"protein_id": "ENSP00000635874.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 476,
"cds_start": 1373,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965815.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1235G>C",
"hgvs_p": "p.Arg412Pro",
"transcript": "ENST00000927597.1",
"protein_id": "ENSP00000597656.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 430,
"cds_start": 1235,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927597.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": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1118G>C",
"hgvs_p": "p.Arg373Pro",
"transcript": "ENST00000851440.1",
"protein_id": "ENSP00000521499.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 391,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851440.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": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1115G>C",
"hgvs_p": "p.Arg372Pro",
"transcript": "ENST00000491082.2",
"protein_id": "ENSP00000427011.2",
"transcript_support_level": 5,
"aa_start": 372,
"aa_end": null,
"aa_length": 390,
"cds_start": 1115,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000491082.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": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.908G>C",
"hgvs_p": "p.Arg303Pro",
"transcript": "ENST00000927593.1",
"protein_id": "ENSP00000597652.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 321,
"cds_start": 908,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927593.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": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.842G>C",
"hgvs_p": "p.Arg281Pro",
"transcript": "ENST00000927598.1",
"protein_id": "ENSP00000597657.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 299,
"cds_start": 842,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927598.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.449G>C",
"hgvs_p": "p.Arg150Pro",
"transcript": "ENST00000927591.1",
"protein_id": "ENSP00000597650.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 168,
"cds_start": 449,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927591.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1952G>C",
"hgvs_p": "p.Arg651Pro",
"transcript": "XM_005244845.3",
"protein_id": "XP_005244902.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 669,
"cds_start": 1952,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005244845.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1718G>C",
"hgvs_p": "p.Arg573Pro",
"transcript": "XM_047438744.1",
"protein_id": "XP_047294700.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 591,
"cds_start": 1718,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438744.1"
}
],
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"dbsnp": "rs572393078",
"frequency_reference_population": 0.000008721051,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000896584,
"gnomad_genomes_af": 0.00000656892,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.057544320821762085,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.14,
"revel_prediction": "Benign",
"alphamissense_score": 0.1039,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.061,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_006589.3",
"gene_symbol": "ENTREP3",
"hgnc_id": 1233,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1949G>C",
"hgvs_p": "p.Arg650Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}