← 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-155248222-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=155248222&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 155248222,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006589.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"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>A",
"hgvs_p": "p.Arg554Gln",
"transcript": "NM_006589.3",
"protein_id": "NP_006580.2",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 668,
"cds_start": 1661,
"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": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"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>A",
"hgvs_p": "p.Arg554Gln",
"transcript": "ENST00000361361.7",
"protein_id": "ENSP00000354958.2",
"transcript_support_level": 1,
"aa_start": 554,
"aa_end": null,
"aa_length": 668,
"cds_start": 1661,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "ENST00000368368.7",
"protein_id": "ENSP00000357352.3",
"transcript_support_level": 1,
"aa_start": 536,
"aa_end": null,
"aa_length": 650,
"cds_start": 1607,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"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>A",
"hgvs_p": "p.Arg458Gln",
"transcript": "ENST00000350210.6",
"protein_id": "ENSP00000307128.4",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 572,
"cds_start": 1373,
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "n.1051G>A",
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "n.*49G>A",
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "n.*49G>A",
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1664G>A",
"hgvs_p": "p.Arg555Gln",
"transcript": "ENST00000851432.1",
"protein_id": "ENSP00000521491.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 669,
"cds_start": 1664,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "NM_001267608.2",
"protein_id": "NP_001254537.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 650,
"cds_start": 1607,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1604G>A",
"hgvs_p": "p.Arg535Gln",
"transcript": "ENST00000851437.1",
"protein_id": "ENSP00000521496.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 649,
"cds_start": 1604,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1589G>A",
"hgvs_p": "p.Arg530Gln",
"transcript": "ENST00000851433.1",
"protein_id": "ENSP00000521492.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 644,
"cds_start": 1589,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1553G>A",
"hgvs_p": "p.Arg518Gln",
"transcript": "ENST00000927592.1",
"protein_id": "ENSP00000597651.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 632,
"cds_start": 1553,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1550G>A",
"hgvs_p": "p.Arg517Gln",
"transcript": "ENST00000927595.1",
"protein_id": "ENSP00000597654.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 631,
"cds_start": 1550,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1541G>A",
"hgvs_p": "p.Arg514Gln",
"transcript": "ENST00000927596.1",
"protein_id": "ENSP00000597655.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 628,
"cds_start": 1541,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1496G>A",
"hgvs_p": "p.Arg499Gln",
"transcript": "ENST00000851436.1",
"protein_id": "ENSP00000521495.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 613,
"cds_start": 1496,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1493G>A",
"hgvs_p": "p.Arg498Gln",
"transcript": "ENST00000851439.1",
"protein_id": "ENSP00000521498.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 612,
"cds_start": 1493,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1433G>A",
"hgvs_p": "p.Arg478Gln",
"transcript": "ENST00000927594.1",
"protein_id": "ENSP00000597653.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 592,
"cds_start": 1433,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1376G>A",
"hgvs_p": "p.Arg459Gln",
"transcript": "ENST00000851434.1",
"protein_id": "ENSP00000521493.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 573,
"cds_start": 1376,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"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>A",
"hgvs_p": "p.Arg458Gln",
"transcript": "NM_198264.2",
"protein_id": "NP_937995.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 572,
"cds_start": 1373,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1373G>A",
"hgvs_p": "p.Arg458Gln",
"transcript": "ENST00000927590.1",
"protein_id": "ENSP00000597649.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 572,
"cds_start": 1373,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1157G>A",
"hgvs_p": "p.Arg386Gln",
"transcript": "ENST00000851441.1",
"protein_id": "ENSP00000521500.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 500,
"cds_start": 1157,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1115G>A",
"hgvs_p": "p.Arg372Gln",
"transcript": "ENST00000851438.1",
"protein_id": "ENSP00000521497.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 486,
"cds_start": 1115,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1100G>A",
"hgvs_p": "p.Arg367Gln",
"transcript": "ENST00000851435.1",
"protein_id": "ENSP00000521494.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 481,
"cds_start": 1100,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"transcript": "ENST00000965815.1",
"protein_id": "ENSP00000635874.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 476,
"cds_start": 1085,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.947G>A",
"hgvs_p": "p.Arg316Gln",
"transcript": "ENST00000927597.1",
"protein_id": "ENSP00000597656.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 430,
"cds_start": 947,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.830G>A",
"hgvs_p": "p.Arg277Gln",
"transcript": "ENST00000851440.1",
"protein_id": "ENSP00000521499.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 391,
"cds_start": 830,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.827G>A",
"hgvs_p": "p.Arg276Gln",
"transcript": "ENST00000491082.2",
"protein_id": "ENSP00000427011.2",
"transcript_support_level": 5,
"aa_start": 276,
"aa_end": null,
"aa_length": 390,
"cds_start": 827,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.620G>A",
"hgvs_p": "p.Arg207Gln",
"transcript": "ENST00000927593.1",
"protein_id": "ENSP00000597652.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 321,
"cds_start": 620,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.554G>A",
"hgvs_p": "p.Arg185Gln",
"transcript": "ENST00000927598.1",
"protein_id": "ENSP00000597657.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 299,
"cds_start": 554,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1664G>A",
"hgvs_p": "p.Arg555Gln",
"transcript": "XM_005244845.3",
"protein_id": "XP_005244902.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 669,
"cds_start": 1664,
"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": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.1430G>A",
"hgvs_p": "p.Arg477Gln",
"transcript": "XM_047438744.1",
"protein_id": "XP_047294700.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 591,
"cds_start": 1430,
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "c.334-267G>A",
"hgvs_p": null,
"transcript": "ENST00000927591.1",
"protein_id": "ENSP00000597650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"hgvs_c": "n.*182G>A",
"hgvs_p": null,
"transcript": "ENST00000706772.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": "retained_intron",
"feature": "ENST00000706772.1"
}
],
"gene_symbol": "ENTREP3",
"gene_hgnc_id": 1233,
"dbsnp": "rs374893297",
"frequency_reference_population": 0.000055391112,
"hom_count_reference_population": 0,
"allele_count_reference_population": 89,
"gnomad_exomes_af": 0.0000563746,
"gnomad_genomes_af": 0.0000459921,
"gnomad_exomes_ac": 82,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10897019505500793,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.055,
"revel_prediction": "Benign",
"alphamissense_score": 0.0946,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.613,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006589.3",
"gene_symbol": "ENTREP3",
"hgnc_id": 1233,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1661G>A",
"hgvs_p": "p.Arg554Gln"
}
],
"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
}