← 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: 7-100101813-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100101813&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100101813,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000359593.9",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM7",
"gene_hgnc_id": 6950,
"hgvs_c": "c.-519C>T",
"hgvs_p": null,
"transcript": "ENST00000343023.10",
"protein_id": "ENSP00000344006.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": -4,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM7",
"gene_hgnc_id": 6950,
"hgvs_c": "n.128C>T",
"hgvs_p": null,
"transcript": "ENST00000489841.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM7",
"gene_hgnc_id": 6950,
"hgvs_c": "c.-519C>T",
"hgvs_p": null,
"transcript": "ENST00000343023.10",
"protein_id": "ENSP00000344006.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": -4,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_004722.4",
"protein_id": "NP_004713.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": "ENST00000359593.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000359593.9",
"protein_id": "ENSP00000352603.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": "NM_004722.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000421755.5",
"protein_id": "ENSP00000412185.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.99G>A",
"hgvs_p": null,
"transcript": "ENST00000416938.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.45G>A",
"hgvs_p": null,
"transcript": "ENST00000463195.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001363671.2",
"protein_id": "NP_001350600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001438824.1",
"protein_id": "NP_001425753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000429084.5",
"protein_id": "ENSP00000403663.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001438825.1",
"protein_id": "NP_001425754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001438826.1",
"protein_id": "NP_001425755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713591.1",
"protein_id": "ENSP00000518888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713791.1",
"protein_id": "ENSP00000519097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713792.1",
"protein_id": "ENSP00000519098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 450,
"cds_start": -4,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001438827.1",
"protein_id": "NP_001425756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": -4,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001438828.1",
"protein_id": "NP_001425757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000445295.2",
"protein_id": "ENSP00000393723.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000450807.6",
"protein_id": "ENSP00000391585.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 408,
"cds_start": -4,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001438829.1",
"protein_id": "NP_001425758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": -4,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000438383.6",
"protein_id": "ENSP00000401613.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": -4,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "NM_001438830.1",
"protein_id": "NP_001425759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": -4,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.-475+41G>A",
"hgvs_p": null,
"transcript": "NM_001438831.1",
"protein_id": "NP_001425760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.-402+41G>A",
"hgvs_p": null,
"transcript": "NM_001438832.1",
"protein_id": "NP_001425761.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000439416.5",
"protein_id": "ENSP00000414286.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": -4,
"cds_end": null,
"cds_length": 797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000394061.7",
"protein_id": "ENSP00000377625.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000445208.5",
"protein_id": "ENSP00000400598.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000446007.5",
"protein_id": "ENSP00000396928.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.137+41G>A",
"hgvs_p": null,
"transcript": "ENST00000478501.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713793.1",
"protein_id": "ENSP00000519099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713794.1",
"protein_id": "ENSP00000519100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713795.1",
"protein_id": "ENSP00000519101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713796.1",
"protein_id": "ENSP00000519102.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713797.1",
"protein_id": "ENSP00000519103.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713798.1",
"protein_id": "ENSP00000519104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.58+41G>A",
"hgvs_p": null,
"transcript": "ENST00000713799.1",
"protein_id": "ENSP00000519105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.130+41G>A",
"hgvs_p": null,
"transcript": "NR_199390.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.58+41G>A",
"hgvs_p": null,
"transcript": "XM_005250689.5",
"protein_id": "XP_005250746.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.-248G>A",
"hgvs_p": null,
"transcript": "ENST00000422582.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"dbsnp": "rs1122598",
"frequency_reference_population": 0.17889963,
"hom_count_reference_population": 29836,
"allele_count_reference_population": 287608,
"gnomad_exomes_af": 0.181183,
"gnomad_genomes_af": 0.157049,
"gnomad_exomes_ac": 263719,
"gnomad_genomes_ac": 23889,
"gnomad_exomes_homalt": 27141,
"gnomad_genomes_homalt": 2695,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7900000214576721,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.154,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000359593.9",
"gene_symbol": "AP4M1",
"hgnc_id": 574,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.58+41G>A",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000343023.10",
"gene_symbol": "MCM7",
"hgnc_id": 6950,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-519C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}