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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MARS1",
          "hgnc_id": 6898,
          "hgvs_c": "c.2666A>G",
          "hgvs_p": "p.Lys889Arg",
          "inheritance_mode": "AD,AR,Unknown",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_004990.4",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "downstream_gene_variant"
          ],
          "gene_symbol": "DDIT3",
          "hgnc_id": 2726,
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_001195053.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_score": 1,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0997,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.35,
      "chr": "12",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Charcot-Marie-Tooth disease axonal type 2U,Severe early-onset pulmonary alveolar proteinosis due to MARS deficiency",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.31955471634864807,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": "K",
          "aa_start": 889,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2797,
          "cdna_start": 2689,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": 2666,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_004990.4",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2666A>G",
          "hgvs_p": "p.Lys889Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000262027.10",
          "protein_coding": true,
          "protein_id": "NP_004981.2",
          "strand": true,
          "transcript": "NM_004990.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": "K",
          "aa_start": 889,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2797,
          "cdna_start": 2689,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": 2666,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000262027.10",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2666A>G",
          "hgvs_p": "p.Lys889Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_004990.4",
          "protein_coding": true,
          "protein_id": "ENSP00000262027.5",
          "strand": true,
          "transcript": "ENST00000262027.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 941,
          "aa_ref": "K",
          "aa_start": 930,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2957,
          "cdna_start": 2848,
          "cds_end": null,
          "cds_length": 2826,
          "cds_start": 2789,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000948582.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2789A>G",
          "hgvs_p": "p.Lys930Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618641.1",
          "strand": true,
          "transcript": "ENST00000948582.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 934,
          "aa_ref": "K",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2892,
          "cdna_start": 2785,
          "cds_end": null,
          "cds_length": 2805,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000948584.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2768A>G",
          "hgvs_p": "p.Lys923Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618643.1",
          "strand": true,
          "transcript": "ENST00000948584.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "K",
          "aa_start": 914,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2867,
          "cdna_start": 2761,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 2741,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000948583.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2741A>G",
          "hgvs_p": "p.Lys914Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618642.1",
          "strand": true,
          "transcript": "ENST00000948583.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 914,
          "aa_ref": "K",
          "aa_start": 903,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2934,
          "cdna_start": 2828,
          "cds_end": null,
          "cds_length": 2745,
          "cds_start": 2708,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000916094.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2708A>G",
          "hgvs_p": "p.Lys903Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586153.1",
          "strand": true,
          "transcript": "ENST00000916094.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 899,
          "aa_ref": "K",
          "aa_start": 888,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2802,
          "cdna_start": 2698,
          "cds_end": null,
          "cds_length": 2700,
          "cds_start": 2663,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000906525.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2663A>G",
          "hgvs_p": "p.Lys888Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576584.1",
          "strand": true,
          "transcript": "ENST00000906525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 899,
          "aa_ref": "K",
          "aa_start": 888,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2792,
          "cdna_start": 2686,
          "cds_end": null,
          "cds_length": 2700,
          "cds_start": 2663,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000906528.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2663A>G",
          "hgvs_p": "p.Lys888Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576587.1",
          "strand": true,
          "transcript": "ENST00000906528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 899,
          "aa_ref": "K",
          "aa_start": 888,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2787,
          "cdna_start": 2683,
          "cds_end": null,
          "cds_length": 2700,
          "cds_start": 2663,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000906530.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2663A>G",
          "hgvs_p": "p.Lys888Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576589.1",
          "strand": true,
          "transcript": "ENST00000906530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 898,
          "aa_ref": "K",
          "aa_start": 887,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2789,
          "cdna_start": 2683,
          "cds_end": null,
          "cds_length": 2697,
          "cds_start": 2660,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000916098.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2660A>G",
          "hgvs_p": "p.Lys887Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586157.1",
          "strand": true,
          "transcript": "ENST00000916098.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 875,
          "aa_ref": "K",
          "aa_start": 864,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2722,
          "cdna_start": 2611,
          "cds_end": null,
          "cds_length": 2628,
          "cds_start": 2591,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000916097.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2591A>G",
          "hgvs_p": "p.Lys864Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586156.1",
          "strand": true,
          "transcript": "ENST00000916097.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 868,
          "aa_ref": "K",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2704,
          "cdna_start": 2593,
          "cds_end": null,
          "cds_length": 2607,
          "cds_start": 2570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000906526.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2570A>G",
          "hgvs_p": "p.Lys857Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576585.1",
          "strand": true,
          "transcript": "ENST00000906526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 868,
          "aa_ref": "K",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2705,
          "cdna_start": 2594,
          "cds_end": null,
          "cds_length": 2607,
          "cds_start": 2570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000916095.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2570A>G",
          "hgvs_p": "p.Lys857Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586154.1",
          "strand": true,
          "transcript": "ENST00000916095.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 865,
          "aa_ref": "K",
          "aa_start": 854,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2690,
          "cdna_start": 2581,
          "cds_end": null,
          "cds_length": 2598,
          "cds_start": 2561,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000916099.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2561A>G",
          "hgvs_p": "p.Lys854Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586158.1",
          "strand": true,
          "transcript": "ENST00000916099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 855,
          "aa_ref": "K",
          "aa_start": 844,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2659,
          "cdna_start": 2551,
          "cds_end": null,
          "cds_length": 2568,
          "cds_start": 2531,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000906529.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2531A>G",
          "hgvs_p": "p.Lys844Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576588.1",
          "strand": true,
          "transcript": "ENST00000906529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "K",
          "aa_start": 812,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2567,
          "cdna_start": 2458,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 2435,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000916096.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2435A>G",
          "hgvs_p": "p.Lys812Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586155.1",
          "strand": true,
          "transcript": "ENST00000916096.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 818,
          "aa_ref": "K",
          "aa_start": 807,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2552,
          "cdna_start": 2443,
          "cds_end": null,
          "cds_length": 2457,
          "cds_start": 2420,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000906527.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.2420A>G",
          "hgvs_p": "p.Lys807Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576586.1",
          "strand": true,
          "transcript": "ENST00000906527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "K",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 734,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000552914.5",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.623A>G",
          "hgvs_p": "p.Lys208Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449787.1",
          "strand": true,
          "transcript": "ENST00000552914.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 666,
          "aa_ref": "K",
          "aa_start": 655,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2352,
          "cdna_start": 2244,
          "cds_end": null,
          "cds_length": 2001,
          "cds_start": 1964,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047428851.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.1964A>G",
          "hgvs_p": "p.Lys655Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284807.1",
          "strand": true,
          "transcript": "XM_047428851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 118,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 670,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 357,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000547665.5",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.*201A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000448910.1",
          "strand": true,
          "transcript": "ENST00000547665.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 95,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2583,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 288,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000628866.2",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.*2167A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486738.1",
          "strand": true,
          "transcript": "ENST00000628866.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 58,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 294,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 177,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000548944.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "c.*6A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449071.1",
          "strand": true,
          "transcript": "ENST00000548944.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3592,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000537638.6",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*958A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000446168.2",
          "strand": true,
          "transcript": "ENST00000537638.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2979,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000545888.6",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*2420A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000439307.2",
          "strand": true,
          "transcript": "ENST00000545888.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 699,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000551172.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*223A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000448378.1",
          "strand": true,
          "transcript": "ENST00000551172.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 555,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000552499.5",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*205A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000447335.1",
          "strand": true,
          "transcript": "ENST00000552499.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3592,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000537638.6",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*958A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000446168.2",
          "strand": true,
          "transcript": "ENST00000537638.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2979,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000545888.6",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*2420A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000439307.2",
          "strand": true,
          "transcript": "ENST00000545888.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 699,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000551172.1",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*223A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000448378.1",
          "strand": true,
          "transcript": "ENST00000551172.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 555,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000552499.5",
          "gene_hgnc_id": 6898,
          "gene_symbol": "MARS1",
          "hgvs_c": "n.*205A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000447335.1",
          "strand": true,
          "transcript": "ENST00000552499.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 903,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_004083.6",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000346473.8",
          "protein_coding": true,
          "protein_id": "NP_004074.2",
          "strand": true,
          "transcript": "NM_004083.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 903,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000346473.8",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_004083.6",
          "protein_coding": true,
          "protein_id": "ENSP00000340671.3",
          "strand": true,
          "transcript": "ENST00000346473.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 192,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1067,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 579,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000551116.5",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000448665.1",
          "strand": true,
          "transcript": "ENST00000551116.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 192,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1068,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 579,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001195053.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181982.1",
          "strand": true,
          "transcript": "NM_001195053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 192,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1015,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 579,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001195054.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181983.1",
          "strand": true,
          "transcript": "NM_001195054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 192,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 992,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 579,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001195055.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181984.1",
          "strand": true,
          "transcript": "NM_001195055.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 192,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1178,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 579,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001195056.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181985.1",
          "strand": true,
          "transcript": "NM_001195056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 897,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001195057.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181986.1",
          "strand": true,
          "transcript": "NM_001195057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 924,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001413641.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400570.1",
          "strand": true,
          "transcript": "NM_001413641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 876,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001413642.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400571.1",
          "strand": true,
          "transcript": "NM_001413642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 872,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000547303.5",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000447188.1",
          "strand": true,
          "transcript": "ENST00000547303.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 940,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000623876.2",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "c.*265T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494844.1",
          "strand": true,
          "transcript": "ENST00000623876.2",
          "transcript_support_level": 6
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 827,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_182182.1",
          "gene_hgnc_id": 2726,
          "gene_symbol": "DDIT3",
          "hgvs_c": "n.*49T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_182182.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs779548081",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000018675973,
      "gene_hgnc_id": 6898,
      "gene_symbol": "MARS1",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000137539,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657013,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Charcot-Marie-Tooth disease axonal type 2U;Severe early-onset pulmonary alveolar proteinosis due to MARS deficiency",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.804,
      "pos": 57516544,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.142,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_004990.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.