← 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: 8-18535941-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 18535941,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_015310.4",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2946G>A",
          "hgvs_p": "p.Met982Ile",
          "transcript": "NM_015310.4",
          "protein_id": "NP_056125.3",
          "transcript_support_level": null,
          "aa_start": 982,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": 2946,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": 3066,
          "cdna_end": null,
          "cdna_length": 11704,
          "mane_select": "ENST00000327040.13",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2946G>A",
          "hgvs_p": "p.Met982Ile",
          "transcript": "ENST00000327040.13",
          "protein_id": "ENSP00000324127.8",
          "transcript_support_level": 1,
          "aa_start": 982,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": 2946,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": 3066,
          "cdna_end": null,
          "cdna_length": 11704,
          "mane_select": "NM_015310.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2751G>A",
          "hgvs_p": "p.Met917Ile",
          "transcript": "ENST00000523619.5",
          "protein_id": "ENSP00000430640.1",
          "transcript_support_level": 1,
          "aa_start": 917,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": 2751,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": 2915,
          "cdna_end": null,
          "cdna_length": 8145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.1344G>A",
          "hgvs_p": "p.Met448Ile",
          "transcript": "ENST00000286485.12",
          "protein_id": "ENSP00000286485.8",
          "transcript_support_level": 1,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 1344,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 1434,
          "cdna_end": null,
          "cdna_length": 6665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.933G>A",
          "hgvs_p": "p.Met311Ile",
          "transcript": "ENST00000428502.6",
          "protein_id": "ENSP00000393228.2",
          "transcript_support_level": 1,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 933,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1100,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.3330G>A",
          "hgvs_p": "p.Met1110Ile",
          "transcript": "NM_001412866.1",
          "protein_id": "NP_001399795.1",
          "transcript_support_level": null,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 3330,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": 3606,
          "cdna_end": null,
          "cdna_length": 12244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.3249G>A",
          "hgvs_p": "p.Met1083Ile",
          "transcript": "NM_001412865.1",
          "protein_id": "NP_001399794.1",
          "transcript_support_level": null,
          "aa_start": 1083,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 3249,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": 3525,
          "cdna_end": null,
          "cdna_length": 12163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2985G>A",
          "hgvs_p": "p.Met995Ile",
          "transcript": "NM_001412875.1",
          "protein_id": "NP_001399804.1",
          "transcript_support_level": null,
          "aa_start": 995,
          "aa_end": null,
          "aa_length": 1060,
          "cds_start": 2985,
          "cds_end": null,
          "cds_length": 3183,
          "cdna_start": 3247,
          "cdna_end": null,
          "cdna_length": 11885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2943G>A",
          "hgvs_p": "p.Met981Ile",
          "transcript": "NM_001412876.1",
          "protein_id": "NP_001399805.1",
          "transcript_support_level": null,
          "aa_start": 981,
          "aa_end": null,
          "aa_length": 1046,
          "cds_start": 2943,
          "cds_end": null,
          "cds_length": 3141,
          "cdna_start": 3142,
          "cdna_end": null,
          "cdna_length": 11780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2856G>A",
          "hgvs_p": "p.Met952Ile",
          "transcript": "NM_001412873.1",
          "protein_id": "NP_001399802.1",
          "transcript_support_level": null,
          "aa_start": 952,
          "aa_end": null,
          "aa_length": 1017,
          "cds_start": 2856,
          "cds_end": null,
          "cds_length": 3054,
          "cdna_start": 2976,
          "cdna_end": null,
          "cdna_length": 11614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2847G>A",
          "hgvs_p": "p.Met949Ile",
          "transcript": "NM_001362819.2",
          "protein_id": "NP_001349748.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 2847,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": 3266,
          "cdna_end": null,
          "cdna_length": 11904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2844G>A",
          "hgvs_p": "p.Met948Ile",
          "transcript": "NM_001412871.1",
          "protein_id": "NP_001399800.1",
          "transcript_support_level": null,
          "aa_start": 948,
          "aa_end": null,
          "aa_length": 1013,
          "cds_start": 2844,
          "cds_end": null,
          "cds_length": 3042,
          "cdna_start": 2957,
          "cdna_end": null,
          "cdna_length": 11595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2963G>A",
          "hgvs_p": "p.Cys988Tyr",
          "transcript": "NM_001412870.1",
          "protein_id": "NP_001399799.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1000,
          "cds_start": 2963,
          "cds_end": null,
          "cds_length": 3003,
          "cdna_start": 3083,
          "cdna_end": null,
          "cdna_length": 11721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2754G>A",
          "hgvs_p": "p.Met918Ile",
          "transcript": "NM_001412872.1",
          "protein_id": "NP_001399801.1",
          "transcript_support_level": null,
          "aa_start": 918,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 2754,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": 2867,
          "cdna_end": null,
          "cdna_length": 11505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2751G>A",
          "hgvs_p": "p.Met917Ile",
          "transcript": "NM_001412874.1",
          "protein_id": "NP_001399803.1",
          "transcript_support_level": null,
          "aa_start": 917,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": 2751,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": 3107,
          "cdna_end": null,
          "cdna_length": 11745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2751G>A",
          "hgvs_p": "p.Met917Ile",
          "transcript": "NM_001412882.1",
          "protein_id": "NP_001399811.1",
          "transcript_support_level": null,
          "aa_start": 917,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": 2751,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": 3272,
          "cdna_end": null,
          "cdna_length": 11910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.2751G>A",
          "hgvs_p": "p.Met917Ile",
          "transcript": "NM_001412883.1",
          "protein_id": "NP_001399812.1",
          "transcript_support_level": null,
          "aa_start": 917,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": 2751,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": 2938,
          "cdna_end": null,
          "cdna_length": 11576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.1344G>A",
          "hgvs_p": "p.Met448Ile",
          "transcript": "NM_206909.3",
          "protein_id": "NP_996792.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 1344,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 1425,
          "cdna_end": null,
          "cdna_length": 10063,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.1338G>A",
          "hgvs_p": "p.Met446Ile",
          "transcript": "NM_001412891.1",
          "protein_id": "NP_001399820.1",
          "transcript_support_level": null,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 1338,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 1402,
          "cdna_end": null,
          "cdna_length": 10040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.1269G>A",
          "hgvs_p": "p.Met423Ile",
          "transcript": "NM_001412885.1",
          "protein_id": "NP_001399814.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 1269,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": 1578,
          "cdna_end": null,
          "cdna_length": 10216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.1269G>A",
          "hgvs_p": "p.Met423Ile",
          "transcript": "NM_001412886.1",
          "protein_id": "NP_001399815.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 1269,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": 1644,
          "cdna_end": null,
          "cdna_length": 10282,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.1269G>A",
          "hgvs_p": "p.Met423Ile",
          "transcript": "NM_001412888.1",
          "protein_id": "NP_001399817.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 1269,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": 1427,
          "cdna_end": null,
          "cdna_length": 10065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.1269G>A",
          "hgvs_p": "p.Met423Ile",
          "transcript": "NM_001412889.1",
          "protein_id": "NP_001399818.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 1269,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": 1427,
          "cdna_end": null,
          "cdna_length": 10065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.933G>A",
          "hgvs_p": "p.Met311Ile",
          "transcript": "NM_001412895.1",
          "protein_id": "NP_001399824.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 933,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1067,
          "cdna_end": null,
          "cdna_length": 9705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.894G>A",
          "hgvs_p": "p.Met298Ile",
          "transcript": "NM_001412890.1",
          "protein_id": "NP_001399819.1",
          "transcript_support_level": null,
          "aa_start": 298,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 894,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": 1723,
          "cdna_end": null,
          "cdna_length": 10361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "c.552G>A",
          "hgvs_p": "p.Met184Ile",
          "transcript": "NM_001412896.1",
          "protein_id": "NP_001399825.1",
          "transcript_support_level": null,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": 552,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": 1023,
          "cdna_end": null,
          "cdna_length": 9661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "n.*952G>A",
          "hgvs_p": null,
          "transcript": "ENST00000518315.5",
          "protein_id": "ENSP00000428889.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "n.512G>A",
          "hgvs_p": null,
          "transcript": "ENST00000521878.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PSD3",
          "gene_hgnc_id": 19093,
          "hgvs_c": "n.*952G>A",
          "hgvs_p": null,
          "transcript": "ENST00000518315.5",
          "protein_id": "ENSP00000428889.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PSD3",
      "gene_hgnc_id": 19093,
      "dbsnp": "rs762698574",
      "frequency_reference_population": 0.000002736315,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000273632,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.013145118951797485,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.036,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0935,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.79,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.833,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 6,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_015310.4",
          "gene_symbol": "PSD3",
          "hgnc_id": 19093,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2946G>A",
          "hgvs_p": "p.Met982Ile"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}