← 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: 2-147935659-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 147935659,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002552.5",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "NM_181741.4",
          "protein_id": "NP_859525.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1284,
          "cdna_end": null,
          "cdna_length": 6547,
          "mane_select": "ENST00000392857.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_181741.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000392857.10",
          "protein_id": "ENSP00000376597.5",
          "transcript_support_level": 1,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1284,
          "cdna_end": null,
          "cdna_length": 6547,
          "mane_select": "NM_181741.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000392857.10"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1237A>G",
          "hgvs_p": "p.Met413Val",
          "transcript": "ENST00000877934.1",
          "protein_id": "ENSP00000547993.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 1237,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 1396,
          "cdna_end": null,
          "cdna_length": 3088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877934.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "NM_001190879.3",
          "protein_id": "NP_001177808.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1438,
          "cdna_end": null,
          "cdna_length": 6701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190879.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "NM_001374270.1",
          "protein_id": "NP_001361199.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1523,
          "cdna_end": null,
          "cdna_length": 6786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001374270.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "NM_002552.5",
          "protein_id": "NP_002543.2",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1309,
          "cdna_end": null,
          "cdna_length": 6572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002552.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "NM_181742.4",
          "protein_id": "NP_859526.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 6546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_181742.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000264169.6",
          "protein_id": "ENSP00000264169.2",
          "transcript_support_level": 5,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1336,
          "cdna_end": null,
          "cdna_length": 6598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000264169.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000535373.5",
          "protein_id": "ENSP00000441953.1",
          "transcript_support_level": 5,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1448,
          "cdna_end": null,
          "cdna_length": 6710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535373.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000877929.1",
          "protein_id": "ENSP00000547988.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 4156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877929.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000877930.1",
          "protein_id": "ENSP00000547989.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 4217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877930.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000877931.1",
          "protein_id": "ENSP00000547990.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1337,
          "cdna_end": null,
          "cdna_length": 2697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877931.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000877936.1",
          "protein_id": "ENSP00000547995.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1422,
          "cdna_end": null,
          "cdna_length": 1816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877936.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000877939.1",
          "protein_id": "ENSP00000547998.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1421,
          "cdna_end": null,
          "cdna_length": 1819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877939.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000877941.1",
          "protein_id": "ENSP00000548000.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1303,
          "cdna_end": null,
          "cdna_length": 1702,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877941.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000932801.1",
          "protein_id": "ENSP00000602860.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1496,
          "cdna_end": null,
          "cdna_length": 1892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932801.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "ENST00000969862.1",
          "protein_id": "ENSP00000639921.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1282,
          "cdna_end": null,
          "cdna_length": 2540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969862.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1153A>G",
          "hgvs_p": "p.Met385Val",
          "transcript": "ENST00000932802.1",
          "protein_id": "ENSP00000602861.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": 1153,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 1682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932802.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1120A>G",
          "hgvs_p": "p.Met374Val",
          "transcript": "ENST00000932805.1",
          "protein_id": "ENSP00000602864.1",
          "transcript_support_level": null,
          "aa_start": 374,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 1120,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1269,
          "cdna_end": null,
          "cdna_length": 1534,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932805.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1075A>G",
          "hgvs_p": "p.Met359Val",
          "transcript": "ENST00000877935.1",
          "protein_id": "ENSP00000547994.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 1075,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": 1221,
          "cdna_end": null,
          "cdna_length": 2478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877935.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1066A>G",
          "hgvs_p": "p.Met356Val",
          "transcript": "ENST00000877933.1",
          "protein_id": "ENSP00000547992.1",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 1066,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 1397,
          "cdna_end": null,
          "cdna_length": 3097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877933.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.988A>G",
          "hgvs_p": "p.Met330Val",
          "transcript": "ENST00000877940.1",
          "protein_id": "ENSP00000547999.1",
          "transcript_support_level": null,
          "aa_start": 330,
          "aa_end": null,
          "aa_length": 378,
          "cds_start": 988,
          "cds_end": null,
          "cds_length": 1137,
          "cdna_start": 1084,
          "cdna_end": null,
          "cdna_length": 1481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877940.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.940A>G",
          "hgvs_p": "p.Met314Val",
          "transcript": "NM_001190882.3",
          "protein_id": "NP_001177811.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 362,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1089,
          "cdna_start": 1210,
          "cdna_end": null,
          "cdna_length": 6473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190882.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.940A>G",
          "hgvs_p": "p.Met314Val",
          "transcript": "ENST00000540442.5",
          "protein_id": "ENSP00000438326.1",
          "transcript_support_level": 2,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 362,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1089,
          "cdna_start": 1210,
          "cdna_end": null,
          "cdna_length": 6472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000540442.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.910A>G",
          "hgvs_p": "p.Met304Val",
          "transcript": "NM_001190881.3",
          "protein_id": "NP_001177810.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 352,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1059,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 6305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190881.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.910A>G",
          "hgvs_p": "p.Met304Val",
          "transcript": "NM_001374272.1",
          "protein_id": "NP_001361201.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 352,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1059,
          "cdna_start": 1349,
          "cdna_end": null,
          "cdna_length": 6612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001374272.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.910A>G",
          "hgvs_p": "p.Met304Val",
          "transcript": "ENST00000536575.5",
          "protein_id": "ENSP00000441502.1",
          "transcript_support_level": 2,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 352,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1059,
          "cdna_start": 1066,
          "cdna_end": null,
          "cdna_length": 6328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000536575.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.883A>G",
          "hgvs_p": "p.Met295Val",
          "transcript": "ENST00000932799.1",
          "protein_id": "ENSP00000602858.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": 883,
          "cds_end": null,
          "cds_length": 1032,
          "cdna_start": 1029,
          "cdna_end": null,
          "cdna_length": 2726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932799.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.874A>G",
          "hgvs_p": "p.Met292Val",
          "transcript": "ENST00000877932.1",
          "protein_id": "ENSP00000547991.1",
          "transcript_support_level": null,
          "aa_start": 292,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 874,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 1199,
          "cdna_end": null,
          "cdna_length": 3381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877932.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.874A>G",
          "hgvs_p": "p.Met292Val",
          "transcript": "ENST00000932804.1",
          "protein_id": "ENSP00000602863.1",
          "transcript_support_level": null,
          "aa_start": 292,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 874,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 1388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932804.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.799A>G",
          "hgvs_p": "p.Met267Val",
          "transcript": "ENST00000877938.1",
          "protein_id": "ENSP00000547997.1",
          "transcript_support_level": null,
          "aa_start": 267,
          "aa_end": null,
          "aa_length": 315,
          "cds_start": 799,
          "cds_end": null,
          "cds_length": 948,
          "cdna_start": 936,
          "cdna_end": null,
          "cdna_length": 1333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877938.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.625A>G",
          "hgvs_p": "p.Met209Val",
          "transcript": "ENST00000877937.1",
          "protein_id": "ENSP00000547996.1",
          "transcript_support_level": null,
          "aa_start": 209,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 625,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 750,
          "cdna_end": null,
          "cdna_length": 2009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877937.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.625A>G",
          "hgvs_p": "p.Met209Val",
          "transcript": "ENST00000932803.1",
          "protein_id": "ENSP00000602862.1",
          "transcript_support_level": null,
          "aa_start": 209,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 625,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 769,
          "cdna_end": null,
          "cdna_length": 1168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932803.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.538A>G",
          "hgvs_p": "p.Met180Val",
          "transcript": "ENST00000932800.1",
          "protein_id": "ENSP00000602859.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 228,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 687,
          "cdna_start": 657,
          "cdna_end": null,
          "cdna_length": 1919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932800.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ORC4",
          "gene_hgnc_id": 8490,
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val",
          "transcript": "XM_011511255.3",
          "protein_id": "XP_011509557.1",
          "transcript_support_level": null,
          "aa_start": 388,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1162,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1463,
          "cdna_end": null,
          "cdna_length": 6726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511255.3"
        }
      ],
      "gene_symbol": "ORC4",
      "gene_hgnc_id": 8490,
      "dbsnp": "rs2105247386",
      "frequency_reference_population": 0.000002053256,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205326,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.02127102017402649,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.088,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0509,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.57,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.403,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_002552.5",
          "gene_symbol": "ORC4",
          "hgnc_id": 8490,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1162A>G",
          "hgvs_p": "p.Met388Val"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "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.