← 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-11134427-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=11134427&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 11134427,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004958.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "NM_004958.4",
"protein_id": "NP_004949.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2549,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361445.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004958.4"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "ENST00000361445.9",
"protein_id": "ENSP00000354558.4",
"transcript_support_level": 1,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2549,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004958.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361445.9"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5224A>T",
"hgvs_p": "p.Met1742Leu",
"transcript": "ENST00000934315.1",
"protein_id": "ENSP00000604374.1",
"transcript_support_level": null,
"aa_start": 1742,
"aa_end": null,
"aa_length": 2567,
"cds_start": 5224,
"cds_end": null,
"cds_length": 7704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934315.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5191A>T",
"hgvs_p": "p.Met1731Leu",
"transcript": "ENST00000934312.1",
"protein_id": "ENSP00000604371.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 2556,
"cds_start": 5191,
"cds_end": null,
"cds_length": 7671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934312.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "NM_001386500.1",
"protein_id": "NP_001373429.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2549,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386500.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "ENST00000703143.2",
"protein_id": "ENSP00000515200.2",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2549,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703143.2"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "ENST00000934310.1",
"protein_id": "ENSP00000604369.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2549,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934310.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "ENST00000934314.1",
"protein_id": "ENSP00000604373.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2549,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934314.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "ENST00000875524.1",
"protein_id": "ENSP00000545583.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2546,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875524.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "ENST00000875525.1",
"protein_id": "ENSP00000545584.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2537,
"cds_start": 5170,
"cds_end": null,
"cds_length": 7614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875525.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5083A>T",
"hgvs_p": "p.Met1695Leu",
"transcript": "ENST00000934311.1",
"protein_id": "ENSP00000604370.1",
"transcript_support_level": null,
"aa_start": 1695,
"aa_end": null,
"aa_length": 2520,
"cds_start": 5083,
"cds_end": null,
"cds_length": 7563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934311.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.4957A>T",
"hgvs_p": "p.Met1653Leu",
"transcript": "ENST00000703140.1",
"protein_id": "ENSP00000515197.1",
"transcript_support_level": null,
"aa_start": 1653,
"aa_end": null,
"aa_length": 2478,
"cds_start": 4957,
"cds_end": null,
"cds_length": 7437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703140.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.4954A>T",
"hgvs_p": "p.Met1652Leu",
"transcript": "ENST00000934313.1",
"protein_id": "ENSP00000604372.1",
"transcript_support_level": null,
"aa_start": 1652,
"aa_end": null,
"aa_length": 2477,
"cds_start": 4954,
"cds_end": null,
"cds_length": 7434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934313.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.3922A>T",
"hgvs_p": "p.Met1308Leu",
"transcript": "NM_001386501.1",
"protein_id": "NP_001373430.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 2133,
"cds_start": 3922,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386501.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu",
"transcript": "XM_047416721.1",
"protein_id": "XP_047272677.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 2328,
"cds_start": 5170,
"cds_end": null,
"cds_length": 6987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416721.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.4489A>T",
"hgvs_p": "p.Met1497Leu",
"transcript": "XM_017000900.1",
"protein_id": "XP_016856389.1",
"transcript_support_level": null,
"aa_start": 1497,
"aa_end": null,
"aa_length": 2322,
"cds_start": 4489,
"cds_end": null,
"cds_length": 6969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000900.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "c.2905A>T",
"hgvs_p": "p.Met969Leu",
"transcript": "XM_047416724.1",
"protein_id": "XP_047272680.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1794,
"cds_start": 2905,
"cds_end": null,
"cds_length": 5385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416724.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.676A>T",
"hgvs_p": null,
"transcript": "ENST00000495435.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000495435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*545A>T",
"hgvs_p": null,
"transcript": "ENST00000703118.1",
"protein_id": "ENSP00000515181.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000703118.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.5170A>T",
"hgvs_p": null,
"transcript": "ENST00000703139.2",
"protein_id": "ENSP00000515196.2",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000703139.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*490A>T",
"hgvs_p": null,
"transcript": "ENST00000703141.1",
"protein_id": "ENSP00000515198.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000703141.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*2000A>T",
"hgvs_p": null,
"transcript": "ENST00000703142.1",
"protein_id": "ENSP00000515199.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000703142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.5291A>T",
"hgvs_p": null,
"transcript": "XR_007058581.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007058581.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*545A>T",
"hgvs_p": null,
"transcript": "ENST00000703118.1",
"protein_id": "ENSP00000515181.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000703118.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*490A>T",
"hgvs_p": null,
"transcript": "ENST00000703141.1",
"protein_id": "ENSP00000515198.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000703141.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.*2000A>T",
"hgvs_p": null,
"transcript": "ENST00000703142.1",
"protein_id": "ENSP00000515199.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000703142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"hgvs_c": "n.1051-1230A>T",
"hgvs_p": null,
"transcript": "ENST00000703131.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000703131.1"
}
],
"gene_symbol": "MTOR",
"gene_hgnc_id": 3942,
"dbsnp": "rs777793513",
"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.12866836786270142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.13,
"revel_prediction": "Benign",
"alphamissense_score": 0.1068,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.31,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004958.4",
"gene_symbol": "MTOR",
"hgnc_id": 3942,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5170A>T",
"hgvs_p": "p.Met1724Leu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}