← 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: 14-65101552-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=65101552&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 65101552,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000358664.9",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_002382.5",
"protein_id": "NP_002373.3",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 160,
"cds_start": 57,
"cds_end": null,
"cds_length": 483,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": "ENST00000358664.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "ENST00000358664.9",
"protein_id": "ENSP00000351490.4",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 160,
"cds_start": 57,
"cds_end": null,
"cds_length": 483,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": "NM_002382.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "ENST00000284165.10",
"protein_id": "ENSP00000284165.6",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 134,
"cds_start": 57,
"cds_end": null,
"cds_length": 405,
"cdna_start": 206,
"cdna_end": null,
"cdna_length": 3155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "ENST00000246163.2",
"protein_id": "ENSP00000246163.2",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 96,
"cds_start": 57,
"cds_end": null,
"cds_length": 291,
"cdna_start": 227,
"cdna_end": null,
"cdna_length": 897,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.57A>T",
"hgvs_p": null,
"transcript": "ENST00000394606.6",
"protein_id": "ENSP00000378104.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": 2097,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.57A>T",
"hgvs_p": null,
"transcript": "ENST00000553928.5",
"protein_id": "ENSP00000451907.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": 623,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "ENST00000358402.8",
"protein_id": "ENSP00000351175.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": -4,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1973,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "ENST00000555667.5",
"protein_id": "ENSP00000452286.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": -4,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_001407094.1",
"protein_id": "NP_001394023.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 160,
"cds_start": 57,
"cds_end": null,
"cds_length": 483,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 1865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_001407096.1",
"protein_id": "NP_001394025.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 130,
"cds_start": 57,
"cds_end": null,
"cds_length": 393,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 2176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_001407097.1",
"protein_id": "NP_001394026.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 130,
"cds_start": 57,
"cds_end": null,
"cds_length": 393,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_001407098.1",
"protein_id": "NP_001394027.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 124,
"cds_start": 57,
"cds_end": null,
"cds_length": 375,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 1902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "ENST00000555419.5",
"protein_id": "ENSP00000452405.1",
"transcript_support_level": 5,
"aa_start": 19,
"aa_end": null,
"aa_length": 124,
"cds_start": 57,
"cds_end": null,
"cds_length": 375,
"cdna_start": 57,
"cdna_end": null,
"cdna_length": 765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_001407103.1",
"protein_id": "NP_001394032.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 103,
"cds_start": 57,
"cds_end": null,
"cds_length": 312,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 1966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_001407104.1",
"protein_id": "NP_001394033.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 103,
"cds_start": 57,
"cds_end": null,
"cds_length": 312,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 1950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_145113.3",
"protein_id": "NP_660088.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 103,
"cds_start": 57,
"cds_end": null,
"cds_length": 312,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 2111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "ENST00000556979.6",
"protein_id": "ENSP00000452378.1",
"transcript_support_level": 3,
"aa_start": 19,
"aa_end": null,
"aa_length": 103,
"cds_start": 57,
"cds_end": null,
"cds_length": 312,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_145114.3",
"protein_id": "NP_660089.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 96,
"cds_start": 57,
"cds_end": null,
"cds_length": 291,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "NM_197957.4",
"protein_id": "NP_932061.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 83,
"cds_start": 57,
"cds_end": null,
"cds_length": 252,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "ENST00000341653.6",
"protein_id": "ENSP00000342482.2",
"transcript_support_level": 2,
"aa_start": 19,
"aa_end": null,
"aa_length": 83,
"cds_start": 57,
"cds_end": null,
"cds_length": 252,
"cdna_start": 105,
"cdna_end": null,
"cdna_length": 330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.80A>T",
"hgvs_p": "p.Asn27Ile",
"transcript": "NM_001407114.1",
"protein_id": "NP_001394043.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 82,
"cds_start": 80,
"cds_end": null,
"cds_length": 249,
"cdna_start": 133,
"cdna_end": null,
"cdna_length": 803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His",
"transcript": "XM_011536773.4",
"protein_id": "XP_011535075.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 153,
"cds_start": 57,
"cds_end": null,
"cds_length": 462,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 824,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.134A>T",
"hgvs_p": null,
"transcript": "ENST00000553951.1",
"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": 1092,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.196A>T",
"hgvs_p": null,
"transcript": "ENST00000556702.1",
"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": 520,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000259118",
"gene_hgnc_id": 58293,
"hgvs_c": "n.233T>A",
"hgvs_p": null,
"transcript": "ENST00000719996.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": 309,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.199A>T",
"hgvs_p": null,
"transcript": "NR_176275.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": 2075,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.199A>T",
"hgvs_p": null,
"transcript": "NR_176276.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": 869,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.30A>T",
"hgvs_p": null,
"transcript": "NR_176278.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": 1805,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.133A>T",
"hgvs_p": null,
"transcript": "NR_176279.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": 2009,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.199A>T",
"hgvs_p": null,
"transcript": "NR_176280.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": 1974,
"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": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.199A>T",
"hgvs_p": null,
"transcript": "NR_176281.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": 2156,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.30A>T",
"hgvs_p": null,
"transcript": "NR_176283.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": 700,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-218A>T",
"hgvs_p": null,
"transcript": "NM_001320415.2",
"protein_id": "NP_001307344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2095,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-218A>T",
"hgvs_p": null,
"transcript": "NM_001407105.1",
"protein_id": "NP_001394034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2059,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-218A>T",
"hgvs_p": null,
"transcript": "NM_001407106.1",
"protein_id": "NP_001394035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1890,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-218A>T",
"hgvs_p": null,
"transcript": "ENST00000557277.5",
"protein_id": "ENSP00000450955.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 728,
"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": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-311A>T",
"hgvs_p": null,
"transcript": "NM_001407111.1",
"protein_id": "NP_001394040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 93,
"cds_start": -4,
"cds_end": null,
"cds_length": 282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2140,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407095.1",
"protein_id": "NP_001394024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": -4,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1838,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_145112.3",
"protein_id": "NP_660087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": -4,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1983,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "ENST00000556443.5",
"protein_id": "ENSP00000450818.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": -4,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 585,
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407099.1",
"protein_id": "NP_001394028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2149,
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407100.1",
"protein_id": "NP_001394029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2165,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407101.1",
"protein_id": "NP_001394030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2020,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407102.1",
"protein_id": "NP_001394031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2004,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "ENST00000557746.5",
"protein_id": "ENSP00000452197.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 571,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-212+752A>T",
"hgvs_p": null,
"transcript": "NM_001407107.1",
"protein_id": "NP_001394036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1923,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407108.1",
"protein_id": "NP_001394037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": -4,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2068,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407109.1",
"protein_id": "NP_001394038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": -4,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2084,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407110.1",
"protein_id": "NP_001394039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": -4,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1939,
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-305+957A>T",
"hgvs_p": null,
"transcript": "NM_001407112.1",
"protein_id": "NP_001394041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 93,
"cds_start": -4,
"cds_end": null,
"cds_length": 282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1944,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001271068.2",
"protein_id": "NP_001257997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 878,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001407113.1",
"protein_id": "NP_001394042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 733,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.-157+957A>T",
"hgvs_p": null,
"transcript": "ENST00000556892.6",
"protein_id": "ENSP00000452206.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1539,
"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": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "ENST00000555932.5",
"protein_id": "ENSP00000450763.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 82,
"cds_start": -4,
"cds_end": null,
"cds_length": 249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1673,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "c.36+752A>T",
"hgvs_p": null,
"transcript": "NM_001271069.2",
"protein_id": "NP_001257998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 74,
"cds_start": -4,
"cds_end": null,
"cds_length": 225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 506,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.214+752A>T",
"hgvs_p": null,
"transcript": "ENST00000554709.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 327,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.36+752A>T",
"hgvs_p": null,
"transcript": "ENST00000651648.1",
"protein_id": "ENSP00000498863.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": 2013,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.187+957A>T",
"hgvs_p": null,
"transcript": "NR_073137.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": 1959,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.9+957A>T",
"hgvs_p": null,
"transcript": "NR_073138.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": 673,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.178+554A>T",
"hgvs_p": null,
"transcript": "NR_176277.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": 842,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"hgvs_c": "n.9+957A>T",
"hgvs_p": null,
"transcript": "NR_176282.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": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAX",
"gene_hgnc_id": 6913,
"dbsnp": "rs1395966308",
"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.11761555075645447,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.298,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1484,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.018,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000358664.9",
"gene_symbol": "MAX",
"hgnc_id": 6913,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.57A>T",
"hgvs_p": "p.Gln19His"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000719996.1",
"gene_symbol": "ENSG00000259118",
"hgnc_id": 58293,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.233T>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
}