← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 11-66851880-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 66851880,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000393960.7",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_001040716.2",
          "protein_id": "NP_001035806.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2181,
          "cdna_end": null,
          "cdna_length": 4305,
          "mane_select": "ENST00000393960.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "ENST00000393960.7",
          "protein_id": "ENSP00000377532.1",
          "transcript_support_level": 5,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2181,
          "cdna_end": null,
          "cdna_length": 4305,
          "mane_select": "NM_001040716.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "ENST00000393955.6",
          "protein_id": "ENSP00000377527.2",
          "transcript_support_level": 1,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 1973,
          "cdna_end": null,
          "cdna_length": 4004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "ENST00000393958.7",
          "protein_id": "ENSP00000377530.2",
          "transcript_support_level": 1,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 1993,
          "cdna_end": null,
          "cdna_length": 4017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "n.290-1815G>A",
          "hgvs_p": null,
          "transcript": "ENST00000525476.2",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_000920.4",
          "protein_id": "NP_000911.2",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 1993,
          "cdna_end": null,
          "cdna_length": 4117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_001439352.1",
          "protein_id": "NP_001426281.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2121,
          "cdna_end": null,
          "cdna_length": 4245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_001439353.1",
          "protein_id": "NP_001426282.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 1954,
          "cdna_end": null,
          "cdna_length": 4078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_001439355.1",
          "protein_id": "NP_001426284.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2438,
          "cdna_end": null,
          "cdna_length": 4562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_001439357.1",
          "protein_id": "NP_001426286.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2250,
          "cdna_end": null,
          "cdna_length": 4374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_001439358.1",
          "protein_id": "NP_001426287.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2157,
          "cdna_end": null,
          "cdna_length": 4281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_001439359.1",
          "protein_id": "NP_001426288.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2039,
          "cdna_end": null,
          "cdna_length": 4163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "NM_022172.3",
          "protein_id": "NP_071504.2",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2025,
          "cdna_end": null,
          "cdna_length": 4149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "ENST00000529047.6",
          "protein_id": "ENSP00000435905.2",
          "transcript_support_level": 3,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2121,
          "cdna_end": null,
          "cdna_length": 4248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "ENST00000651036.1",
          "protein_id": "ENSP00000498406.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2742,
          "cdna_end": null,
          "cdna_length": 4747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "ENST00000651854.1",
          "protein_id": "ENSP00000498994.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 3143,
          "cdna_end": null,
          "cdna_length": 5137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "ENST00000652125.1",
          "protein_id": "ENSP00000498302.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2356,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "XM_005274031.5",
          "protein_id": "XP_005274088.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 1979,
          "cdna_end": null,
          "cdna_length": 4103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "XM_005274032.5",
          "protein_id": "XP_005274089.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 3144,
          "cdna_end": null,
          "cdna_length": 5268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln",
          "transcript": "XM_017017869.2",
          "protein_id": "XP_016873358.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": 2309,
          "cdna_end": null,
          "cdna_length": 4433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.596G>A",
          "hgvs_p": "p.Arg199Gln",
          "transcript": "XM_011545087.3",
          "protein_id": "XP_011543389.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 596,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 879,
          "cdna_end": null,
          "cdna_length": 3003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.371G>A",
          "hgvs_p": "p.Arg124Gln",
          "transcript": "XM_006718579.4",
          "protein_id": "XP_006718642.1",
          "transcript_support_level": null,
          "aa_start": 124,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 371,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 773,
          "cdna_end": null,
          "cdna_length": 2897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "c.371G>A",
          "hgvs_p": "p.Arg124Gln",
          "transcript": "XM_047427058.1",
          "protein_id": "XP_047283014.1",
          "transcript_support_level": null,
          "aa_start": 124,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 371,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 755,
          "cdna_end": null,
          "cdna_length": 2879,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "n.505G>A",
          "hgvs_p": null,
          "transcript": "ENST00000530259.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": 906,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "n.*368G>A",
          "hgvs_p": null,
          "transcript": "ENST00000651469.1",
          "protein_id": "ENSP00000498712.1",
          "transcript_support_level": null,
          "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": 4054,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "n.*368G>A",
          "hgvs_p": null,
          "transcript": "ENST00000651469.1",
          "protein_id": "ENSP00000498712.1",
          "transcript_support_level": null,
          "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": 4054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "PC",
          "gene_hgnc_id": 8636,
          "hgvs_c": "n.1826-29G>A",
          "hgvs_p": null,
          "transcript": "ENST00000528224.2",
          "protein_id": "ENSP00000498317.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": 3877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PC",
      "gene_hgnc_id": 8636,
      "dbsnp": "rs113994145",
      "frequency_reference_population": 0.000012998687,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 19,
      "gnomad_exomes_af": 0.0000129987,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 19,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9863902926445007,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.05000000074505806,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.964,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.5699,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.52,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 3.304,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.05,
      "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": 14,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM2,PP3_Strong,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 14,
          "benign_score": 0,
          "pathogenic_score": 14,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000393960.7",
          "gene_symbol": "PC",
          "hgnc_id": 8636,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1892G>A",
          "hgvs_p": "p.Arg631Gln"
        }
      ],
      "clinvar_disease": "Pyruvate carboxylase deficiency,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:2 LP:3",
      "phenotype_combined": "Pyruvate carboxylase deficiency|not provided",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}