← 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: 15-44672023-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 44672023,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001145112.2",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "NM_001387263.1",
          "protein_id": "NP_001374192.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000682850.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387263.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000682850.1",
          "protein_id": "ENSP00000508024.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001387263.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000682850.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "NM_001145112.2",
          "protein_id": "NP_001138584.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145112.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "NM_001387261.1",
          "protein_id": "NP_001374190.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387261.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "NM_001387262.1",
          "protein_id": "NP_001374191.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387262.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000434130.6",
          "protein_id": "ENSP00000416673.1",
          "transcript_support_level": 5,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000434130.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000890223.1",
          "protein_id": "ENSP00000560282.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890223.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000890225.1",
          "protein_id": "ENSP00000560284.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890225.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000890226.1",
          "protein_id": "ENSP00000560285.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890226.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000890227.1",
          "protein_id": "ENSP00000560286.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890227.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000890228.1",
          "protein_id": "ENSP00000560287.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890228.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "ENST00000941555.1",
          "protein_id": "ENSP00000611614.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941555.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.82T>A",
          "hgvs_p": "p.Tyr28Asn",
          "transcript": "NM_001330283.2",
          "protein_id": "NP_001317212.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 82,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330283.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.82T>A",
          "hgvs_p": "p.Tyr28Asn",
          "transcript": "ENST00000560780.1",
          "protein_id": "ENSP00000453695.1",
          "transcript_support_level": 2,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 82,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000560780.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.763T>A",
          "hgvs_p": "p.Tyr255Asn",
          "transcript": "XM_011521336.3",
          "protein_id": "XP_011519638.2",
          "transcript_support_level": null,
          "aa_start": 255,
          "aa_end": null,
          "aa_length": 603,
          "cds_start": 763,
          "cds_end": null,
          "cds_length": 1812,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521336.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.754T>A",
          "hgvs_p": "p.Tyr252Asn",
          "transcript": "XM_011521337.3",
          "protein_id": "XP_011519639.2",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 600,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1803,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521337.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "XM_011521338.4",
          "protein_id": "XP_011519640.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521338.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "XM_011521339.4",
          "protein_id": "XP_011519641.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521339.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "XM_011521341.2",
          "protein_id": "XP_011519643.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521341.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn",
          "transcript": "XM_047432230.1",
          "protein_id": "XP_047288186.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432230.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.427T>A",
          "hgvs_p": "p.Tyr143Asn",
          "transcript": "XM_011521342.3",
          "protein_id": "XP_011519644.1",
          "transcript_support_level": null,
          "aa_start": 143,
          "aa_end": null,
          "aa_length": 491,
          "cds_start": 427,
          "cds_end": null,
          "cds_length": 1476,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521342.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.397T>A",
          "hgvs_p": "p.Tyr133Asn",
          "transcript": "XM_011521343.4",
          "protein_id": "XP_011519645.1",
          "transcript_support_level": null,
          "aa_start": 133,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 397,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521343.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.397T>A",
          "hgvs_p": "p.Tyr133Asn",
          "transcript": "XM_011521344.4",
          "protein_id": "XP_011519646.1",
          "transcript_support_level": null,
          "aa_start": 133,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 397,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521344.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.388T>A",
          "hgvs_p": "p.Tyr130Asn",
          "transcript": "XM_011521345.4",
          "protein_id": "XP_011519647.1",
          "transcript_support_level": null,
          "aa_start": 130,
          "aa_end": null,
          "aa_length": 478,
          "cds_start": 388,
          "cds_end": null,
          "cds_length": 1437,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521345.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.82T>A",
          "hgvs_p": "p.Tyr28Asn",
          "transcript": "XM_047432232.1",
          "protein_id": "XP_047288188.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 82,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432232.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.564+168T>A",
          "hgvs_p": null,
          "transcript": "NM_001387260.1",
          "protein_id": "NP_001374189.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387260.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.564+168T>A",
          "hgvs_p": null,
          "transcript": "NM_001387264.1",
          "protein_id": "NP_001374193.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387264.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.564+168T>A",
          "hgvs_p": null,
          "transcript": "ENST00000890224.1",
          "protein_id": "ENSP00000560283.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890224.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.564+168T>A",
          "hgvs_p": null,
          "transcript": "ENST00000941556.1",
          "protein_id": "ENSP00000611615.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941556.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.678+168T>A",
          "hgvs_p": null,
          "transcript": "XM_047432231.1",
          "protein_id": "XP_047288187.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1653,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432231.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.337-1936T>A",
          "hgvs_p": null,
          "transcript": "XM_011521346.3",
          "protein_id": "XP_011519648.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521346.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "n.*78T>A",
          "hgvs_p": null,
          "transcript": "ENST00000558481.5",
          "protein_id": "ENSP00000454201.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000558481.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "n.*78T>A",
          "hgvs_p": null,
          "transcript": "ENST00000558481.5",
          "protein_id": "ENSP00000454201.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000558481.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PATL2",
          "gene_hgnc_id": 33630,
          "hgvs_c": "c.*95T>A",
          "hgvs_p": null,
          "transcript": "ENST00000560110.1",
          "protein_id": "ENSP00000453898.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 124,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000560110.1"
        }
      ],
      "gene_symbol": "PATL2",
      "gene_hgnc_id": 33630,
      "dbsnp": "rs1361024832",
      "frequency_reference_population": 0.0000014292145,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000142921,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9410202503204346,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.889,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8066,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.36,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.677,
      "phylop100way_prediction": "Pathogenic",
      "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": 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": "NM_001145112.2",
          "gene_symbol": "PATL2",
          "hgnc_id": 33630,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.649T>A",
          "hgvs_p": "p.Tyr217Asn"
        }
      ],
      "clinvar_disease": "Oocyte maturation defect 4",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LP:2",
      "phenotype_combined": "Oocyte maturation defect 4",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}