← 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: 19-8430677-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MARCHF2",
          "hgnc_id": 28038,
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_016496.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 45,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3056,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.2,
      "chr": "19",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.6758406758308411,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1380,
          "cdna_start": 560,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001005415.2",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000215555.7",
          "protein_coding": true,
          "protein_id": "NP_001005415.1",
          "strand": true,
          "transcript": "NM_001005415.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1380,
          "cdna_start": 560,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000215555.7",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001005415.2",
          "protein_coding": true,
          "protein_id": "ENSP00000215555.2",
          "strand": true,
          "transcript": "ENST00000215555.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1667,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000602117.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000471536.1",
          "strand": true,
          "transcript": "ENST00000602117.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "P",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1760,
          "cdna_start": 944,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 512,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000860161.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.512C>T",
          "hgvs_p": "p.Pro171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530220.1",
          "strand": true,
          "transcript": "ENST00000860161.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 256,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1435,
          "cdna_start": 585,
          "cds_end": null,
          "cds_length": 771,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000860154.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530213.1",
          "strand": true,
          "transcript": "ENST00000860154.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 256,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1690,
          "cdna_start": 840,
          "cds_end": null,
          "cds_length": 771,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000860156.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530215.1",
          "strand": true,
          "transcript": "ENST00000860156.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 256,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2075,
          "cdna_start": 1225,
          "cds_end": null,
          "cds_length": 771,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000860165.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530224.1",
          "strand": true,
          "transcript": "ENST00000860165.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2025,
          "cdna_start": 1205,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001369776.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001356705.1",
          "strand": true,
          "transcript": "NM_001369776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1446,
          "cdna_start": 626,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001369777.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001356706.1",
          "strand": true,
          "transcript": "NM_001369777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1649,
          "cdna_start": 829,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001369778.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001356707.1",
          "strand": true,
          "transcript": "NM_001369778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1720,
          "cdna_start": 900,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001369779.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001356708.1",
          "strand": true,
          "transcript": "NM_001369779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1651,
          "cdna_start": 831,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_016496.5",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_057580.3",
          "strand": true,
          "transcript": "NM_016496.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1339,
          "cdna_start": 523,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000860152.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530211.1",
          "strand": true,
          "transcript": "ENST00000860152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1679,
          "cdna_start": 859,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000860153.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530212.1",
          "strand": true,
          "transcript": "ENST00000860153.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1486,
          "cdna_start": 666,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000860157.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530216.1",
          "strand": true,
          "transcript": "ENST00000860157.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1618,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000860158.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530217.1",
          "strand": true,
          "transcript": "ENST00000860158.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2017,
          "cdna_start": 1197,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000860159.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530218.1",
          "strand": true,
          "transcript": "ENST00000860159.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1659,
          "cdna_start": 839,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000860160.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530219.1",
          "strand": true,
          "transcript": "ENST00000860160.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1800,
          "cdna_start": 980,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000860162.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530221.1",
          "strand": true,
          "transcript": "ENST00000860162.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1732,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000860163.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530222.1",
          "strand": true,
          "transcript": "ENST00000860163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1372,
          "cdna_start": 556,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000860164.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530223.1",
          "strand": true,
          "transcript": "ENST00000860164.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1411,
          "cdna_start": 595,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000961605.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631664.1",
          "strand": true,
          "transcript": "ENST00000961605.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1547,
          "cdna_start": 727,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000961606.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631665.1",
          "strand": true,
          "transcript": "ENST00000961606.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1988,
          "cdna_start": 1171,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000961607.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631666.1",
          "strand": true,
          "transcript": "ENST00000961607.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 238,
          "aa_ref": "P",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1344,
          "cdna_start": 559,
          "cds_end": null,
          "cds_length": 717,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000961610.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.392C>T",
          "hgvs_p": "p.Pro131Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631669.1",
          "strand": true,
          "transcript": "ENST00000961610.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1211,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000940436.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.372+3873C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610495.1",
          "strand": true,
          "transcript": "ENST00000940436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1170,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 531,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001005416.2",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.372+3873C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001005416.1",
          "strand": true,
          "transcript": "NM_001005416.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1192,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 531,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000381035.8",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.372+3873C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000370423.3",
          "strand": true,
          "transcript": "ENST00000381035.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1461,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 531,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000860155.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.372+3873C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530214.1",
          "strand": true,
          "transcript": "ENST00000860155.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1775,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 531,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000961608.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.372+3873C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631667.1",
          "strand": true,
          "transcript": "ENST00000961608.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1806,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 531,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000961609.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.372+3873C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631668.1",
          "strand": true,
          "transcript": "ENST00000961609.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1639,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 531,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000961611.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.372+3873C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631670.1",
          "strand": true,
          "transcript": "ENST00000961611.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 40,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 747,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 123,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000601283.5",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "c.112-7858C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469386.1",
          "strand": true,
          "transcript": "ENST00000601283.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 521,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000594796.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "n.306C>T",
          "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": "ENST00000594796.1",
          "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": 1184,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_163145.1",
          "gene_hgnc_id": 28038,
          "gene_symbol": "MARCHF2",
          "hgvs_c": "n.364C>T",
          "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_163145.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs762354008",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000027968515,
      "gene_hgnc_id": 28038,
      "gene_symbol": "MARCHF2",
      "gnomad_exomes_ac": 43,
      "gnomad_exomes_af": 0.0000295165,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131456,
      "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": "Pathogenic",
      "phylop100way_score": 7.833,
      "pos": 8430677,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.295,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_016496.5"
    }
  ]
}
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.