← 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: X-51896530-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MAGED1",
          "hgnc_id": 6813,
          "hgvs_c": "c.1043C>G",
          "hgvs_p": "p.Pro348Arg",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001005333.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2193,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.38,
      "chr": "X",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.255384624004364,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2723,
          "cdna_start": 1044,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_006986.4",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000326587.12",
          "protein_coding": true,
          "protein_id": "NP_008917.3",
          "strand": true,
          "transcript": "NM_006986.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2723,
          "cdna_start": 1044,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000326587.12",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006986.4",
          "protein_coding": true,
          "protein_id": "ENSP00000325333.8",
          "strand": true,
          "transcript": "ENST00000326587.12",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": "P",
          "aa_start": 348,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2875,
          "cdna_start": 1196,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": 1043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000375695.2",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.1043C>G",
          "hgvs_p": "p.Pro348Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364847.2",
          "strand": true,
          "transcript": "ENST00000375695.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": "P",
          "aa_start": 348,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2891,
          "cdna_start": 1212,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": 1043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001005333.2",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.1043C>G",
          "hgvs_p": "p.Pro348Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001005333.1",
          "strand": true,
          "transcript": "NM_001005333.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": "P",
          "aa_start": 348,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2800,
          "cdna_start": 1121,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": 1043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898271.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.1043C>G",
          "hgvs_p": "p.Pro348Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568330.1",
          "strand": true,
          "transcript": "ENST00000898271.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": "P",
          "aa_start": 348,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2870,
          "cdna_start": 1193,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": 1043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000943445.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.1043C>G",
          "hgvs_p": "p.Pro348Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613504.1",
          "strand": true,
          "transcript": "ENST00000943445.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 819,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2820,
          "cdna_start": 1018,
          "cds_end": null,
          "cds_length": 2460,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898286.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568345.1",
          "strand": true,
          "transcript": "ENST00000898286.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 819,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2759,
          "cdna_start": 957,
          "cds_end": null,
          "cds_length": 2460,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000939079.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609138.1",
          "strand": true,
          "transcript": "ENST00000939079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 819,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2994,
          "cdna_start": 1192,
          "cds_end": null,
          "cds_length": 2460,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000943446.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613505.1",
          "strand": true,
          "transcript": "ENST00000943446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 813,
          "aa_ref": "P",
          "aa_start": 348,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2751,
          "cdna_start": 1135,
          "cds_end": null,
          "cds_length": 2442,
          "cds_start": 1043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000939078.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.1043C>G",
          "hgvs_p": "p.Pro348Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609137.1",
          "strand": true,
          "transcript": "ENST00000939078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": 1039,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898283.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568342.1",
          "strand": true,
          "transcript": "ENST00000898283.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 786,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": 1039,
          "cds_end": null,
          "cds_length": 2361,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898281.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568340.1",
          "strand": true,
          "transcript": "ENST00000898281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 781,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2696,
          "cdna_start": 1012,
          "cds_end": null,
          "cds_length": 2346,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000943452.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613511.1",
          "strand": true,
          "transcript": "ENST00000943452.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2632,
          "cdna_start": 953,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001005332.2",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001005332.1",
          "strand": true,
          "transcript": "NM_001005332.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2806,
          "cdna_start": 1127,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000375722.5",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364874.1",
          "strand": true,
          "transcript": "ENST00000375722.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2701,
          "cdna_start": 1022,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000375772.7",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364927.3",
          "strand": true,
          "transcript": "ENST00000375772.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2718,
          "cdna_start": 1036,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898263.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568322.1",
          "strand": true,
          "transcript": "ENST00000898263.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2724,
          "cdna_start": 1045,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898264.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568323.1",
          "strand": true,
          "transcript": "ENST00000898264.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2889,
          "cdna_start": 1208,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898265.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568324.1",
          "strand": true,
          "transcript": "ENST00000898265.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2959,
          "cdna_start": 1280,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898266.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568325.1",
          "strand": true,
          "transcript": "ENST00000898266.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2892,
          "cdna_start": 1213,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898268.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568327.1",
          "strand": true,
          "transcript": "ENST00000898268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2797,
          "cdna_start": 1118,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000898269.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568328.1",
          "strand": true,
          "transcript": "ENST00000898269.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3086,
          "cdna_start": 1409,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000898272.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568331.1",
          "strand": true,
          "transcript": "ENST00000898272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2865,
          "cdna_start": 1189,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898273.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568332.1",
          "strand": true,
          "transcript": "ENST00000898273.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2843,
          "cdna_start": 1167,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898274.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568333.1",
          "strand": true,
          "transcript": "ENST00000898274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4226,
          "cdna_start": 2547,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898276.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568335.1",
          "strand": true,
          "transcript": "ENST00000898276.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5729,
          "cdna_start": 4050,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000898277.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568336.1",
          "strand": true,
          "transcript": "ENST00000898277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2677,
          "cdna_start": 1013,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898278.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568337.1",
          "strand": true,
          "transcript": "ENST00000898278.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2699,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898279.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568338.1",
          "strand": true,
          "transcript": "ENST00000898279.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2727,
          "cdna_start": 1044,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898280.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568339.1",
          "strand": true,
          "transcript": "ENST00000898280.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2737,
          "cdna_start": 1058,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000939076.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609135.1",
          "strand": true,
          "transcript": "ENST00000939076.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2752,
          "cdna_start": 1073,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000939077.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609136.1",
          "strand": true,
          "transcript": "ENST00000939077.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2688,
          "cdna_start": 1009,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000939081.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609140.1",
          "strand": true,
          "transcript": "ENST00000939081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2747,
          "cdna_start": 1070,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000939082.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609141.1",
          "strand": true,
          "transcript": "ENST00000939082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2684,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000943447.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613506.1",
          "strand": true,
          "transcript": "ENST00000943447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2910,
          "cdna_start": 1255,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000943450.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613509.1",
          "strand": true,
          "transcript": "ENST00000943450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 757,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2583,
          "cdna_start": 967,
          "cds_end": null,
          "cds_length": 2274,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898267.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568326.1",
          "strand": true,
          "transcript": "ENST00000898267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 757,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2642,
          "cdna_start": 1031,
          "cds_end": null,
          "cds_length": 2274,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898285.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568344.1",
          "strand": true,
          "transcript": "ENST00000898285.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 757,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2621,
          "cdna_start": 1005,
          "cds_end": null,
          "cds_length": 2274,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000943448.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613507.1",
          "strand": true,
          "transcript": "ENST00000943448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 737,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2506,
          "cdna_start": 950,
          "cds_end": null,
          "cds_length": 2214,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000939080.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609139.1",
          "strand": true,
          "transcript": "ENST00000939080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 716,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2518,
          "cdna_start": 1028,
          "cds_end": null,
          "cds_length": 2151,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898275.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568334.1",
          "strand": true,
          "transcript": "ENST00000898275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2689,
          "cdna_start": 1010,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011530835.3",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529137.1",
          "strand": true,
          "transcript": "XM_011530835.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 33118,
          "cdna_start": 31439,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047442676.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298632.1",
          "strand": true,
          "transcript": "XM_047442676.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "P",
          "aa_start": 292,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2706,
          "cdna_start": 1027,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 875,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047442677.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.875C>G",
          "hgvs_p": "p.Pro292Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298633.1",
          "strand": true,
          "transcript": "XM_047442677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 654,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2334,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1965,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000898284.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.754-251C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568343.1",
          "strand": true,
          "transcript": "ENST00000898284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 571,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2001,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1716,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943449.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.754-500C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613508.1",
          "strand": true,
          "transcript": "ENST00000943449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 555,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1963,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1668,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000898270.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.754-678C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568329.1",
          "strand": true,
          "transcript": "ENST00000898270.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 555,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2049,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1668,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000898282.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.754-678C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568341.1",
          "strand": true,
          "transcript": "ENST00000898282.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1333,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000943451.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "c.46-678C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613510.1",
          "strand": true,
          "transcript": "ENST00000943451.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2906,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000485420.5",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "n.1002C>G",
          "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": "ENST00000485420.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5418,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000494718.5",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "n.1018C>G",
          "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": "ENST00000494718.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 341,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000482599.1",
          "gene_hgnc_id": 6813,
          "gene_symbol": "MAGED1",
          "hgvs_c": "n.*56C>G",
          "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": "ENST00000482599.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs782816205",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000024787776,
      "gene_hgnc_id": 6813,
      "gene_symbol": "MAGED1",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000182135,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000891361,
      "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": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.873,
      "pos": 51896530,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.189,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001005333.2"
    }
  ]
}
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.