← 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: 12-16352304-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=16352304&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 16352304,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000396210.8",
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_020300.5",
"protein_id": "NP_064696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 925,
"mane_select": "ENST00000396210.8",
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000396210.8",
"protein_id": "ENSP00000379513.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 925,
"mane_select": "NM_020300.5",
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000535309.5",
"protein_id": "ENSP00000438308.1",
"transcript_support_level": 1,
"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": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.57+4594A>T",
"hgvs_p": null,
"transcript": "ENST00000542256.5",
"protein_id": null,
"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": 933,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414355.1",
"protein_id": "NP_001401284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": -4,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 940,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414356.1",
"protein_id": "NP_001401285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": -4,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 931,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-15-1934A>T",
"hgvs_p": null,
"transcript": "NM_001260511.2",
"protein_id": "NP_001247440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 918,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414357.1",
"protein_id": "NP_001401286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1022,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-15-1934A>T",
"hgvs_p": null,
"transcript": "NM_001414358.1",
"protein_id": "NP_001401287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 922,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414359.1",
"protein_id": "NP_001401288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 929,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_145791.3",
"protein_id": "NP_665734.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 980,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_145792.3",
"protein_id": "NP_665735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 929,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000010404.6",
"protein_id": "ENSP00000010404.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 901,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000396209.5",
"protein_id": "ENSP00000379512.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 979,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414360.1",
"protein_id": "NP_001401289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": -4,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4047,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-3-1967A>T",
"hgvs_p": null,
"transcript": "NM_001414361.1",
"protein_id": "NP_001401290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": -4,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414362.1",
"protein_id": "NP_001401291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": -4,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1521,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414363.1",
"protein_id": "NP_001401292.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": -4,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 832,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414364.1",
"protein_id": "NP_001401293.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": -4,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1744,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414365.1",
"protein_id": "NP_001401294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": -4,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 817,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414366.1",
"protein_id": "NP_001401295.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": -4,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3939,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001260512.2",
"protein_id": "NP_001247441.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 106,
"cds_start": -4,
"cds_end": null,
"cds_length": 321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1069,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000543076.5",
"protein_id": "ENSP00000442767.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": -4,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 406,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414367.1",
"protein_id": "NP_001401296.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 102,
"cds_start": -4,
"cds_end": null,
"cds_length": 309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 579,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001267598.2",
"protein_id": "NP_001254527.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": 1380,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414368.1",
"protein_id": "NP_001401297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 83,
"cds_start": -4,
"cds_end": null,
"cds_length": 252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 941,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000540126.5",
"protein_id": "ENSP00000442970.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 365,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414369.1",
"protein_id": "NP_001401298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 933,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000536371.5",
"protein_id": "ENSP00000442557.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": -4,
"cds_end": null,
"cds_length": 233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 298,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414370.1",
"protein_id": "NP_001401299.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": -4,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 917,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414371.1",
"protein_id": "NP_001401300.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": 933,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414372.1",
"protein_id": "NP_001401301.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 73,
"cds_start": -4,
"cds_end": null,
"cds_length": 222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 915,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "NM_001414373.1",
"protein_id": "NP_001401302.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 834,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-15-1934A>T",
"hgvs_p": null,
"transcript": "NM_001414374.1",
"protein_id": "NP_001401303.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 823,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000540056.5",
"protein_id": "ENSP00000437988.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 546,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-23+1505A>T",
"hgvs_p": null,
"transcript": "ENST00000538885.5",
"protein_id": "ENSP00000440443.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 41,
"cds_start": -4,
"cds_end": null,
"cds_length": 126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.58-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000537878.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": 551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.60-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000539036.5",
"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": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.48-1927A>T",
"hgvs_p": null,
"transcript": "ENST00000539708.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": 700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.67-1927A>T",
"hgvs_p": null,
"transcript": "NR_048545.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": 830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.122-1927A>T",
"hgvs_p": null,
"transcript": "NR_048547.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": 885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.66+4594A>T",
"hgvs_p": null,
"transcript": "NR_182294.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": 777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "n.66+4594A>T",
"hgvs_p": null,
"transcript": "NR_182295.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": 682,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "XM_047428855.1",
"protein_id": "XP_047284811.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": -4,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4051,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "XM_047428856.1",
"protein_id": "XP_047284812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": -4,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4069,
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "XM_047428857.1",
"protein_id": "XP_047284813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": -4,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4407,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"hgvs_c": "c.-22-1927A>T",
"hgvs_p": null,
"transcript": "XM_047428858.1",
"protein_id": "XP_047284814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": -4,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MGST1",
"gene_hgnc_id": 7061,
"dbsnp": "rs1913262",
"frequency_reference_population": 0.7011217,
"hom_count_reference_population": 37693,
"allele_count_reference_population": 106635,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.701122,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 106635,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 37693,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"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.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.043,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000396210.8",
"gene_symbol": "MGST1",
"hgnc_id": 7061,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-22-1927A>T",
"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
}