← 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: 17-2637848-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 2637848,
      "ref": "A",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "NM_000430.4",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "NM_000430.4",
          "protein_id": "NP_000421.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5589,
          "mane_select": "ENST00000397195.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000397195.10",
          "protein_id": "ENSP00000380378.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5589,
          "mane_select": "NM_000430.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.51-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000572915.6",
          "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": 1361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000674608.1",
          "protein_id": "ENSP00000501976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000576586.6",
          "protein_id": "ENSP00000461087.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000675202.1",
          "protein_id": "ENSP00000502843.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000675331.1",
          "protein_id": "ENSP00000502031.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000675390.1",
          "protein_id": "ENSP00000501969.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000676098.1",
          "protein_id": "ENSP00000502735.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000676188.1",
          "protein_id": "ENSP00000502577.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713986.1",
          "protein_id": "ENSP00000519277.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713987.1",
          "protein_id": "ENSP00000519278.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000574468.2",
          "protein_id": "ENSP00000460591.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713983.1",
          "protein_id": "ENSP00000519274.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 346,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1041,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1737,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-300-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000570400.2",
          "protein_id": "ENSP00000460258.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-225-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000674717.1",
          "protein_id": "ENSP00000501931.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-300-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000676353.1",
          "protein_id": "ENSP00000502737.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-545-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713690.1",
          "protein_id": "ENSP00000518994.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-659-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713984.1",
          "protein_id": "ENSP00000519275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.40-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000571289.1",
          "protein_id": null,
          "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": 589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.30+28280A>G",
          "hgvs_p": null,
          "transcript": "ENST00000574816.5",
          "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": 662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.398-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000575477.5",
          "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": 694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.38-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000675430.1",
          "protein_id": null,
          "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": 957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000675621.1",
          "protein_id": "ENSP00000502117.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": 1563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000675764.1",
          "protein_id": "ENSP00000502242.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": 5384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.-163-27524A>G",
          "hgvs_p": null,
          "transcript": "ENST00000676077.1",
          "protein_id": "ENSP00000502507.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": 4956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.50-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000676201.1",
          "protein_id": null,
          "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": 1949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713668.1",
          "protein_id": "ENSP00000518970.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": 5343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.-300-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713688.1",
          "protein_id": "ENSP00000518992.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": 1931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "n.-190-251A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713689.1",
          "protein_id": "ENSP00000518993.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": 2127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "XM_011523901.3",
          "protein_id": "XP_011522203.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "XM_011523902.4",
          "protein_id": "XP_011522204.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "XM_011523903.3",
          "protein_id": "XP_011522205.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "XM_017024701.2",
          "protein_id": "XP_016880190.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "XM_047436162.1",
          "protein_id": "XP_047292118.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null,
          "transcript": "XM_047436163.1",
          "protein_id": "XP_047292119.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PAFAH1B1",
          "gene_hgnc_id": 8574,
          "hgvs_c": "c.-300-251A>G",
          "hgvs_p": null,
          "transcript": "XM_047436164.1",
          "protein_id": "XP_047292120.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PAFAH1B1",
      "gene_hgnc_id": 8574,
      "dbsnp": "rs16952273",
      "frequency_reference_population": 0.005953553,
      "hom_count_reference_population": 8,
      "allele_count_reference_population": 907,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00595355,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 907,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 8,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9200000166893005,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.92,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.213,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -14,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -14,
          "benign_score": 14,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_000430.4",
          "gene_symbol": "PAFAH1B1",
          "hgnc_id": 8574,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.-190-251A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}