← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-69574095-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 69574095,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_006654.5",
      "consequences": [
        {
          "aa_ref": "A",
          "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": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_001278356.2",
          "protein_id": "NP_001265285.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1070,
          "cdna_end": null,
          "cdna_length": 6768,
          "mane_select": "ENST00000549921.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278356.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": true,
          "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": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000549921.6",
          "protein_id": "ENSP00000450048.1",
          "transcript_support_level": 1,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1070,
          "cdna_end": null,
          "cdna_length": 6768,
          "mane_select": "NM_001278356.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000549921.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000550389.5",
          "protein_id": "ENSP00000447241.1",
          "transcript_support_level": 1,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 913,
          "cdna_end": null,
          "cdna_length": 6600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000550389.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_001042555.3",
          "protein_id": "NP_001036020.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1131,
          "cdna_end": null,
          "cdna_length": 6829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001042555.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_001278351.2",
          "protein_id": "NP_001265280.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1252,
          "cdna_end": null,
          "cdna_length": 6950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278351.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_001278353.2",
          "protein_id": "NP_001265282.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 6893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278353.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_001278354.2",
          "protein_id": "NP_001265283.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1184,
          "cdna_end": null,
          "cdna_length": 6882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278354.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_001278355.2",
          "protein_id": "NP_001265284.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1166,
          "cdna_end": null,
          "cdna_length": 6864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278355.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_001278357.2",
          "protein_id": "NP_001265286.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 931,
          "cdna_end": null,
          "cdna_length": 6629,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278357.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "NM_006654.5",
          "protein_id": "NP_006645.3",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 6836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006654.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000397997.6",
          "protein_id": "ENSP00000381083.2",
          "transcript_support_level": 5,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 856,
          "cdna_end": null,
          "cdna_length": 6550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397997.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000872616.1",
          "protein_id": "ENSP00000542675.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1216,
          "cdna_end": null,
          "cdna_length": 6914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872616.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000872617.1",
          "protein_id": "ENSP00000542676.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1247,
          "cdna_end": null,
          "cdna_length": 6333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872617.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000872618.1",
          "protein_id": "ENSP00000542677.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1162,
          "cdna_end": null,
          "cdna_length": 6247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872618.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000872619.1",
          "protein_id": "ENSP00000542678.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1161,
          "cdna_end": null,
          "cdna_length": 3772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872619.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000872620.1",
          "protein_id": "ENSP00000542679.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 3151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872620.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000872621.1",
          "protein_id": "ENSP00000542680.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 910,
          "cdna_end": null,
          "cdna_length": 5989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872621.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000872622.1",
          "protein_id": "ENSP00000542681.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1925,
          "cdna_end": null,
          "cdna_length": 4521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872622.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000934305.1",
          "protein_id": "ENSP00000604364.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 972,
          "cdna_end": null,
          "cdna_length": 6661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934305.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000934306.1",
          "protein_id": "ENSP00000604365.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1176,
          "cdna_end": null,
          "cdna_length": 6259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934306.1"
        },
        {
          "aa_ref": "A",
          "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": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000934307.1",
          "protein_id": "ENSP00000604366.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1582,
          "cdna_end": null,
          "cdna_length": 4851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934307.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000934308.1",
          "protein_id": "ENSP00000604367.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1244,
          "cdna_end": null,
          "cdna_length": 4513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934308.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000934309.1",
          "protein_id": "ENSP00000604368.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 3818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934309.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000948178.1",
          "protein_id": "ENSP00000618237.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 6303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948178.1"
        },
        {
          "aa_ref": "A",
          "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": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000948179.1",
          "protein_id": "ENSP00000618238.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948179.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "ENST00000948180.1",
          "protein_id": "ENSP00000618239.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 956,
          "cdna_end": null,
          "cdna_length": 3992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948180.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_017018717.2",
          "protein_id": "XP_016874206.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1240,
          "cdna_end": null,
          "cdna_length": 6938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017018717.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_017018718.2",
          "protein_id": "XP_016874207.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1234,
          "cdna_end": null,
          "cdna_length": 6932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017018718.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_017018719.2",
          "protein_id": "XP_016874208.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 3076,
          "cdna_end": null,
          "cdna_length": 8774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017018719.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_047428118.1",
          "protein_id": "XP_047284074.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1127,
          "cdna_end": null,
          "cdna_length": 6825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428118.1"
        },
        {
          "aa_ref": "A",
          "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": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_047428119.1",
          "protein_id": "XP_047284075.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 4343,
          "cdna_end": null,
          "cdna_length": 10041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428119.1"
        },
        {
          "aa_ref": "A",
          "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": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_047428120.1",
          "protein_id": "XP_047284076.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 3927,
          "cdna_end": null,
          "cdna_length": 9625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428120.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_047428121.1",
          "protein_id": "XP_047284077.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 6775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428121.1"
        },
        {
          "aa_ref": "A",
          "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": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_047428122.1",
          "protein_id": "XP_047284078.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 945,
          "cdna_end": null,
          "cdna_length": 6643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428122.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FRS2",
          "gene_hgnc_id": 16971,
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro",
          "transcript": "XM_047428123.1",
          "protein_id": "XP_047284079.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1310,
          "cdna_end": null,
          "cdna_length": 7008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428123.1"
        }
      ],
      "gene_symbol": "FRS2",
      "gene_hgnc_id": 16971,
      "dbsnp": "rs772522445",
      "frequency_reference_population": 6.8408065e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84081e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.08383598923683167,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.12,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0781,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.46,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.267,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_006654.5",
          "gene_symbol": "FRS2",
          "hgnc_id": 16971,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.667G>C",
          "hgvs_p": "p.Ala223Pro"
        }
      ],
      "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.