← 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-36846916-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=36846916&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 36846916,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000358127.9",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"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>G",
"hgvs_p": "p.Pro265Arg",
"transcript": "ENST00000523241.6",
"protein_id": "ENSP00000429637.1",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 324,
"cds_start": 794,
"cds_end": null,
"cds_length": 975,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 8472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.1026C>G",
"hgvs_p": "p.Ser342Ser",
"transcript": "NM_016734.3",
"protein_id": "NP_057953.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 391,
"cds_start": 1026,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1263,
"cdna_end": null,
"cdna_length": 8704,
"mane_select": "ENST00000358127.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.1026C>G",
"hgvs_p": "p.Ser342Ser",
"transcript": "ENST00000358127.9",
"protein_id": "ENSP00000350844.4",
"transcript_support_level": 1,
"aa_start": 342,
"aa_end": null,
"aa_length": 391,
"cds_start": 1026,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1263,
"cdna_end": null,
"cdna_length": 8704,
"mane_select": "NM_016734.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.924C>G",
"hgvs_p": "p.Ser308Ser",
"transcript": "ENST00000377852.7",
"protein_id": "ENSP00000367083.2",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 357,
"cds_start": 924,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 1161,
"cdna_end": null,
"cdna_length": 8602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.897C>G",
"hgvs_p": "p.Ser299Ser",
"transcript": "ENST00000414447.5",
"protein_id": "ENSP00000412188.1",
"transcript_support_level": 1,
"aa_start": 299,
"aa_end": null,
"aa_length": 348,
"cds_start": 897,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 1056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.726C>G",
"hgvs_p": "p.Ser242Ser",
"transcript": "ENST00000446742.5",
"protein_id": "ENSP00000404687.1",
"transcript_support_level": 1,
"aa_start": 242,
"aa_end": null,
"aa_length": 291,
"cds_start": 726,
"cds_end": null,
"cds_length": 876,
"cdna_start": 726,
"cdna_end": null,
"cdna_length": 885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.702C>G",
"hgvs_p": "p.Ser234Ser",
"transcript": "ENST00000522003.5",
"protein_id": "ENSP00000429359.1",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 283,
"cds_start": 702,
"cds_end": null,
"cds_length": 852,
"cdna_start": 860,
"cdna_end": null,
"cdna_length": 1019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.507C>G",
"hgvs_p": "p.Ser169Ser",
"transcript": "ENST00000524340.5",
"protein_id": "ENSP00000429404.1",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 218,
"cds_start": 507,
"cds_end": null,
"cds_length": 657,
"cdna_start": 507,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.*29C>G",
"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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.*29C>G",
"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": false,
"strand": false,
"consequences": [
"3_prime_UTR_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": "n.*29C>G",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.*29C>G",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.1013-6280C>G",
"hgvs_p": null,
"transcript": "ENST00000377853.6",
"protein_id": "ENSP00000367084.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": -4,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1487,
"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.911-6280C>G",
"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": 7,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.884-6280C>G",
"hgvs_p": null,
"transcript": "ENST00000520281.5",
"protein_id": "ENSP00000430773.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": -4,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 969,
"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-6280C>G",
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.587-6280C>G",
"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-6280C>G",
"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": "P",
"aa_alt": "R",
"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>G",
"hgvs_p": "p.Pro265Arg",
"transcript": "NM_001280549.2",
"protein_id": "NP_001267478.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 324,
"cds_start": 794,
"cds_end": null,
"cds_length": 975,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 8472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.924C>G",
"hgvs_p": "p.Ser308Ser",
"transcript": "NM_001280547.2",
"protein_id": "NP_001267476.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 357,
"cds_start": 924,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 1161,
"cdna_end": null,
"cdna_length": 8602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.897C>G",
"hgvs_p": "p.Ser299Ser",
"transcript": "NM_001280554.2",
"protein_id": "NP_001267483.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 348,
"cds_start": 897,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 8575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.726C>G",
"hgvs_p": "p.Ser242Ser",
"transcript": "NM_001280555.2",
"protein_id": "NP_001267484.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 291,
"cds_start": 726,
"cds_end": null,
"cds_length": 876,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 8404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.702C>G",
"hgvs_p": "p.Ser234Ser",
"transcript": "NM_001280556.2",
"protein_id": "NP_001267485.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 283,
"cds_start": 702,
"cds_end": null,
"cds_length": 852,
"cdna_start": 1097,
"cdna_end": null,
"cdna_length": 8538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.702C>G",
"hgvs_p": "p.Ser234Ser",
"transcript": "ENST00000651550.1",
"protein_id": "ENSP00000498443.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 283,
"cds_start": 702,
"cds_end": null,
"cds_length": 852,
"cdna_start": 1085,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.1133C>G",
"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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "n.1190C>G",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.1013-6280C>G",
"hgvs_p": null,
"transcript": "NM_001280548.2",
"protein_id": "NP_001267477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": -4,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8617,
"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.911-6280C>G",
"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": 7,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.884-6280C>G",
"hgvs_p": null,
"transcript": "NM_001280553.2",
"protein_id": "NP_001267482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": -4,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8488,
"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-6280C>G",
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PAX5",
"gene_hgnc_id": 8619,
"hgvs_c": "c.587-6280C>G",
"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": "rs767690925",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.148887038230896,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.449,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1238,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": -1.737,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000358127.9",
"gene_symbol": "PAX5",
"hgnc_id": 8619,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1026C>G",
"hgvs_p": "p.Ser342Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}