← 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: 1-46021880-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=46021880&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 46021880,
"ref": "G",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000361297.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1291-70G>C",
"hgvs_p": null,
"transcript": "NM_015112.3",
"protein_id": "NP_055927.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1798,
"cds_start": -4,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5737,
"mane_select": "ENST00000361297.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1291-70G>C",
"hgvs_p": null,
"transcript": "ENST00000361297.7",
"protein_id": "ENSP00000354671.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1798,
"cds_start": -4,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5737,
"mane_select": "NM_015112.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1312-70G>C",
"hgvs_p": null,
"transcript": "NM_001324320.2",
"protein_id": "NP_001311249.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1805,
"cds_start": -4,
"cds_end": null,
"cds_length": 5418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1291-70G>C",
"hgvs_p": null,
"transcript": "NM_001319245.2",
"protein_id": "NP_001306174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1797,
"cds_start": -4,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.862-70G>C",
"hgvs_p": null,
"transcript": "ENST00000674079.1",
"protein_id": "ENSP00000501318.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1655,
"cds_start": -4,
"cds_end": null,
"cds_length": 4968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.829-70G>C",
"hgvs_p": null,
"transcript": "NM_001324321.2",
"protein_id": "NP_001311250.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1644,
"cds_start": -4,
"cds_end": null,
"cds_length": 4935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.946-70G>C",
"hgvs_p": null,
"transcript": "ENST00000372008.6",
"protein_id": "ENSP00000361078.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 786,
"cds_start": -4,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1507-70G>C",
"hgvs_p": null,
"transcript": "XM_011541059.3",
"protein_id": "XP_011539361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1870,
"cds_start": -4,
"cds_end": null,
"cds_length": 5613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1507-70G>C",
"hgvs_p": null,
"transcript": "XM_011541061.3",
"protein_id": "XP_011539363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1869,
"cds_start": -4,
"cds_end": null,
"cds_length": 5610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1486-70G>C",
"hgvs_p": null,
"transcript": "XM_011541062.3",
"protein_id": "XP_011539364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1863,
"cds_start": -4,
"cds_end": null,
"cds_length": 5592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1486-70G>C",
"hgvs_p": null,
"transcript": "XM_047450096.1",
"protein_id": "XP_047306052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1862,
"cds_start": -4,
"cds_end": null,
"cds_length": 5589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1357-70G>C",
"hgvs_p": null,
"transcript": "XM_011541063.2",
"protein_id": "XP_011539365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1820,
"cds_start": -4,
"cds_end": null,
"cds_length": 5463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1348-70G>C",
"hgvs_p": null,
"transcript": "XM_011541064.3",
"protein_id": "XP_011539366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1817,
"cds_start": -4,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1327-70G>C",
"hgvs_p": null,
"transcript": "XM_047450105.1",
"protein_id": "XP_047306061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1810,
"cds_start": -4,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1312-70G>C",
"hgvs_p": null,
"transcript": "XM_047450111.1",
"protein_id": "XP_047306067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1804,
"cds_start": -4,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1162-70G>C",
"hgvs_p": null,
"transcript": "XM_047450116.1",
"protein_id": "XP_047306072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1755,
"cds_start": -4,
"cds_end": null,
"cds_length": 5268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1153-70G>C",
"hgvs_p": null,
"transcript": "XM_047450121.1",
"protein_id": "XP_047306077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1752,
"cds_start": -4,
"cds_end": null,
"cds_length": 5259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1141-70G>C",
"hgvs_p": null,
"transcript": "XM_047450122.1",
"protein_id": "XP_047306078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1747,
"cds_start": -4,
"cds_end": null,
"cds_length": 5244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1132-70G>C",
"hgvs_p": null,
"transcript": "XM_047450123.1",
"protein_id": "XP_047306079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1745,
"cds_start": -4,
"cds_end": null,
"cds_length": 5238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1132-70G>C",
"hgvs_p": null,
"transcript": "XM_047450129.1",
"protein_id": "XP_047306085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1744,
"cds_start": -4,
"cds_end": null,
"cds_length": 5235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1078-70G>C",
"hgvs_p": null,
"transcript": "XM_017000752.2",
"protein_id": "XP_016856241.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1727,
"cds_start": -4,
"cds_end": null,
"cds_length": 5184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1057-70G>C",
"hgvs_p": null,
"transcript": "XM_005270655.4",
"protein_id": "XP_005270712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1720,
"cds_start": -4,
"cds_end": null,
"cds_length": 5163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1030-70G>C",
"hgvs_p": null,
"transcript": "XM_005270656.6",
"protein_id": "XP_005270713.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1711,
"cds_start": -4,
"cds_end": null,
"cds_length": 5136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1009-70G>C",
"hgvs_p": null,
"transcript": "XM_047450130.1",
"protein_id": "XP_047306086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1704,
"cds_start": -4,
"cds_end": null,
"cds_length": 5115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.967-70G>C",
"hgvs_p": null,
"transcript": "XM_017000753.2",
"protein_id": "XP_016856242.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1690,
"cds_start": -4,
"cds_end": null,
"cds_length": 5073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.883-70G>C",
"hgvs_p": null,
"transcript": "XM_017000755.2",
"protein_id": "XP_016856244.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1662,
"cds_start": -4,
"cds_end": null,
"cds_length": 4989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.862-70G>C",
"hgvs_p": null,
"transcript": "XM_006710477.4",
"protein_id": "XP_006710540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1655,
"cds_start": -4,
"cds_end": null,
"cds_length": 4968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.826-70G>C",
"hgvs_p": null,
"transcript": "XM_011541067.3",
"protein_id": "XP_011539369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1643,
"cds_start": -4,
"cds_end": null,
"cds_length": 4932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.805-70G>C",
"hgvs_p": null,
"transcript": "XM_011541068.2",
"protein_id": "XP_011539370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1636,
"cds_start": -4,
"cds_end": null,
"cds_length": 4911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.415-70G>C",
"hgvs_p": null,
"transcript": "XM_047450138.1",
"protein_id": "XP_047306094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1506,
"cds_start": -4,
"cds_end": null,
"cds_length": 4521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1507-70G>C",
"hgvs_p": null,
"transcript": "XM_011541069.3",
"protein_id": "XP_011539371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1397,
"cds_start": -4,
"cds_end": null,
"cds_length": 4194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1507-70G>C",
"hgvs_p": null,
"transcript": "XM_047450141.1",
"protein_id": "XP_047306097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1396,
"cds_start": -4,
"cds_end": null,
"cds_length": 4191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1486-70G>C",
"hgvs_p": null,
"transcript": "XM_047450142.1",
"protein_id": "XP_047306098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1390,
"cds_start": -4,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1312-70G>C",
"hgvs_p": null,
"transcript": "XM_047450145.1",
"protein_id": "XP_047306101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1332,
"cds_start": -4,
"cds_end": null,
"cds_length": 3999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1312-70G>C",
"hgvs_p": null,
"transcript": "XM_047450149.1",
"protein_id": "XP_047306105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1331,
"cds_start": -4,
"cds_end": null,
"cds_length": 3996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1291-70G>C",
"hgvs_p": null,
"transcript": "XM_047450150.1",
"protein_id": "XP_047306106.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1325,
"cds_start": -4,
"cds_end": null,
"cds_length": 3978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.1291-70G>C",
"hgvs_p": null,
"transcript": "XM_047450153.1",
"protein_id": "XP_047306109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1324,
"cds_start": -4,
"cds_end": null,
"cds_length": 3975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "n.-85G>C",
"hgvs_p": null,
"transcript": "ENST00000467367.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": 859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"dbsnp": "rs2275426",
"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.8799999952316284,
"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.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.731,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000361297.7",
"gene_symbol": "MAST2",
"hgnc_id": 19035,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1291-70G>C",
"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
}