← 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: 9-36882093-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=36882093&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 36882093,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000358127.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.923C>T",
"hgvs_p": "p.Ala308Val",
"transcript": "NM_016734.3",
"protein_id": "NP_057953.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 391,
"cds_start": 923,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 8704,
"mane_select": "ENST00000358127.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.923C>T",
"hgvs_p": "p.Ala308Val",
"transcript": "ENST00000358127.9",
"protein_id": "ENSP00000350844.4",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 391,
"cds_start": 923,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 8704,
"mane_select": "NM_016734.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.923C>T",
"hgvs_p": "p.Ala308Val",
"transcript": "ENST00000377853.6",
"protein_id": "ENSP00000367084.2",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 362,
"cds_start": 923,
"cds_end": null,
"cds_length": 1089,
"cdna_start": 933,
"cdna_end": null,
"cdna_length": 1487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.794C>T",
"hgvs_p": "p.Ala265Val",
"transcript": "ENST00000414447.5",
"protein_id": "ENSP00000412188.1",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 348,
"cds_start": 794,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 1056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.794C>T",
"hgvs_p": "p.Ala265Val",
"transcript": "ENST00000520281.5",
"protein_id": "ENSP00000430773.1",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 319,
"cds_start": 794,
"cds_end": null,
"cds_length": 960,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.599C>T",
"hgvs_p": "p.Ala200Val",
"transcript": "ENST00000522003.5",
"protein_id": "ENSP00000429359.1",
"transcript_support_level": 1,
"aa_start": 200,
"aa_end": null,
"aa_length": 283,
"cds_start": 599,
"cds_end": null,
"cds_length": 852,
"cdna_start": 757,
"cdna_end": null,
"cdna_length": 1019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.404C>T",
"hgvs_p": "p.Ala135Val",
"transcript": "ENST00000524340.5",
"protein_id": "ENSP00000429404.1",
"transcript_support_level": 1,
"aa_start": 135,
"aa_end": null,
"aa_length": 218,
"cds_start": 404,
"cds_end": null,
"cds_length": 657,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 659,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.793C>T",
"hgvs_p": null,
"transcript": "ENST00000377840.6",
"protein_id": "ENSP00000367071.2",
"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": 1444,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.850C>T",
"hgvs_p": null,
"transcript": "ENST00000523493.5",
"protein_id": "ENSP00000431038.1",
"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": 1112,
"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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.911-35164C>T",
"hgvs_p": null,
"transcript": "ENST00000377852.7",
"protein_id": "ENSP00000367083.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": -4,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8602,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.910+41262C>T",
"hgvs_p": null,
"transcript": "ENST00000377847.6",
"protein_id": "ENSP00000367078.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": -4,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 996,
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.781-35164C>T",
"hgvs_p": null,
"transcript": "ENST00000523241.6",
"protein_id": "ENSP00000429637.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": -4,
"cds_end": null,
"cds_length": 975,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.781-41457C>T",
"hgvs_p": null,
"transcript": "ENST00000520154.6",
"protein_id": "ENSP00000429291.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1399,
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.713-35164C>T",
"hgvs_p": null,
"transcript": "ENST00000446742.5",
"protein_id": "ENSP00000404687.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 885,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.586+41262C>T",
"hgvs_p": null,
"transcript": "ENST00000523145.5",
"protein_id": "ENSP00000429197.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": -4,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 830,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.104-41457C>T",
"hgvs_p": null,
"transcript": "ENST00000522932.1",
"protein_id": "ENSP00000428670.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": -4,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.923C>T",
"hgvs_p": "p.Ala308Val",
"transcript": "NM_001280548.2",
"protein_id": "NP_001267477.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 362,
"cds_start": 923,
"cds_end": null,
"cds_length": 1089,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 8617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.794C>T",
"hgvs_p": "p.Ala265Val",
"transcript": "NM_001280554.2",
"protein_id": "NP_001267483.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 348,
"cds_start": 794,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 8575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.794C>T",
"hgvs_p": "p.Ala265Val",
"transcript": "NM_001280553.2",
"protein_id": "NP_001267482.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 319,
"cds_start": 794,
"cds_end": null,
"cds_length": 960,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 8488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.599C>T",
"hgvs_p": "p.Ala200Val",
"transcript": "NM_001280556.2",
"protein_id": "NP_001267485.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 283,
"cds_start": 599,
"cds_end": null,
"cds_length": 852,
"cdna_start": 994,
"cdna_end": null,
"cdna_length": 8538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.599C>T",
"hgvs_p": "p.Ala200Val",
"transcript": "ENST00000651550.1",
"protein_id": "ENSP00000498443.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 283,
"cds_start": 599,
"cds_end": null,
"cds_length": 852,
"cdna_start": 982,
"cdna_end": null,
"cdna_length": 8523,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.1030C>T",
"hgvs_p": null,
"transcript": "NR_103999.2",
"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": 8574,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.1087C>T",
"hgvs_p": null,
"transcript": "NR_104000.2",
"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": 8631,
"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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.911-35164C>T",
"hgvs_p": null,
"transcript": "NM_001280547.2",
"protein_id": "NP_001267476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": -4,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8602,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.910+41262C>T",
"hgvs_p": null,
"transcript": "NM_001280552.2",
"protein_id": "NP_001267481.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": -4,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8515,
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.781-35164C>T",
"hgvs_p": null,
"transcript": "NM_001280549.2",
"protein_id": "NP_001267478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": -4,
"cds_end": null,
"cds_length": 975,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.781-41457C>T",
"hgvs_p": null,
"transcript": "NM_001280550.2",
"protein_id": "NP_001267479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8385,
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.713-35164C>T",
"hgvs_p": null,
"transcript": "NM_001280555.2",
"protein_id": "NP_001267484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8404,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.586+41262C>T",
"hgvs_p": null,
"transcript": "NM_001280551.2",
"protein_id": "NP_001267480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": -4,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"dbsnp": "rs35077960",
"frequency_reference_population": 0.0007542159,
"hom_count_reference_population": 12,
"allele_count_reference_population": 1203,
"gnomad_exomes_af": 0.000392998,
"gnomad_genomes_af": 0.00417657,
"gnomad_exomes_ac": 567,
"gnomad_genomes_ac": 636,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 10,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008671492338180542,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.181,
"revel_prediction": "Benign",
"alphamissense_score": 0.1399,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.75,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.09,
"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,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000358127.9",
"gene_symbol": "PAX5",
"hgnc_id": 8619,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.923C>T",
"hgvs_p": "p.Ala308Val"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}