← 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-45997757-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=45997757&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 45997757,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001324320.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "NM_015112.3",
"protein_id": "NP_055927.2",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1798,
"cds_start": 626,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361297.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015112.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000361297.7",
"protein_id": "ENSP00000354671.2",
"transcript_support_level": 1,
"aa_start": 209,
"aa_end": null,
"aa_length": 1798,
"cds_start": 626,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015112.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361297.7"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "ENST00000904602.1",
"protein_id": "ENSP00000574661.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1863,
"cds_start": 821,
"cds_end": null,
"cds_length": 5592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904602.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "NM_001324320.2",
"protein_id": "NP_001311249.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1805,
"cds_start": 626,
"cds_end": null,
"cds_length": 5418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324320.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000904601.1",
"protein_id": "ENSP00000574660.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1805,
"cds_start": 626,
"cds_end": null,
"cds_length": 5418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904601.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000904603.1",
"protein_id": "ENSP00000574662.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1804,
"cds_start": 626,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904603.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.623C>T",
"hgvs_p": "p.Ser208Phe",
"transcript": "ENST00000904604.1",
"protein_id": "ENSP00000574663.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 1804,
"cds_start": 623,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904604.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.623C>T",
"hgvs_p": "p.Ser208Phe",
"transcript": "ENST00000922953.1",
"protein_id": "ENSP00000593012.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 1804,
"cds_start": 623,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922953.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "NM_001319245.2",
"protein_id": "NP_001306174.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1797,
"cds_start": 626,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319245.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.623C>T",
"hgvs_p": "p.Ser208Phe",
"transcript": "ENST00000904605.1",
"protein_id": "ENSP00000574664.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 1797,
"cds_start": 623,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904605.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000922949.1",
"protein_id": "ENSP00000593008.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1797,
"cds_start": 626,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922949.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000922954.1",
"protein_id": "ENSP00000593013.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1777,
"cds_start": 626,
"cds_end": null,
"cds_length": 5334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922954.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000922950.1",
"protein_id": "ENSP00000593009.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1764,
"cds_start": 626,
"cds_end": null,
"cds_length": 5295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922950.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000922952.1",
"protein_id": "ENSP00000593011.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1764,
"cds_start": 626,
"cds_end": null,
"cds_length": 5295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922952.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000922951.1",
"protein_id": "ENSP00000593010.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1728,
"cds_start": 626,
"cds_end": null,
"cds_length": 5187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922951.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "ENST00000922955.1",
"protein_id": "ENSP00000593014.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1727,
"cds_start": 626,
"cds_end": null,
"cds_length": 5184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922955.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.176C>T",
"hgvs_p": "p.Ser59Phe",
"transcript": "ENST00000674079.1",
"protein_id": "ENSP00000501318.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 1655,
"cds_start": 176,
"cds_end": null,
"cds_length": 4968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674079.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.143C>T",
"hgvs_p": "p.Ser48Phe",
"transcript": "NM_001324321.2",
"protein_id": "NP_001311250.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 1644,
"cds_start": 143,
"cds_end": null,
"cds_length": 4935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001324321.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.281C>T",
"hgvs_p": "p.Ser94Phe",
"transcript": "ENST00000372008.6",
"protein_id": "ENSP00000361078.2",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 786,
"cds_start": 281,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372008.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "XM_011541059.3",
"protein_id": "XP_011539361.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1870,
"cds_start": 821,
"cds_end": null,
"cds_length": 5613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541059.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "XM_011541061.3",
"protein_id": "XP_011539363.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1869,
"cds_start": 821,
"cds_end": null,
"cds_length": 5610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541061.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "XM_011541062.3",
"protein_id": "XP_011539364.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1863,
"cds_start": 821,
"cds_end": null,
"cds_length": 5592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541062.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "XM_047450096.1",
"protein_id": "XP_047306052.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1862,
"cds_start": 821,
"cds_end": null,
"cds_length": 5589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450096.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.671C>T",
"hgvs_p": "p.Ser224Phe",
"transcript": "XM_011541063.2",
"protein_id": "XP_011539365.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 1820,
"cds_start": 671,
"cds_end": null,
"cds_length": 5463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541063.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.662C>T",
"hgvs_p": "p.Ser221Phe",
"transcript": "XM_011541064.3",
"protein_id": "XP_011539366.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 1817,
"cds_start": 662,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541064.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.662C>T",
"hgvs_p": "p.Ser221Phe",
"transcript": "XM_047450105.1",
"protein_id": "XP_047306061.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 1810,
"cds_start": 662,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450105.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "XM_047450111.1",
"protein_id": "XP_047306067.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1804,
"cds_start": 626,
"cds_end": null,
"cds_length": 5415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450111.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ser159Phe",
"transcript": "XM_047450116.1",
"protein_id": "XP_047306072.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1755,
"cds_start": 476,
"cds_end": null,
"cds_length": 5268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450116.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.467C>T",
"hgvs_p": "p.Ser156Phe",
"transcript": "XM_047450121.1",
"protein_id": "XP_047306077.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 1752,
"cds_start": 467,
"cds_end": null,
"cds_length": 5259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450121.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ser159Phe",
"transcript": "XM_047450122.1",
"protein_id": "XP_047306078.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1747,
"cds_start": 476,
"cds_end": null,
"cds_length": 5244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450122.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.467C>T",
"hgvs_p": "p.Ser156Phe",
"transcript": "XM_047450123.1",
"protein_id": "XP_047306079.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 1745,
"cds_start": 467,
"cds_end": null,
"cds_length": 5238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450123.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.467C>T",
"hgvs_p": "p.Ser156Phe",
"transcript": "XM_047450129.1",
"protein_id": "XP_047306085.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 1744,
"cds_start": 467,
"cds_end": null,
"cds_length": 5235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450129.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.392C>T",
"hgvs_p": "p.Ser131Phe",
"transcript": "XM_017000752.2",
"protein_id": "XP_016856241.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 1727,
"cds_start": 392,
"cds_end": null,
"cds_length": 5184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000752.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.371C>T",
"hgvs_p": "p.Ser124Phe",
"transcript": "XM_005270655.4",
"protein_id": "XP_005270712.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1720,
"cds_start": 371,
"cds_end": null,
"cds_length": 5163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270655.4"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ser115Phe",
"transcript": "XM_005270656.6",
"protein_id": "XP_005270713.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 1711,
"cds_start": 344,
"cds_end": null,
"cds_length": 5136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270656.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ser115Phe",
"transcript": "XM_047450130.1",
"protein_id": "XP_047306086.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 1704,
"cds_start": 344,
"cds_end": null,
"cds_length": 5115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450130.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.281C>T",
"hgvs_p": "p.Ser94Phe",
"transcript": "XM_017000753.2",
"protein_id": "XP_016856242.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 1690,
"cds_start": 281,
"cds_end": null,
"cds_length": 5073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000753.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Phe",
"transcript": "XM_017000755.2",
"protein_id": "XP_016856244.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 1662,
"cds_start": 197,
"cds_end": null,
"cds_length": 4989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000755.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.176C>T",
"hgvs_p": "p.Ser59Phe",
"transcript": "XM_006710477.4",
"protein_id": "XP_006710540.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 1655,
"cds_start": 176,
"cds_end": null,
"cds_length": 4968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006710477.4"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.140C>T",
"hgvs_p": "p.Ser47Phe",
"transcript": "XM_011541067.3",
"protein_id": "XP_011539369.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1643,
"cds_start": 140,
"cds_end": null,
"cds_length": 4932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541067.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.140C>T",
"hgvs_p": "p.Ser47Phe",
"transcript": "XM_011541068.2",
"protein_id": "XP_011539370.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1636,
"cds_start": 140,
"cds_end": null,
"cds_length": 4911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541068.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "XM_011541069.3",
"protein_id": "XP_011539371.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1397,
"cds_start": 821,
"cds_end": null,
"cds_length": 4194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541069.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "XM_047450141.1",
"protein_id": "XP_047306097.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1396,
"cds_start": 821,
"cds_end": null,
"cds_length": 4191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450141.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Ser274Phe",
"transcript": "XM_047450142.1",
"protein_id": "XP_047306098.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 1390,
"cds_start": 821,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450142.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "XM_047450145.1",
"protein_id": "XP_047306101.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1332,
"cds_start": 626,
"cds_end": null,
"cds_length": 3999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450145.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "XM_047450149.1",
"protein_id": "XP_047306105.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1331,
"cds_start": 626,
"cds_end": null,
"cds_length": 3996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450149.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "XM_047450150.1",
"protein_id": "XP_047306106.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1325,
"cds_start": 626,
"cds_end": null,
"cds_length": 3978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450150.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe",
"transcript": "XM_047450153.1",
"protein_id": "XP_047306109.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 1324,
"cds_start": 626,
"cds_end": null,
"cds_length": 3975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450153.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "c.-251C>T",
"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": null,
"cds_end": null,
"cds_length": 4521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450138.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "MAST2",
"gene_hgnc_id": 19035,
"hgvs_c": "n.126C>T",
"hgvs_p": null,
"transcript": "ENST00000482881.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000482881.1"
}
],
"gene_symbol": "MAST2",
"gene_hgnc_id": 19035,
"dbsnp": "rs1050107601",
"frequency_reference_population": 0.0000074346035,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.00000752479,
"gnomad_genomes_af": 0.00000656858,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.728760302066803,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.401,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7865,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.568,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001324320.2",
"gene_symbol": "MAST2",
"hgnc_id": 19035,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.626C>T",
"hgvs_p": "p.Ser209Phe"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}