← 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: 19-3751034-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=3751034&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 3751034,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_004886.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1720T>C",
"hgvs_p": "p.Tyr574His",
"transcript": "NM_004886.4",
"protein_id": "NP_004877.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 575,
"cds_start": 1720,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000316757.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004886.4"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": true,
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1720T>C",
"hgvs_p": "p.Tyr574His",
"transcript": "ENST00000316757.4",
"protein_id": "ENSP00000315136.2",
"transcript_support_level": 1,
"aa_start": 574,
"aa_end": null,
"aa_length": 575,
"cds_start": 1720,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004886.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000316757.4"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "n.4095T>C",
"hgvs_p": null,
"transcript": "ENST00000590064.1",
"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": "ENST00000590064.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1768T>C",
"hgvs_p": "p.Tyr590His",
"transcript": "ENST00000861573.1",
"protein_id": "ENSP00000531632.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 591,
"cds_start": 1768,
"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": "ENST00000861573.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1720T>C",
"hgvs_p": "p.Tyr574His",
"transcript": "ENST00000861572.1",
"protein_id": "ENSP00000531631.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 575,
"cds_start": 1720,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861572.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1720T>C",
"hgvs_p": "p.Tyr574His",
"transcript": "ENST00000861574.1",
"protein_id": "ENSP00000531633.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 575,
"cds_start": 1720,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861574.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1717T>C",
"hgvs_p": "p.Tyr573His",
"transcript": "ENST00000931433.1",
"protein_id": "ENSP00000601492.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 574,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931433.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1717T>C",
"hgvs_p": "p.Tyr573His",
"transcript": "ENST00000931437.1",
"protein_id": "ENSP00000601496.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 574,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931437.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1708T>C",
"hgvs_p": "p.Tyr570His",
"transcript": "ENST00000931438.1",
"protein_id": "ENSP00000601497.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 571,
"cds_start": 1708,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931438.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1663T>C",
"hgvs_p": "p.Tyr555His",
"transcript": "ENST00000931436.1",
"protein_id": "ENSP00000601495.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 556,
"cds_start": 1663,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931436.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1600T>C",
"hgvs_p": "p.Tyr534His",
"transcript": "ENST00000931435.1",
"protein_id": "ENSP00000601494.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 535,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931435.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1558T>C",
"hgvs_p": "p.Tyr520His",
"transcript": "ENST00000861570.1",
"protein_id": "ENSP00000531629.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 521,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861570.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1534T>C",
"hgvs_p": "p.Tyr512His",
"transcript": "ENST00000931434.1",
"protein_id": "ENSP00000601493.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 513,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931434.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1507T>C",
"hgvs_p": "p.Tyr503His",
"transcript": "ENST00000931439.1",
"protein_id": "ENSP00000601498.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 504,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931439.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1285T>C",
"hgvs_p": "p.Tyr429His",
"transcript": "ENST00000861571.1",
"protein_id": "ENSP00000531630.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 430,
"cds_start": 1285,
"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": "ENST00000861571.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1824T>C",
"hgvs_p": "p.Cys608Cys",
"transcript": "XM_006722950.5",
"protein_id": "XP_006723013.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 650,
"cds_start": 1824,
"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": "XM_006722950.5"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "c.1098T>C",
"hgvs_p": "p.Cys366Cys",
"transcript": "XM_006722951.4",
"protein_id": "XP_006723014.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 408,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722951.4"
},
{
"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": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "n.1564T>C",
"hgvs_p": null,
"transcript": "ENST00000588984.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": "ENST00000588984.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "NM_001267560.2",
"protein_id": "NP_001254489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000541714.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267560.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000541714.7",
"protein_id": "ENSP00000439278.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001267560.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541714.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000587686.1",
"protein_id": "ENSP00000467864.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587686.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "n.*32T>C",
"hgvs_p": null,
"transcript": "ENST00000591678.1",
"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": "ENST00000591678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "NM_001267561.2",
"protein_id": "NP_001254490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 928,
"cds_start": null,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267561.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000589378.5",
"protein_id": "ENSP00000465419.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 928,
"cds_start": null,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589378.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000872696.1",
"protein_id": "ENSP00000542755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872696.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000872697.1",
"protein_id": "ENSP00000542756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872697.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000872698.1",
"protein_id": "ENSP00000542757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872698.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000872700.1",
"protein_id": "ENSP00000542759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872700.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000872701.1",
"protein_id": "ENSP00000542760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872701.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000956533.1",
"protein_id": "ENSP00000626592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956533.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000956534.1",
"protein_id": "ENSP00000626593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956534.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000956535.1",
"protein_id": "ENSP00000626594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956535.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000956536.1",
"protein_id": "ENSP00000626595.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956536.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000539908.6",
"protein_id": "ENSP00000439991.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 883,
"cds_start": null,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539908.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000872695.1",
"protein_id": "ENSP00000542754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 876,
"cds_start": null,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872695.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000872699.1",
"protein_id": "ENSP00000542758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 823,
"cds_start": null,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872699.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000956532.1",
"protein_id": "ENSP00000626591.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 823,
"cds_start": null,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956532.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "c.*350A>G",
"hgvs_p": null,
"transcript": "XM_047438611.1",
"protein_id": "XP_047294567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 985,
"cds_start": null,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438611.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "n.*723A>G",
"hgvs_p": null,
"transcript": "ENST00000586032.5",
"protein_id": "ENSP00000465065.1",
"transcript_support_level": 5,
"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": "ENST00000586032.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA3",
"gene_hgnc_id": 580,
"hgvs_c": "n.*216T>C",
"hgvs_p": null,
"transcript": "ENST00000586991.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000586991.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": "TJP3",
"gene_hgnc_id": 11829,
"hgvs_c": "n.*224A>G",
"hgvs_p": null,
"transcript": "ENST00000587641.1",
"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": "ENST00000587641.1"
}
],
"gene_symbol": "APBA3",
"gene_hgnc_id": 580,
"dbsnp": "rs1356226308",
"frequency_reference_population": 7.1046844e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.10468e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4539898633956909,
"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.232,
"revel_prediction": "Benign",
"alphamissense_score": 0.8665,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.674,
"phylop100way_prediction": "Pathogenic",
"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_004886.4",
"gene_symbol": "APBA3",
"hgnc_id": 580,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1720T>C",
"hgvs_p": "p.Tyr574His"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001267561.2",
"gene_symbol": "TJP3",
"hgnc_id": 11829,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*350A>G",
"hgvs_p": null
}
],
"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
}