← 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-54973570-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 54973570,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_020532.5",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.3529A>T",
          "hgvs_p": "p.Met1177Leu",
          "transcript": "NM_020532.5",
          "protein_id": "NP_065393.1",
          "transcript_support_level": null,
          "aa_start": 1177,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3529,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 3680,
          "cdna_end": null,
          "cdna_length": 4697,
          "mane_select": "ENST00000337526.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020532.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.3529A>T",
          "hgvs_p": "p.Met1177Leu",
          "transcript": "ENST00000337526.11",
          "protein_id": "ENSP00000337838.6",
          "transcript_support_level": 1,
          "aa_start": 1177,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 3529,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 3680,
          "cdna_end": null,
          "cdna_length": 4697,
          "mane_select": "NM_020532.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000337526.11"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "ENST00000357376.7",
          "protein_id": "ENSP00000349944.3",
          "transcript_support_level": 1,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 4110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357376.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "ENST00000394611.6",
          "protein_id": "ENSP00000378109.2",
          "transcript_support_level": 1,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3144,
          "cdna_end": null,
          "cdna_length": 4161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394611.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "ENST00000404909.5",
          "protein_id": "ENSP00000385650.1",
          "transcript_support_level": 1,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3085,
          "cdna_end": null,
          "cdna_length": 4102,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000404909.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "ENST00000405240.5",
          "protein_id": "ENSP00000384471.1",
          "transcript_support_level": 1,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3044,
          "cdna_end": null,
          "cdna_length": 4061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000405240.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.1129A>T",
          "hgvs_p": "p.Met377Leu",
          "transcript": "ENST00000357732.8",
          "protein_id": "ENSP00000350365.4",
          "transcript_support_level": 1,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": 1373,
          "cdna_end": null,
          "cdna_length": 2390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357732.8"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.1072A>T",
          "hgvs_p": "p.Met358Leu",
          "transcript": "ENST00000317610.11",
          "protein_id": "ENSP00000322147.7",
          "transcript_support_level": 1,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1316,
          "cdna_end": null,
          "cdna_length": 2333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000317610.11"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.550A>T",
          "hgvs_p": "p.Met184Leu",
          "transcript": "ENST00000394609.6",
          "protein_id": "ENSP00000378107.2",
          "transcript_support_level": 1,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 199,
          "cds_start": 550,
          "cds_end": null,
          "cds_length": 600,
          "cdna_start": 879,
          "cdna_end": null,
          "cdna_length": 1898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394609.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "NM_001321859.2",
          "protein_id": "NP_001308788.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3529,
          "cdna_end": null,
          "cdna_length": 4546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321859.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "NM_001321860.1",
          "protein_id": "NP_001308789.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3144,
          "cdna_end": null,
          "cdna_length": 4161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321860.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "NM_001321861.2",
          "protein_id": "NP_001308790.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3107,
          "cdna_end": null,
          "cdna_length": 4124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321861.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "NM_001321862.2",
          "protein_id": "NP_001308791.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3094,
          "cdna_end": null,
          "cdna_length": 4111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321862.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "NM_001321863.2",
          "protein_id": "NP_001308792.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3484,
          "cdna_end": null,
          "cdna_length": 4501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321863.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "NM_001321904.2",
          "protein_id": "NP_001308833.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3522,
          "cdna_end": null,
          "cdna_length": 4539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321904.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2911A>T",
          "hgvs_p": "p.Met971Leu",
          "transcript": "NM_207521.2",
          "protein_id": "NP_997404.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": 3051,
          "cdna_end": null,
          "cdna_length": 4068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207521.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.2692A>T",
          "hgvs_p": "p.Met898Leu",
          "transcript": "ENST00000938587.1",
          "protein_id": "ENSP00000608646.1",
          "transcript_support_level": null,
          "aa_start": 898,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 2692,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 2950,
          "cdna_end": null,
          "cdna_length": 3963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938587.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.1273A>T",
          "hgvs_p": "p.Met425Leu",
          "transcript": "ENST00000951906.1",
          "protein_id": "ENSP00000621965.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1468,
          "cdna_end": null,
          "cdna_length": 2477,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951906.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.1156A>T",
          "hgvs_p": "p.Met386Leu",
          "transcript": "ENST00000852508.1",
          "protein_id": "ENSP00000522567.1",
          "transcript_support_level": null,
          "aa_start": 386,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 1156,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": 1391,
          "cdna_end": null,
          "cdna_length": 2408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000852508.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.1129A>T",
          "hgvs_p": "p.Met377Leu",
          "transcript": "NM_207520.2",
          "protein_id": "NP_997403.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": 1280,
          "cdna_end": null,
          "cdna_length": 2297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207520.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.1072A>T",
          "hgvs_p": "p.Met358Leu",
          "transcript": "NM_153828.3",
          "protein_id": "NP_722550.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1223,
          "cdna_end": null,
          "cdna_length": 2240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_153828.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.1066A>T",
          "hgvs_p": "p.Met356Leu",
          "transcript": "ENST00000852509.1",
          "protein_id": "ENSP00000522568.1",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": 1066,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": 1209,
          "cdna_end": null,
          "cdna_length": 1619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000852509.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.598A>T",
          "hgvs_p": "p.Met200Leu",
          "transcript": "ENST00000438462.1",
          "protein_id": "ENSP00000397808.1",
          "transcript_support_level": 5,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 202,
          "cds_start": 598,
          "cds_end": null,
          "cds_length": 609,
          "cdna_start": 599,
          "cdna_end": null,
          "cdna_length": 656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438462.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.550A>T",
          "hgvs_p": "p.Met184Leu",
          "transcript": "NM_007008.3",
          "protein_id": "NP_008939.1",
          "transcript_support_level": null,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 199,
          "cds_start": 550,
          "cds_end": null,
          "cds_length": 600,
          "cdna_start": 702,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007008.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "c.334A>T",
          "hgvs_p": "p.Met112Leu",
          "transcript": "ENST00000486085.5",
          "protein_id": "ENSP00000489133.1",
          "transcript_support_level": 3,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 127,
          "cds_start": 334,
          "cds_end": null,
          "cds_length": 384,
          "cdna_start": 334,
          "cdna_end": null,
          "cdna_length": 955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000486085.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "n.423A>T",
          "hgvs_p": null,
          "transcript": "ENST00000485749.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000485749.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "n.450A>T",
          "hgvs_p": null,
          "transcript": "ENST00000491592.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000491592.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "n.650A>T",
          "hgvs_p": null,
          "transcript": "NR_135829.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135829.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN4",
          "gene_hgnc_id": 14085,
          "hgvs_c": "n.594A>T",
          "hgvs_p": null,
          "transcript": "NR_135830.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135830.2"
        }
      ],
      "gene_symbol": "RTN4",
      "gene_hgnc_id": 14085,
      "dbsnp": "rs752685497",
      "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.12051910161972046,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.197,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1753,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.31,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.427,
      "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_020532.5",
          "gene_symbol": "RTN4",
          "hgnc_id": 14085,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3529A>T",
          "hgvs_p": "p.Met1177Leu"
        }
      ],
      "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.