← 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: 16-53638442-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 53638442,
      "ref": "T",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "NM_015272.5",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "NM_015272.5",
          "protein_id": "NP_056087.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000647211.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015272.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "ENST00000647211.2",
          "protein_id": "ENSP00000493946.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015272.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647211.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "ENST00000563746.5",
          "protein_id": "ENSP00000457889.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1281,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3846,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000563746.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "ENST00000621565.5",
          "protein_id": "ENSP00000480698.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1269,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3810,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000621565.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "NM_001330538.2",
          "protein_id": "NP_001317467.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1281,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3846,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330538.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-31A>G",
          "hgvs_p": null,
          "transcript": "ENST00000944945.1",
          "protein_id": "ENSP00000615004.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944945.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "NM_001308334.3",
          "protein_id": "NP_001295263.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1269,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3810,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001308334.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "ENST00000564374.5",
          "protein_id": "ENSP00000456534.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000564374.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "NM_001127897.4",
          "protein_id": "NP_001121369.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001127897.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "ENST00000262135.9",
          "protein_id": "ENSP00000262135.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000262135.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2875-588A>G",
          "hgvs_p": null,
          "transcript": "ENST00000935860.1",
          "protein_id": "ENSP00000605919.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935860.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-31A>G",
          "hgvs_p": null,
          "transcript": "XM_047433869.1",
          "protein_id": "XP_047289825.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433869.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "XM_047433870.1",
          "protein_id": "XP_047289826.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433870.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "XM_047433871.1",
          "protein_id": "XP_047289827.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1281,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3846,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433871.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-31A>G",
          "hgvs_p": null,
          "transcript": "XM_005255868.3",
          "protein_id": "XP_005255925.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005255868.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-588A>G",
          "hgvs_p": null,
          "transcript": "XM_017023095.3",
          "protein_id": "XP_016878584.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023095.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "XM_047433872.1",
          "protein_id": "XP_047289828.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433872.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "XM_047433873.1",
          "protein_id": "XP_047289829.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433873.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-31A>G",
          "hgvs_p": null,
          "transcript": "XM_011522970.3",
          "protein_id": "XP_011521272.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011522970.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "XM_047433874.1",
          "protein_id": "XP_047289830.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433874.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-31A>G",
          "hgvs_p": null,
          "transcript": "XM_011522971.4",
          "protein_id": "XP_011521273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011522971.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-31A>G",
          "hgvs_p": null,
          "transcript": "XM_047433875.1",
          "protein_id": "XP_047289831.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433875.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-31A>G",
          "hgvs_p": null,
          "transcript": "XM_011522973.4",
          "protein_id": "XP_011521275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011522973.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null,
          "transcript": "XM_047433876.1",
          "protein_id": "XP_047289832.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433876.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-588A>G",
          "hgvs_p": null,
          "transcript": "XM_047433877.1",
          "protein_id": "XP_047289833.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1101,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3306,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433877.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "XM_047433878.1",
          "protein_id": "XP_047289834.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1097,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433878.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-588A>G",
          "hgvs_p": null,
          "transcript": "XM_047433879.1",
          "protein_id": "XP_047289835.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1094,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3285,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433879.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2971-588A>G",
          "hgvs_p": null,
          "transcript": "XM_047433880.1",
          "protein_id": "XP_047289836.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1074,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3225,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433880.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.2959-588A>G",
          "hgvs_p": null,
          "transcript": "XM_047433881.1",
          "protein_id": "XP_047289837.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1070,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433881.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.1204-31A>G",
          "hgvs_p": null,
          "transcript": "XM_017023098.2",
          "protein_id": "XP_016878587.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023098.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "c.1204-31A>G",
          "hgvs_p": null,
          "transcript": "XM_017023099.2",
          "protein_id": "XP_016878588.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023099.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.3383-31A>G",
          "hgvs_p": null,
          "transcript": "ENST00000565343.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000565343.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.2959-31A>G",
          "hgvs_p": null,
          "transcript": "ENST00000680193.1",
          "protein_id": "ENSP00000506379.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000680193.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.971-588A>G",
          "hgvs_p": null,
          "transcript": "ENST00000681587.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000681587.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.3023-588A>G",
          "hgvs_p": null,
          "transcript": "XR_007064860.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007064860.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.3023-31A>G",
          "hgvs_p": null,
          "transcript": "XR_007064861.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007064861.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.3023-588A>G",
          "hgvs_p": null,
          "transcript": "XR_007064862.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007064862.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.3035-31A>G",
          "hgvs_p": null,
          "transcript": "XR_933260.4",
          "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": "XR_933260.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPGRIP1L",
          "gene_hgnc_id": 29168,
          "hgvs_c": "n.-68A>G",
          "hgvs_p": null,
          "transcript": "ENST00000568009.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000568009.1"
        }
      ],
      "gene_symbol": "RPGRIP1L",
      "gene_hgnc_id": 29168,
      "dbsnp": "rs190689604",
      "frequency_reference_population": 0.0015393761,
      "hom_count_reference_population": 5,
      "allele_count_reference_population": 1792,
      "gnomad_exomes_af": 0.00155734,
      "gnomad_genomes_af": 0.00141988,
      "gnomad_exomes_ac": 1576,
      "gnomad_genomes_ac": 216,
      "gnomad_exomes_homalt": 5,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8100000023841858,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.81,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.075,
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_015272.5",
          "gene_symbol": "RPGRIP1L",
          "hgnc_id": 29168,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2959-31A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}