← 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-11124516-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=11124516&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 11124516,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_004958.4",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe",
          "transcript": "NM_004958.4",
          "protein_id": "NP_004949.1",
          "transcript_support_level": null,
          "aa_start": 2215,
          "aa_end": null,
          "aa_length": 2549,
          "cds_start": 6644,
          "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": "S",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe",
          "transcript": "ENST00000361445.9",
          "protein_id": "ENSP00000354558.4",
          "transcript_support_level": 1,
          "aa_start": 2215,
          "aa_end": null,
          "aa_length": 2549,
          "cds_start": 6644,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6698C>T",
          "hgvs_p": "p.Ser2233Phe",
          "transcript": "ENST00000934315.1",
          "protein_id": "ENSP00000604374.1",
          "transcript_support_level": null,
          "aa_start": 2233,
          "aa_end": null,
          "aa_length": 2567,
          "cds_start": 6698,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6665C>T",
          "hgvs_p": "p.Ser2222Phe",
          "transcript": "ENST00000934312.1",
          "protein_id": "ENSP00000604371.1",
          "transcript_support_level": null,
          "aa_start": 2222,
          "aa_end": null,
          "aa_length": 2556,
          "cds_start": 6665,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe",
          "transcript": "NM_001386500.1",
          "protein_id": "NP_001373429.1",
          "transcript_support_level": null,
          "aa_start": 2215,
          "aa_end": null,
          "aa_length": 2549,
          "cds_start": 6644,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe",
          "transcript": "ENST00000703143.2",
          "protein_id": "ENSP00000515200.2",
          "transcript_support_level": null,
          "aa_start": 2215,
          "aa_end": null,
          "aa_length": 2549,
          "cds_start": 6644,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe",
          "transcript": "ENST00000934310.1",
          "protein_id": "ENSP00000604369.1",
          "transcript_support_level": null,
          "aa_start": 2215,
          "aa_end": null,
          "aa_length": 2549,
          "cds_start": 6644,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe",
          "transcript": "ENST00000934314.1",
          "protein_id": "ENSP00000604373.1",
          "transcript_support_level": null,
          "aa_start": 2215,
          "aa_end": null,
          "aa_length": 2549,
          "cds_start": 6644,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6635C>T",
          "hgvs_p": "p.Ser2212Phe",
          "transcript": "ENST00000875524.1",
          "protein_id": "ENSP00000545583.1",
          "transcript_support_level": null,
          "aa_start": 2212,
          "aa_end": null,
          "aa_length": 2546,
          "cds_start": 6635,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6608C>T",
          "hgvs_p": "p.Ser2203Phe",
          "transcript": "ENST00000875525.1",
          "protein_id": "ENSP00000545584.1",
          "transcript_support_level": null,
          "aa_start": 2203,
          "aa_end": null,
          "aa_length": 2537,
          "cds_start": 6608,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6557C>T",
          "hgvs_p": "p.Ser2186Phe",
          "transcript": "ENST00000934311.1",
          "protein_id": "ENSP00000604370.1",
          "transcript_support_level": null,
          "aa_start": 2186,
          "aa_end": null,
          "aa_length": 2520,
          "cds_start": 6557,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6431C>T",
          "hgvs_p": "p.Ser2144Phe",
          "transcript": "ENST00000703140.1",
          "protein_id": "ENSP00000515197.1",
          "transcript_support_level": null,
          "aa_start": 2144,
          "aa_end": null,
          "aa_length": 2478,
          "cds_start": 6431,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6428C>T",
          "hgvs_p": "p.Ser2143Phe",
          "transcript": "ENST00000934313.1",
          "protein_id": "ENSP00000604372.1",
          "transcript_support_level": null,
          "aa_start": 2143,
          "aa_end": null,
          "aa_length": 2477,
          "cds_start": 6428,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.5396C>T",
          "hgvs_p": "p.Ser1799Phe",
          "transcript": "NM_001386501.1",
          "protein_id": "NP_001373430.1",
          "transcript_support_level": null,
          "aa_start": 1799,
          "aa_end": null,
          "aa_length": 2133,
          "cds_start": 5396,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe",
          "transcript": "XM_047416721.1",
          "protein_id": "XP_047272677.1",
          "transcript_support_level": null,
          "aa_start": 2215,
          "aa_end": null,
          "aa_length": 2328,
          "cds_start": 6644,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.5963C>T",
          "hgvs_p": "p.Ser1988Phe",
          "transcript": "XM_017000900.1",
          "protein_id": "XP_016856389.1",
          "transcript_support_level": null,
          "aa_start": 1988,
          "aa_end": null,
          "aa_length": 2322,
          "cds_start": 5963,
          "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": "S",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "c.4379C>T",
          "hgvs_p": "p.Ser1460Phe",
          "transcript": "XM_047416724.1",
          "protein_id": "XP_047272680.1",
          "transcript_support_level": null,
          "aa_start": 1460,
          "aa_end": null,
          "aa_length": 1794,
          "cds_start": 4379,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.2061C>T",
          "hgvs_p": null,
          "transcript": "ENST00000376838.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": "ENST00000376838.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.*2019C>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": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.2645C>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"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.6644C>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": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.*2161C>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": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.*3474C>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": 47,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.6765C>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": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.*2019C>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": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.*2161C>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": 46,
          "exon_rank_end": null,
          "exon_count": 57,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTOR",
          "gene_hgnc_id": 3942,
          "hgvs_c": "n.*3474C>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"
        }
      ],
      "gene_symbol": "MTOR",
      "gene_hgnc_id": 3942,
      "dbsnp": "rs587777894",
      "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.8534975051879883,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.817,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9248,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.34,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.491,
      "phylop100way_prediction": "Pathogenic",
      "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": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS4,PS2,PS3_Supporting,PP2,PM2_Supporting",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PS4",
            "PS2",
            "PS3_Supporting",
            "PP2",
            "PM2_Supporting"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_004958.4",
          "gene_symbol": "MTOR",
          "hgnc_id": 3942,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.6644C>T",
          "hgvs_p": "p.Ser2215Phe"
        }
      ],
      "clinvar_disease": "Isolated focal cortical dysplasia type II,Overgrowth syndrome and/or cerebral malformations due to abnormalities in MTOR pathway genes,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "reviewed by expert panel",
      "clinvar_submissions_summary": "P:2 O:1",
      "phenotype_combined": "not provided|Isolated focal cortical dysplasia type II|Overgrowth syndrome and/or cerebral malformations due to abnormalities in MTOR pathway genes",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}