← 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-69959281-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 69959281,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001354604.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1040G>C",
          "hgvs_p": "p.Arg347Pro",
          "transcript": "NM_001354604.2",
          "protein_id": "NP_001341533.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1040,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 4799,
          "mane_select": "ENST00000352241.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354604.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1040G>C",
          "hgvs_p": "p.Arg347Pro",
          "transcript": "ENST00000352241.9",
          "protein_id": "ENSP00000295600.8",
          "transcript_support_level": 1,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1040,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 4799,
          "mane_select": "NM_001354604.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000352241.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.719G>C",
          "hgvs_p": "p.Arg240Pro",
          "transcript": "NM_000248.4",
          "protein_id": "NP_000239.1",
          "transcript_support_level": null,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 719,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 850,
          "cdna_end": null,
          "cdna_length": 4475,
          "mane_select": null,
          "mane_plus": "ENST00000394351.9",
          "biotype": "protein_coding",
          "feature": "NM_000248.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.719G>C",
          "hgvs_p": "p.Arg240Pro",
          "transcript": "ENST00000394351.9",
          "protein_id": "ENSP00000377880.3",
          "transcript_support_level": 1,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 719,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 850,
          "cdna_end": null,
          "cdna_length": 4475,
          "mane_select": null,
          "mane_plus": "NM_000248.4",
          "biotype": "protein_coding",
          "feature": "ENST00000394351.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.701G>C",
          "hgvs_p": "p.Arg234Pro",
          "transcript": "ENST00000314557.10",
          "protein_id": "ENSP00000324246.6",
          "transcript_support_level": 1,
          "aa_start": 234,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 701,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 837,
          "cdna_end": null,
          "cdna_length": 1798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000314557.10"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.533G>C",
          "hgvs_p": "p.Arg178Pro",
          "transcript": "ENST00000531774.1",
          "protein_id": "ENSP00000435909.1",
          "transcript_support_level": 1,
          "aa_start": 178,
          "aa_end": null,
          "aa_length": 357,
          "cds_start": 533,
          "cds_end": null,
          "cds_length": 1074,
          "cdna_start": 533,
          "cdna_end": null,
          "cdna_length": 1074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000531774.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1133G>C",
          "hgvs_p": "p.Arg378Pro",
          "transcript": "ENST00000956046.1",
          "protein_id": "ENSP00000626105.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1267,
          "cdna_end": null,
          "cdna_length": 2207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956046.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1115G>C",
          "hgvs_p": "p.Arg372Pro",
          "transcript": "ENST00000956043.1",
          "protein_id": "ENSP00000626102.1",
          "transcript_support_level": null,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1115,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 2210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956043.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1037G>C",
          "hgvs_p": "p.Arg346Pro",
          "transcript": "NM_001354605.2",
          "protein_id": "NP_001341534.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 525,
          "cds_start": 1037,
          "cds_end": null,
          "cds_length": 1578,
          "cdna_start": 1171,
          "cdna_end": null,
          "cdna_length": 4796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354605.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1037G>C",
          "hgvs_p": "p.Arg346Pro",
          "transcript": "ENST00000894498.1",
          "protein_id": "ENSP00000564557.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 525,
          "cds_start": 1037,
          "cds_end": null,
          "cds_length": 1578,
          "cdna_start": 1184,
          "cdna_end": null,
          "cdna_length": 2149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894498.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1022G>C",
          "hgvs_p": "p.Arg341Pro",
          "transcript": "NM_198159.3",
          "protein_id": "NP_937802.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1022,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 1156,
          "cdna_end": null,
          "cdna_length": 4781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198159.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1022G>C",
          "hgvs_p": "p.Arg341Pro",
          "transcript": "ENST00000642352.1",
          "protein_id": "ENSP00000494105.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1022,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 4767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642352.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1022G>C",
          "hgvs_p": "p.Arg341Pro",
          "transcript": "ENST00000956040.1",
          "protein_id": "ENSP00000626099.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1022,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 1128,
          "cdna_end": null,
          "cdna_length": 4757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956040.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1019G>C",
          "hgvs_p": "p.Arg340Pro",
          "transcript": "NM_001354606.2",
          "protein_id": "NP_001341535.1",
          "transcript_support_level": null,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 1153,
          "cdna_end": null,
          "cdna_length": 4778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354606.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1019G>C",
          "hgvs_p": "p.Arg340Pro",
          "transcript": "NM_006722.3",
          "protein_id": "NP_006713.1",
          "transcript_support_level": null,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 1050,
          "cdna_end": null,
          "cdna_length": 4675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006722.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.1019G>C",
          "hgvs_p": "p.Arg340Pro",
          "transcript": "ENST00000448226.9",
          "protein_id": "ENSP00000391803.3",
          "transcript_support_level": 5,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 1050,
          "cdna_end": null,
          "cdna_length": 4675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000448226.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.974G>C",
          "hgvs_p": "p.Arg325Pro",
          "transcript": "NM_198177.3",
          "protein_id": "NP_937820.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1041,
          "cdna_end": null,
          "cdna_length": 4666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198177.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.974G>C",
          "hgvs_p": "p.Arg325Pro",
          "transcript": "ENST00000314589.11",
          "protein_id": "ENSP00000324443.5",
          "transcript_support_level": 2,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1041,
          "cdna_end": null,
          "cdna_length": 4666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000314589.11"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.971G>C",
          "hgvs_p": "p.Arg324Pro",
          "transcript": "NM_001354607.2",
          "protein_id": "NP_001341536.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 971,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1285,
          "cdna_end": null,
          "cdna_length": 4910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354607.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.971G>C",
          "hgvs_p": "p.Arg324Pro",
          "transcript": "ENST00000687384.1",
          "protein_id": "ENSP00000510225.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 971,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1293,
          "cdna_end": null,
          "cdna_length": 2214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000687384.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.965G>C",
          "hgvs_p": "p.Arg322Pro",
          "transcript": "ENST00000894499.1",
          "protein_id": "ENSP00000564558.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": 965,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": 1085,
          "cdna_end": null,
          "cdna_length": 2050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894499.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.956G>C",
          "hgvs_p": "p.Arg319Pro",
          "transcript": "ENST00000956041.1",
          "protein_id": "ENSP00000626100.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 956,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 1094,
          "cdna_end": null,
          "cdna_length": 2193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956041.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.947G>C",
          "hgvs_p": "p.Arg316Pro",
          "transcript": "ENST00000693031.1",
          "protein_id": "ENSP00000509845.1",
          "transcript_support_level": null,
          "aa_start": 316,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 947,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": 1085,
          "cdna_end": null,
          "cdna_length": 2011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000693031.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.938G>C",
          "hgvs_p": "p.Arg313Pro",
          "transcript": "ENST00000956045.1",
          "protein_id": "ENSP00000626104.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": 1076,
          "cdna_end": null,
          "cdna_length": 2016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956045.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.872G>C",
          "hgvs_p": "p.Arg291Pro",
          "transcript": "ENST00000894497.1",
          "protein_id": "ENSP00000564556.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 1045,
          "cdna_end": null,
          "cdna_length": 2135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894497.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.869G>C",
          "hgvs_p": "p.Arg290Pro",
          "transcript": "ENST00000956042.1",
          "protein_id": "ENSP00000626101.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 999,
          "cdna_end": null,
          "cdna_length": 2082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956042.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.866G>C",
          "hgvs_p": "p.Arg289Pro",
          "transcript": "NM_001184967.2",
          "protein_id": "NP_001171896.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 866,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 1107,
          "cdna_end": null,
          "cdna_length": 4732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001184967.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.866G>C",
          "hgvs_p": "p.Arg289Pro",
          "transcript": "NM_001354608.2",
          "protein_id": "NP_001341537.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 866,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 4820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354608.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.866G>C",
          "hgvs_p": "p.Arg289Pro",
          "transcript": "ENST00000472437.5",
          "protein_id": "ENSP00000418845.1",
          "transcript_support_level": 2,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 866,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 1055,
          "cdna_end": null,
          "cdna_length": 1995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000472437.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.854G>C",
          "hgvs_p": "p.Arg285Pro",
          "transcript": "ENST00000894496.1",
          "protein_id": "ENSP00000564555.1",
          "transcript_support_level": null,
          "aa_start": 285,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 854,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 1017,
          "cdna_end": null,
          "cdna_length": 4644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894496.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.851G>C",
          "hgvs_p": "p.Arg284Pro",
          "transcript": "ENST00000956044.1",
          "protein_id": "ENSP00000626103.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 1929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956044.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.701G>C",
          "hgvs_p": "p.Arg234Pro",
          "transcript": "NM_198158.3",
          "protein_id": "NP_937801.1",
          "transcript_support_level": null,
          "aa_start": 234,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 701,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 832,
          "cdna_end": null,
          "cdna_length": 4457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198158.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.614G>C",
          "hgvs_p": "p.Arg205Pro",
          "transcript": "ENST00000956047.1",
          "protein_id": "ENSP00000626106.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 1683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956047.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.974G>C",
          "hgvs_p": "p.Arg325Pro",
          "transcript": "ENST00000693549.1",
          "protein_id": "ENSP00000509358.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 998,
          "cdna_end": null,
          "cdna_length": 1893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000693549.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.992G>C",
          "hgvs_p": "p.Arg331Pro",
          "transcript": "ENST00000451708.5",
          "protein_id": "ENSP00000398639.1",
          "transcript_support_level": 5,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1084,
          "cdna_start": 1024,
          "cdna_end": null,
          "cdna_length": 1116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000451708.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "c.533G>C",
          "hgvs_p": "p.Arg178Pro",
          "transcript": "NM_198178.3",
          "protein_id": "NP_937821.2",
          "transcript_support_level": null,
          "aa_start": 178,
          "aa_end": null,
          "aa_length": 357,
          "cds_start": 533,
          "cds_end": null,
          "cds_length": 1074,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 4289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198178.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "n.*366G>C",
          "hgvs_p": null,
          "transcript": "ENST00000478490.5",
          "protein_id": "ENSP00000433487.1",
          "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": 1642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000478490.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "n.1196G>C",
          "hgvs_p": null,
          "transcript": "ENST00000689390.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": 2108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000689390.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MITF",
          "gene_hgnc_id": 7105,
          "hgvs_c": "n.*366G>C",
          "hgvs_p": null,
          "transcript": "ENST00000478490.5",
          "protein_id": "ENSP00000433487.1",
          "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": 1642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000478490.5"
        }
      ],
      "gene_symbol": "MITF",
      "gene_hgnc_id": 7105,
      "dbsnp": "rs1195515853",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8997726440429688,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.897,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9993,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.54,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 10.003,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP3_Moderate"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_001354604.2",
          "gene_symbol": "MITF",
          "hgnc_id": 7105,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1040G>C",
          "hgvs_p": "p.Arg347Pro"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.