← 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: 11-63681680-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 63681680,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001265589.2",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "NM_001265589.2",
          "protein_id": "NP_001252518.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000377819.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001265589.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000377819.10",
          "protein_id": "ENSP00000367050.5",
          "transcript_support_level": 1,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001265589.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377819.10"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000339997.8",
          "protein_id": "ENSP00000344106.4",
          "transcript_support_level": 1,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1013,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3042,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000339997.8"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000540798.5",
          "protein_id": "ENSP00000442733.1",
          "transcript_support_level": 1,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 920,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 2763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000540798.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000537981.5",
          "protein_id": "ENSP00000440874.1",
          "transcript_support_level": 1,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 236,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000537981.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000961358.1",
          "protein_id": "ENSP00000631417.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961358.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000918371.1",
          "protein_id": "ENSP00000588430.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1039,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3120,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918371.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "NM_201428.3",
          "protein_id": "NP_958831.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1013,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3042,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_201428.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000961361.1",
          "protein_id": "ENSP00000631420.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961361.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "NM_001265590.2",
          "protein_id": "NP_001252519.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 920,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 2763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001265590.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869715.1",
          "protein_id": "ENSP00000539774.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869715.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869710.1",
          "protein_id": "ENSP00000539769.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 297,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 894,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869710.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000961359.1",
          "protein_id": "ENSP00000631418.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961359.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000918373.1",
          "protein_id": "ENSP00000588432.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 278,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918373.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869714.1",
          "protein_id": "ENSP00000539773.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869714.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000961360.1",
          "protein_id": "ENSP00000631419.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961360.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "NM_201429.2",
          "protein_id": "NP_958832.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_201429.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000356000.7",
          "protein_id": "ENSP00000348279.3",
          "transcript_support_level": 2,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356000.7"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "NM_201430.3",
          "protein_id": "NP_958833.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_201430.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000341307.6",
          "protein_id": "ENSP00000340903.2",
          "transcript_support_level": 2,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000341307.6"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "NM_006054.4",
          "protein_id": "NP_006045.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 236,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006054.4"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000918369.1",
          "protein_id": "ENSP00000588428.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 234,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918369.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000961362.1",
          "protein_id": "ENSP00000631421.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961362.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869713.1",
          "protein_id": "ENSP00000539772.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 227,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 684,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869713.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "NM_001265591.2",
          "protein_id": "NP_001252520.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 214,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 645,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001265591.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000354497.4",
          "protein_id": "ENSP00000346492.4",
          "transcript_support_level": 2,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 214,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 645,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000354497.4"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869712.1",
          "protein_id": "ENSP00000539771.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869712.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869708.1",
          "protein_id": "ENSP00000539767.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 209,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 630,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869708.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869709.1",
          "protein_id": "ENSP00000539768.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869709.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000918370.1",
          "protein_id": "ENSP00000588429.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 193,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918370.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000542238.5",
          "protein_id": "ENSP00000437971.1",
          "transcript_support_level": 3,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000542238.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000545432.5",
          "protein_id": "ENSP00000441614.1",
          "transcript_support_level": 4,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000545432.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000869711.1",
          "protein_id": "ENSP00000539770.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869711.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000543552.5",
          "protein_id": "ENSP00000442080.1",
          "transcript_support_level": 4,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543552.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000918372.1",
          "protein_id": "ENSP00000588431.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 97,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918372.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "ENST00000918374.1",
          "protein_id": "ENSP00000588433.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 95,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918374.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "XM_011544730.3",
          "protein_id": "XP_011543032.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544730.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "XM_017017091.2",
          "protein_id": "XP_016872580.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017091.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "XM_017017092.2",
          "protein_id": "XP_016872581.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 848,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 2547,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017017092.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu",
          "transcript": "XM_011544731.3",
          "protein_id": "XP_011543033.1",
          "transcript_support_level": null,
          "aa_start": 15,
          "aa_end": null,
          "aa_length": 260,
          "cds_start": 44,
          "cds_end": null,
          "cds_length": 783,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544731.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "n.142C>T",
          "hgvs_p": null,
          "transcript": "ENST00000338850.5",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000338850.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "n.44C>T",
          "hgvs_p": null,
          "transcript": "ENST00000536011.5",
          "protein_id": "ENSP00000440960.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000536011.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "n.207C>T",
          "hgvs_p": null,
          "transcript": "ENST00000538995.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000538995.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "ENST00000543123.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000543123.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "NR_049750.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_049750.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RTN3",
          "gene_hgnc_id": 10469,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "NR_049751.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_049751.2"
        }
      ],
      "gene_symbol": "RTN3",
      "gene_hgnc_id": 10469,
      "dbsnp": "rs759103345",
      "frequency_reference_population": 0.0000024818885,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000205561,
      "gnomad_genomes_af": 0.0000065678,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3993634581565857,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.125,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2892,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.2,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.418,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001265589.2",
          "gene_symbol": "RTN3",
          "hgnc_id": 10469,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.44C>T",
          "hgvs_p": "p.Ser15Leu"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}