← 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: 4-40954557-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=40954557&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 40954557,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000508593.6",
"consequences": [
{
"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": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "NM_004307.2",
"protein_id": "NP_004298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8899,
"mane_select": "ENST00000508593.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "ENST00000508593.6",
"protein_id": "ENSP00000427211.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8899,
"mane_select": "NM_004307.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "ENST00000513140.5",
"protein_id": "ENSP00000426018.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": -4,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "NM_001166050.2",
"protein_id": "NP_001159522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": -4,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "ENST00000295974.12",
"protein_id": "ENSP00000295974.8",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": -4,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "NM_001330656.2",
"protein_id": "NP_001317585.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": -4,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8833,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "NM_001330658.2",
"protein_id": "NP_001317587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": -4,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "ENST00000506352.5",
"protein_id": "ENSP00000421539.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": -4,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "NM_173075.5",
"protein_id": "NP_775098.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": -4,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.803-9484G>A",
"hgvs_p": null,
"transcript": "ENST00000513611.5",
"protein_id": "ENSP00000427307.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 727,
"cds_start": -4,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "n.804-9487G>A",
"hgvs_p": null,
"transcript": "ENST00000509475.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": 1486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_006714005.5",
"protein_id": "XP_006714068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_006714008.5",
"protein_id": "XP_006714071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450159.1",
"protein_id": "XP_047306115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450160.1",
"protein_id": "XP_047306116.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450161.1",
"protein_id": "XP_047306117.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450162.1",
"protein_id": "XP_047306118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450163.1",
"protein_id": "XP_047306119.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450164.1",
"protein_id": "XP_047306120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450165.1",
"protein_id": "XP_047306121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 761,
"cds_start": -4,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_006714010.5",
"protein_id": "XP_006714073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_017008144.3",
"protein_id": "XP_016863633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450166.1",
"protein_id": "XP_047306122.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450167.1",
"protein_id": "XP_047306123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450168.1",
"protein_id": "XP_047306124.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450169.1",
"protein_id": "XP_047306125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450170.1",
"protein_id": "XP_047306126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_017008145.3",
"protein_id": "XP_016863634.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450171.1",
"protein_id": "XP_047306127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450172.1",
"protein_id": "XP_047306128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450173.1",
"protein_id": "XP_047306129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450174.1",
"protein_id": "XP_047306130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450175.1",
"protein_id": "XP_047306131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450176.1",
"protein_id": "XP_047306132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 759,
"cds_start": -4,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450177.1",
"protein_id": "XP_047306133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": -4,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450178.1",
"protein_id": "XP_047306134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": -4,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450179.1",
"protein_id": "XP_047306135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": -4,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450180.1",
"protein_id": "XP_047306136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": -4,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450181.1",
"protein_id": "XP_047306137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": -4,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.785-9484G>A",
"hgvs_p": null,
"transcript": "XM_017008146.3",
"protein_id": "XP_016863635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 744,
"cds_start": -4,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.785-9484G>A",
"hgvs_p": null,
"transcript": "XM_017008148.3",
"protein_id": "XP_016863637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 744,
"cds_start": -4,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_006714011.5",
"protein_id": "XP_006714074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 740,
"cds_start": -4,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_017008151.3",
"protein_id": "XP_016863640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 740,
"cds_start": -4,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_006714012.5",
"protein_id": "XP_006714075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 739,
"cds_start": -4,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_017008152.3",
"protein_id": "XP_016863641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 739,
"cds_start": -4,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450182.1",
"protein_id": "XP_047306138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 739,
"cds_start": -4,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450183.1",
"protein_id": "XP_047306139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 739,
"cds_start": -4,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450184.1",
"protein_id": "XP_047306140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 739,
"cds_start": -4,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_011513687.4",
"protein_id": "XP_011511989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 738,
"cds_start": -4,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_017008154.3",
"protein_id": "XP_016863643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 738,
"cds_start": -4,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450185.1",
"protein_id": "XP_047306141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 738,
"cds_start": -4,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450186.1",
"protein_id": "XP_047306142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 738,
"cds_start": -4,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450187.1",
"protein_id": "XP_047306143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 738,
"cds_start": -4,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null,
"transcript": "XM_047450188.1",
"protein_id": "XP_047306144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 738,
"cds_start": -4,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450189.1",
"protein_id": "XP_047306145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": -4,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450190.1",
"protein_id": "XP_047306146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": -4,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"hgvs_c": "c.836-9487G>A",
"hgvs_p": null,
"transcript": "XM_047450191.1",
"protein_id": "XP_047306147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": -4,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "APBB2",
"gene_hgnc_id": 582,
"dbsnp": "rs7697609",
"frequency_reference_population": 0.21391292,
"hom_count_reference_population": 3794,
"allele_count_reference_population": 32543,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.213913,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 32543,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 3794,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.671,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000508593.6",
"gene_symbol": "APBB2",
"hgnc_id": 582,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.836-9484G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}