← 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: 3-49887507-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 49887507,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002447.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.4003A>G",
          "hgvs_p": "p.Arg1335Gly",
          "transcript": "NM_002447.4",
          "protein_id": "NP_002438.2",
          "transcript_support_level": null,
          "aa_start": 1335,
          "aa_end": null,
          "aa_length": 1400,
          "cds_start": 4003,
          "cds_end": null,
          "cds_length": 4203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000296474.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002447.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.4003A>G",
          "hgvs_p": "p.Arg1335Gly",
          "transcript": "ENST00000296474.8",
          "protein_id": "ENSP00000296474.3",
          "transcript_support_level": 1,
          "aa_start": 1335,
          "aa_end": null,
          "aa_length": 1400,
          "cds_start": 4003,
          "cds_end": null,
          "cds_length": 4203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002447.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000296474.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3685A>G",
          "hgvs_p": "p.Arg1229Gly",
          "transcript": "ENST00000621387.4",
          "protein_id": "ENSP00000482642.1",
          "transcript_support_level": 1,
          "aa_start": 1229,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 3685,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000621387.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.4006A>G",
          "hgvs_p": "p.Arg1336Gly",
          "transcript": "ENST00000858906.1",
          "protein_id": "ENSP00000528965.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1401,
          "cds_start": 4006,
          "cds_end": null,
          "cds_length": 4206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858906.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.4006A>G",
          "hgvs_p": "p.Arg1336Gly",
          "transcript": "ENST00000858908.1",
          "protein_id": "ENSP00000528967.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1401,
          "cds_start": 4006,
          "cds_end": null,
          "cds_length": 4206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858908.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3964A>G",
          "hgvs_p": "p.Arg1322Gly",
          "transcript": "ENST00000858918.1",
          "protein_id": "ENSP00000528977.1",
          "transcript_support_level": null,
          "aa_start": 1322,
          "aa_end": null,
          "aa_length": 1387,
          "cds_start": 3964,
          "cds_end": null,
          "cds_length": 4164,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858918.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3883A>G",
          "hgvs_p": "p.Arg1295Gly",
          "transcript": "ENST00000858912.1",
          "protein_id": "ENSP00000528971.1",
          "transcript_support_level": null,
          "aa_start": 1295,
          "aa_end": null,
          "aa_length": 1360,
          "cds_start": 3883,
          "cds_end": null,
          "cds_length": 4083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858912.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3877A>G",
          "hgvs_p": "p.Arg1293Gly",
          "transcript": "ENST00000858916.1",
          "protein_id": "ENSP00000528975.1",
          "transcript_support_level": null,
          "aa_start": 1293,
          "aa_end": null,
          "aa_length": 1358,
          "cds_start": 3877,
          "cds_end": null,
          "cds_length": 4077,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858916.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3859A>G",
          "hgvs_p": "p.Arg1287Gly",
          "transcript": "ENST00000858907.1",
          "protein_id": "ENSP00000528966.1",
          "transcript_support_level": null,
          "aa_start": 1287,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": 3859,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858907.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3856A>G",
          "hgvs_p": "p.Arg1286Gly",
          "transcript": "NM_001244937.3",
          "protein_id": "NP_001231866.1",
          "transcript_support_level": null,
          "aa_start": 1286,
          "aa_end": null,
          "aa_length": 1351,
          "cds_start": 3856,
          "cds_end": null,
          "cds_length": 4056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001244937.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3856A>G",
          "hgvs_p": "p.Arg1286Gly",
          "transcript": "ENST00000344206.8",
          "protein_id": "ENSP00000341325.4",
          "transcript_support_level": 5,
          "aa_start": 1286,
          "aa_end": null,
          "aa_length": 1351,
          "cds_start": 3856,
          "cds_end": null,
          "cds_length": 4056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000344206.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3814A>G",
          "hgvs_p": "p.Arg1272Gly",
          "transcript": "ENST00000858914.1",
          "protein_id": "ENSP00000528973.1",
          "transcript_support_level": null,
          "aa_start": 1272,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 3814,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858914.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3799A>G",
          "hgvs_p": "p.Arg1267Gly",
          "transcript": "ENST00000858910.1",
          "protein_id": "ENSP00000528969.1",
          "transcript_support_level": null,
          "aa_start": 1267,
          "aa_end": null,
          "aa_length": 1332,
          "cds_start": 3799,
          "cds_end": null,
          "cds_length": 3999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858910.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3796A>G",
          "hgvs_p": "p.Arg1266Gly",
          "transcript": "NM_001437543.1",
          "protein_id": "NP_001424472.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1331,
          "cds_start": 3796,
          "cds_end": null,
          "cds_length": 3996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001437543.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3796A>G",
          "hgvs_p": "p.Arg1266Gly",
          "transcript": "ENST00000434765.6",
          "protein_id": "ENSP00000393294.2",
          "transcript_support_level": 5,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1331,
          "cds_start": 3796,
          "cds_end": null,
          "cds_length": 3996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000434765.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3748A>G",
          "hgvs_p": "p.Arg1250Gly",
          "transcript": "ENST00000440292.2",
          "protein_id": "ENSP00000414792.2",
          "transcript_support_level": 3,
          "aa_start": 1250,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": 3748,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440292.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3727A>G",
          "hgvs_p": "p.Arg1243Gly",
          "transcript": "ENST00000858909.1",
          "protein_id": "ENSP00000528968.1",
          "transcript_support_level": null,
          "aa_start": 1243,
          "aa_end": null,
          "aa_length": 1308,
          "cds_start": 3727,
          "cds_end": null,
          "cds_length": 3927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858909.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3703A>G",
          "hgvs_p": "p.Arg1235Gly",
          "transcript": "ENST00000858915.1",
          "protein_id": "ENSP00000528974.1",
          "transcript_support_level": null,
          "aa_start": 1235,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 3703,
          "cds_end": null,
          "cds_length": 3903,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858915.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3700A>G",
          "hgvs_p": "p.Arg1234Gly",
          "transcript": "ENST00000858920.1",
          "protein_id": "ENSP00000528979.1",
          "transcript_support_level": null,
          "aa_start": 1234,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 3700,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858920.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3688A>G",
          "hgvs_p": "p.Arg1230Gly",
          "transcript": "ENST00000858921.1",
          "protein_id": "ENSP00000528980.1",
          "transcript_support_level": null,
          "aa_start": 1230,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 3688,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858921.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3685A>G",
          "hgvs_p": "p.Arg1229Gly",
          "transcript": "NM_001318913.2",
          "protein_id": "NP_001305842.1",
          "transcript_support_level": null,
          "aa_start": 1229,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 3685,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318913.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3676A>G",
          "hgvs_p": "p.Arg1226Gly",
          "transcript": "ENST00000858913.1",
          "protein_id": "ENSP00000528972.1",
          "transcript_support_level": null,
          "aa_start": 1226,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 3676,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858913.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3667A>G",
          "hgvs_p": "p.Arg1223Gly",
          "transcript": "ENST00000858917.1",
          "protein_id": "ENSP00000528976.1",
          "transcript_support_level": null,
          "aa_start": 1223,
          "aa_end": null,
          "aa_length": 1288,
          "cds_start": 3667,
          "cds_end": null,
          "cds_length": 3867,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858917.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3649A>G",
          "hgvs_p": "p.Arg1217Gly",
          "transcript": "ENST00000858911.1",
          "protein_id": "ENSP00000528970.1",
          "transcript_support_level": null,
          "aa_start": 1217,
          "aa_end": null,
          "aa_length": 1282,
          "cds_start": 3649,
          "cds_end": null,
          "cds_length": 3849,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858911.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3553A>G",
          "hgvs_p": "p.Arg1185Gly",
          "transcript": "ENST00000858922.1",
          "protein_id": "ENSP00000528981.1",
          "transcript_support_level": null,
          "aa_start": 1185,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": 3553,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858922.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3541A>G",
          "hgvs_p": "p.Arg1181Gly",
          "transcript": "ENST00000944850.1",
          "protein_id": "ENSP00000614909.1",
          "transcript_support_level": null,
          "aa_start": 1181,
          "aa_end": null,
          "aa_length": 1246,
          "cds_start": 3541,
          "cds_end": null,
          "cds_length": 3741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944850.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3538A>G",
          "hgvs_p": "p.Arg1180Gly",
          "transcript": "ENST00000858919.1",
          "protein_id": "ENSP00000528978.1",
          "transcript_support_level": null,
          "aa_start": 1180,
          "aa_end": null,
          "aa_length": 1245,
          "cds_start": 3538,
          "cds_end": null,
          "cds_length": 3738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858919.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.4006A>G",
          "hgvs_p": "p.Arg1336Gly",
          "transcript": "XM_005265170.5",
          "protein_id": "XP_005265227.2",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1401,
          "cds_start": 4006,
          "cds_end": null,
          "cds_length": 4206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005265170.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3886A>G",
          "hgvs_p": "p.Arg1296Gly",
          "transcript": "XM_011533739.3",
          "protein_id": "XP_011532041.1",
          "transcript_support_level": null,
          "aa_start": 1296,
          "aa_end": null,
          "aa_length": 1361,
          "cds_start": 3886,
          "cds_end": null,
          "cds_length": 4086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533739.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3883A>G",
          "hgvs_p": "p.Arg1295Gly",
          "transcript": "XM_047448162.1",
          "protein_id": "XP_047304118.1",
          "transcript_support_level": null,
          "aa_start": 1295,
          "aa_end": null,
          "aa_length": 1360,
          "cds_start": 3883,
          "cds_end": null,
          "cds_length": 4083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448162.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3859A>G",
          "hgvs_p": "p.Arg1287Gly",
          "transcript": "XM_011533740.3",
          "protein_id": "XP_011532042.1",
          "transcript_support_level": null,
          "aa_start": 1287,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": 3859,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533740.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3799A>G",
          "hgvs_p": "p.Arg1267Gly",
          "transcript": "XM_011533741.3",
          "protein_id": "XP_011532043.1",
          "transcript_support_level": null,
          "aa_start": 1267,
          "aa_end": null,
          "aa_length": 1332,
          "cds_start": 3799,
          "cds_end": null,
          "cds_length": 3999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533741.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3869A>G",
          "hgvs_p": "p.Gln1290Arg",
          "transcript": "XM_011533742.3",
          "protein_id": "XP_011532044.1",
          "transcript_support_level": null,
          "aa_start": 1290,
          "aa_end": null,
          "aa_length": 1324,
          "cds_start": 3869,
          "cds_end": null,
          "cds_length": 3975,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533742.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3866A>G",
          "hgvs_p": "p.Gln1289Arg",
          "transcript": "XM_047448164.1",
          "protein_id": "XP_047304120.1",
          "transcript_support_level": null,
          "aa_start": 1289,
          "aa_end": null,
          "aa_length": 1323,
          "cds_start": 3866,
          "cds_end": null,
          "cds_length": 3972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448164.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3703A>G",
          "hgvs_p": "p.Arg1235Gly",
          "transcript": "XM_011533743.3",
          "protein_id": "XP_011532045.1",
          "transcript_support_level": null,
          "aa_start": 1235,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 3703,
          "cds_end": null,
          "cds_length": 3903,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533743.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3700A>G",
          "hgvs_p": "p.Arg1234Gly",
          "transcript": "XM_047448165.1",
          "protein_id": "XP_047304121.1",
          "transcript_support_level": null,
          "aa_start": 1234,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 3700,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448165.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3688A>G",
          "hgvs_p": "p.Arg1230Gly",
          "transcript": "XM_011533744.3",
          "protein_id": "XP_011532046.1",
          "transcript_support_level": null,
          "aa_start": 1230,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 3688,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533744.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3746A>G",
          "hgvs_p": "p.Gln1249Arg",
          "transcript": "XM_047448166.1",
          "protein_id": "XP_047304122.1",
          "transcript_support_level": null,
          "aa_start": 1249,
          "aa_end": null,
          "aa_length": 1283,
          "cds_start": 3746,
          "cds_end": null,
          "cds_length": 3852,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448166.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3652A>G",
          "hgvs_p": "p.Arg1218Gly",
          "transcript": "XM_047448167.1",
          "protein_id": "XP_047304123.1",
          "transcript_support_level": null,
          "aa_start": 1218,
          "aa_end": null,
          "aa_length": 1283,
          "cds_start": 3652,
          "cds_end": null,
          "cds_length": 3852,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448167.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3649A>G",
          "hgvs_p": "p.Arg1217Gly",
          "transcript": "XM_047448168.1",
          "protein_id": "XP_047304124.1",
          "transcript_support_level": null,
          "aa_start": 1217,
          "aa_end": null,
          "aa_length": 1282,
          "cds_start": 3649,
          "cds_end": null,
          "cds_length": 3849,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448168.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3722A>G",
          "hgvs_p": "p.Gln1241Arg",
          "transcript": "XM_047448169.1",
          "protein_id": "XP_047304125.1",
          "transcript_support_level": null,
          "aa_start": 1241,
          "aa_end": null,
          "aa_length": 1275,
          "cds_start": 3722,
          "cds_end": null,
          "cds_length": 3828,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448169.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3719A>G",
          "hgvs_p": "p.Gln1240Arg",
          "transcript": "XM_047448170.1",
          "protein_id": "XP_047304126.1",
          "transcript_support_level": null,
          "aa_start": 1240,
          "aa_end": null,
          "aa_length": 1274,
          "cds_start": 3719,
          "cds_end": null,
          "cds_length": 3825,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448170.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3659A>G",
          "hgvs_p": "p.Gln1220Arg",
          "transcript": "XM_047448171.1",
          "protein_id": "XP_047304127.1",
          "transcript_support_level": null,
          "aa_start": 1220,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 3659,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448171.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3556A>G",
          "hgvs_p": "p.Arg1186Gly",
          "transcript": "XM_047448172.1",
          "protein_id": "XP_047304128.1",
          "transcript_support_level": null,
          "aa_start": 1186,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": 3556,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448172.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3541A>G",
          "hgvs_p": "p.Arg1181Gly",
          "transcript": "XM_047448173.1",
          "protein_id": "XP_047304129.1",
          "transcript_support_level": null,
          "aa_start": 1181,
          "aa_end": null,
          "aa_length": 1246,
          "cds_start": 3541,
          "cds_end": null,
          "cds_length": 3741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448173.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3538A>G",
          "hgvs_p": "p.Arg1180Gly",
          "transcript": "XM_047448174.1",
          "protein_id": "XP_047304130.1",
          "transcript_support_level": null,
          "aa_start": 1180,
          "aa_end": null,
          "aa_length": 1245,
          "cds_start": 3538,
          "cds_end": null,
          "cds_length": 3738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448174.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3551A>G",
          "hgvs_p": "p.Gln1184Arg",
          "transcript": "XM_047448175.1",
          "protein_id": "XP_047304131.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1218,
          "cds_start": 3551,
          "cds_end": null,
          "cds_length": 3657,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448175.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3358A>G",
          "hgvs_p": "p.Arg1120Gly",
          "transcript": "XM_047448176.1",
          "protein_id": "XP_047304132.1",
          "transcript_support_level": null,
          "aa_start": 1120,
          "aa_end": null,
          "aa_length": 1185,
          "cds_start": 3358,
          "cds_end": null,
          "cds_length": 3558,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448176.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "c.3404A>G",
          "hgvs_p": "p.Gln1135Arg",
          "transcript": "XM_047448177.1",
          "protein_id": "XP_047304133.1",
          "transcript_support_level": null,
          "aa_start": 1135,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 3404,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448177.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.*825A>G",
          "hgvs_p": null,
          "transcript": "ENST00000411578.6",
          "protein_id": "ENSP00000407926.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000411578.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.*1797A>G",
          "hgvs_p": null,
          "transcript": "ENST00000714251.1",
          "protein_id": "ENSP00000519532.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714251.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.*696A>G",
          "hgvs_p": null,
          "transcript": "ENST00000714252.1",
          "protein_id": "ENSP00000519533.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714252.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.4203A>G",
          "hgvs_p": null,
          "transcript": "NR_134919.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_134919.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.4365A>G",
          "hgvs_p": null,
          "transcript": "XR_001740155.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_001740155.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.*825A>G",
          "hgvs_p": null,
          "transcript": "ENST00000411578.6",
          "protein_id": "ENSP00000407926.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000411578.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.*1797A>G",
          "hgvs_p": null,
          "transcript": "ENST00000714251.1",
          "protein_id": "ENSP00000519532.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714251.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MST1R",
          "gene_hgnc_id": 7381,
          "hgvs_c": "n.*696A>G",
          "hgvs_p": null,
          "transcript": "ENST00000714252.1",
          "protein_id": "ENSP00000519533.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714252.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000295244",
          "gene_hgnc_id": null,
          "hgvs_c": "n.320-1902T>C",
          "hgvs_p": null,
          "transcript": "ENST00000728776.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000728776.1"
        }
      ],
      "gene_symbol": "MST1R",
      "gene_hgnc_id": 7381,
      "dbsnp": "rs1062633",
      "frequency_reference_population": 0.47797382,
      "hom_count_reference_population": 193380,
      "allele_count_reference_population": 771379,
      "gnomad_exomes_af": 0.474814,
      "gnomad_genomes_af": 0.508336,
      "gnomad_exomes_ac": 694059,
      "gnomad_genomes_ac": 77320,
      "gnomad_exomes_homalt": 172265,
      "gnomad_genomes_homalt": 21115,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0000035387979551160242,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.111,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0406,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.55,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -3.169,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -13,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6,BA1",
      "acmg_by_gene": [
        {
          "score": -13,
          "benign_score": 13,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_002447.4",
          "gene_symbol": "MST1R",
          "hgnc_id": 7381,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4003A>G",
          "hgvs_p": "p.Arg1335Gly"
        },
        {
          "score": -13,
          "benign_score": 13,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000728776.1",
          "gene_symbol": "ENSG00000295244",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.320-1902T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "MST1R-related disorder",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "MST1R-related disorder",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}