← 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: X-102715156-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 102715156,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_138437.6",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "NM_001004051.4",
          "protein_id": "NP_001004051.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000483720.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001004051.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000483720.7",
          "protein_id": "ENSP00000507692.1",
          "transcript_support_level": 2,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001004051.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483720.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000332262.10",
          "protein_id": "ENSP00000339057.3",
          "transcript_support_level": 1,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000332262.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "c.-756+890C>T",
          "hgvs_p": null,
          "transcript": "ENST00000652409.1",
          "protein_id": "ENSP00000498643.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000652409.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "NM_001184874.3",
          "protein_id": "NP_001171803.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001184874.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "NM_001184875.3",
          "protein_id": "NP_001171804.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001184875.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "NM_001184876.3",
          "protein_id": "NP_001171805.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001184876.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "NM_001199818.1",
          "protein_id": "NP_001186747.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199818.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "NM_138437.6",
          "protein_id": "NP_612446.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_138437.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000486814.2",
          "protein_id": "ENSP00000508139.1",
          "transcript_support_level": 3,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000486814.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000535209.6",
          "protein_id": "ENSP00000437394.1",
          "transcript_support_level": 4,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535209.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000543253.6",
          "protein_id": "ENSP00000437872.1",
          "transcript_support_level": 4,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543253.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907057.1",
          "protein_id": "ENSP00000577116.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907057.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907058.1",
          "protein_id": "ENSP00000577117.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907058.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907059.1",
          "protein_id": "ENSP00000577118.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907059.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907060.1",
          "protein_id": "ENSP00000577119.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907060.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907061.1",
          "protein_id": "ENSP00000577120.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907061.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907062.1",
          "protein_id": "ENSP00000577121.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907062.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907063.1",
          "protein_id": "ENSP00000577122.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907063.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907064.1",
          "protein_id": "ENSP00000577123.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907064.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907065.1",
          "protein_id": "ENSP00000577124.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907065.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907066.1",
          "protein_id": "ENSP00000577125.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907066.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907067.1",
          "protein_id": "ENSP00000577126.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907067.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907068.1",
          "protein_id": "ENSP00000577127.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907068.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907069.1",
          "protein_id": "ENSP00000577128.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907069.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000907070.1",
          "protein_id": "ENSP00000577129.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907070.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000919088.1",
          "protein_id": "ENSP00000589147.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919088.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000919089.1",
          "protein_id": "ENSP00000589148.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919089.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000919090.1",
          "protein_id": "ENSP00000589149.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919090.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000919091.1",
          "protein_id": "ENSP00000589150.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919091.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000945086.1",
          "protein_id": "ENSP00000615145.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945086.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000945087.1",
          "protein_id": "ENSP00000615146.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945087.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPRASP2",
          "gene_hgnc_id": 25169,
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val",
          "transcript": "ENST00000945088.1",
          "protein_id": "ENSP00000615147.1",
          "transcript_support_level": null,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945088.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "c.-820+890C>T",
          "hgvs_p": null,
          "transcript": "NM_001350268.2",
          "protein_id": "NP_001337197.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350268.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "c.-752+890C>T",
          "hgvs_p": null,
          "transcript": "NM_001350269.2",
          "protein_id": "NP_001337198.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350269.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "c.-721+890C>T",
          "hgvs_p": null,
          "transcript": "NM_001350270.1",
          "protein_id": "NP_001337199.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350270.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "n.795+890C>T",
          "hgvs_p": null,
          "transcript": "NR_146584.3",
          "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_146584.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "n.296+890C>T",
          "hgvs_p": null,
          "transcript": "NR_146585.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_146585.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "n.339+890C>T",
          "hgvs_p": null,
          "transcript": "NR_146586.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_146586.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ARMCX5-GPRASP2",
          "gene_hgnc_id": 42000,
          "hgvs_c": "n.251+890C>T",
          "hgvs_p": null,
          "transcript": "NR_146587.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_146587.2"
        }
      ],
      "gene_symbol": "GPRASP2",
      "gene_hgnc_id": 25169,
      "dbsnp": "rs759762709",
      "frequency_reference_population": 0.000019808518,
      "hom_count_reference_population": 9,
      "allele_count_reference_population": 24,
      "gnomad_exomes_af": 0.0000191228,
      "gnomad_genomes_af": 0.0000264464,
      "gnomad_exomes_ac": 21,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.15499326586723328,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.154,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1701,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.62,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.364,
      "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": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_138437.6",
          "gene_symbol": "GPRASP2",
          "hgnc_id": 25169,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,XL",
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val"
        },
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001199818.1",
          "gene_symbol": "ARMCX5-GPRASP2",
          "hgnc_id": 42000,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.287C>T",
          "hgvs_p": "p.Ala96Val"
        }
      ],
      "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
}