← 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: 19-35009198-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 35009198,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001320036.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "NM_020895.5",
          "protein_id": "NP_065946.2",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000317991.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020895.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000317991.10",
          "protein_id": "ENSP00000441032.1",
          "transcript_support_level": 1,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_020895.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000317991.10"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.349C>G",
          "hgvs_p": "p.Arg117Gly",
          "transcript": "ENST00000599564.5",
          "protein_id": "ENSP00000470220.1",
          "transcript_support_level": 5,
          "aa_start": 117,
          "aa_end": null,
          "aa_length": 807,
          "cds_start": 349,
          "cds_end": null,
          "cds_length": 2424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000599564.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.349C>G",
          "hgvs_p": "p.Arg117Gly",
          "transcript": "NM_001320036.2",
          "protein_id": "NP_001306965.1",
          "transcript_support_level": null,
          "aa_start": 117,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 349,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320036.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942874.1",
          "protein_id": "ENSP00000612933.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942874.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000940004.1",
          "protein_id": "ENSP00000610063.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940004.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942865.1",
          "protein_id": "ENSP00000612924.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 723,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2172,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942865.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "NM_001320034.2",
          "protein_id": "NP_001306963.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320034.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000680623.1",
          "protein_id": "ENSP00000505404.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000680623.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942870.1",
          "protein_id": "ENSP00000612929.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942870.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942869.1",
          "protein_id": "ENSP00000612928.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942869.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "NM_001136199.3",
          "protein_id": "NP_001129671.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001136199.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000411896.6",
          "protein_id": "ENSP00000439267.1",
          "transcript_support_level": 2,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000411896.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942873.1",
          "protein_id": "ENSP00000612932.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 710,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2133,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942873.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000940005.1",
          "protein_id": "ENSP00000610064.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940005.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942867.1",
          "protein_id": "ENSP00000612926.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942867.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942871.1",
          "protein_id": "ENSP00000612930.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942871.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942866.1",
          "protein_id": "ENSP00000612925.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 698,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2097,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942866.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942868.1",
          "protein_id": "ENSP00000612927.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942868.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000940006.1",
          "protein_id": "ENSP00000610065.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940006.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000942872.1",
          "protein_id": "ENSP00000612931.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942872.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "ENST00000424536.2",
          "protein_id": "ENSP00000474401.1",
          "transcript_support_level": 2,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 205,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 618,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000424536.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.349C>G",
          "hgvs_p": "p.Arg117Gly",
          "transcript": "XM_011527153.2",
          "protein_id": "XP_011525455.1",
          "transcript_support_level": null,
          "aa_start": 117,
          "aa_end": null,
          "aa_length": 811,
          "cds_start": 349,
          "cds_end": null,
          "cds_length": 2436,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011527153.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.349C>G",
          "hgvs_p": "p.Arg117Gly",
          "transcript": "XM_017027035.2",
          "protein_id": "XP_016882524.1",
          "transcript_support_level": null,
          "aa_start": 117,
          "aa_end": null,
          "aa_length": 807,
          "cds_start": 349,
          "cds_end": null,
          "cds_length": 2424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017027035.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.103C>G",
          "hgvs_p": "p.Arg35Gly",
          "transcript": "XM_011527155.2",
          "protein_id": "XP_011525457.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 729,
          "cds_start": 103,
          "cds_end": null,
          "cds_length": 2190,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011527155.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.103C>G",
          "hgvs_p": "p.Arg35Gly",
          "transcript": "XM_047439133.1",
          "protein_id": "XP_047295089.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 729,
          "cds_start": 103,
          "cds_end": null,
          "cds_length": 2190,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439133.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "XM_011527149.3",
          "protein_id": "XP_011525451.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 723,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2172,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011527149.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.88C>G",
          "hgvs_p": "p.Arg30Gly",
          "transcript": "XM_017027034.3",
          "protein_id": "XP_016882523.1",
          "transcript_support_level": null,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": 88,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017027034.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.-502C>G",
          "hgvs_p": null,
          "transcript": "NM_001320035.2",
          "protein_id": "NP_001306964.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320035.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "c.-30C>G",
          "hgvs_p": null,
          "transcript": "XM_024451622.2",
          "protein_id": "XP_024307390.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024451622.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "n.130C>G",
          "hgvs_p": null,
          "transcript": "ENST00000594597.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": "ENST00000594597.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "n.185C>G",
          "hgvs_p": null,
          "transcript": "ENST00000598073.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000598073.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "n.88C>G",
          "hgvs_p": null,
          "transcript": "ENST00000600231.5",
          "protein_id": "ENSP00000471290.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": "ENST00000600231.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRAMD1A",
          "gene_hgnc_id": 29305,
          "hgvs_c": "n.398C>G",
          "hgvs_p": null,
          "transcript": "ENST00000603669.5",
          "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": "ENST00000603669.5"
        }
      ],
      "gene_symbol": "GRAMD1A",
      "gene_hgnc_id": 29305,
      "dbsnp": "rs2015039227",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1623108983039856,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.138,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1138,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.36,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001320036.2",
          "gene_symbol": "GRAMD1A",
          "hgnc_id": 29305,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.349C>G",
          "hgvs_p": "p.Arg117Gly"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}