← 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: 9-19118438-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 19118438,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001122.4",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "NM_001122.4",
          "protein_id": "NP_001113.2",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000276914.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001122.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000276914.7",
          "protein_id": "ENSP00000276914.2",
          "transcript_support_level": 1,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001122.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000276914.7"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.822G>T",
          "hgvs_p": "p.Lys274Asn",
          "transcript": "ENST00000957811.1",
          "protein_id": "ENSP00000627870.1",
          "transcript_support_level": null,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 822,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957811.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907780.1",
          "protein_id": "ENSP00000577839.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907780.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907781.1",
          "protein_id": "ENSP00000577840.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907781.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907782.1",
          "protein_id": "ENSP00000577841.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907782.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907783.1",
          "protein_id": "ENSP00000577842.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907783.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907784.1",
          "protein_id": "ENSP00000577843.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907784.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907785.1",
          "protein_id": "ENSP00000577844.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907785.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907786.1",
          "protein_id": "ENSP00000577845.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907786.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907787.1",
          "protein_id": "ENSP00000577846.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907787.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907790.1",
          "protein_id": "ENSP00000577849.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907790.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907791.1",
          "protein_id": "ENSP00000577850.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907791.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000907792.1",
          "protein_id": "ENSP00000577851.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907792.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957805.1",
          "protein_id": "ENSP00000627864.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957805.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957808.1",
          "protein_id": "ENSP00000627867.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957808.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957809.1",
          "protein_id": "ENSP00000627868.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957809.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957810.1",
          "protein_id": "ENSP00000627869.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957810.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957817.1",
          "protein_id": "ENSP00000627876.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957817.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957818.1",
          "protein_id": "ENSP00000627877.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 437,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957818.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.789G>T",
          "hgvs_p": "p.Lys263Asn",
          "transcript": "ENST00000907788.1",
          "protein_id": "ENSP00000577847.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 435,
          "cds_start": 789,
          "cds_end": null,
          "cds_length": 1308,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907788.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.789G>T",
          "hgvs_p": "p.Lys263Asn",
          "transcript": "ENST00000957807.1",
          "protein_id": "ENSP00000627866.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 435,
          "cds_start": 789,
          "cds_end": null,
          "cds_length": 1308,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957807.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.786G>T",
          "hgvs_p": "p.Lys262Asn",
          "transcript": "ENST00000957814.1",
          "protein_id": "ENSP00000627873.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 786,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957814.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957816.1",
          "protein_id": "ENSP00000627875.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957816.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "ENST00000957812.1",
          "protein_id": "ENSP00000627871.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957812.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.693G>T",
          "hgvs_p": "p.Lys231Asn",
          "transcript": "ENST00000957815.1",
          "protein_id": "ENSP00000627874.1",
          "transcript_support_level": null,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 693,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957815.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.483G>T",
          "hgvs_p": "p.Lys161Asn",
          "transcript": "ENST00000957806.1",
          "protein_id": "ENSP00000627865.1",
          "transcript_support_level": null,
          "aa_start": 161,
          "aa_end": null,
          "aa_length": 333,
          "cds_start": 483,
          "cds_end": null,
          "cds_length": 1002,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957806.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.327G>T",
          "hgvs_p": "p.Lys109Asn",
          "transcript": "ENST00000957813.1",
          "protein_id": "ENSP00000627872.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957813.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn",
          "transcript": "XM_017014259.3",
          "protein_id": "XP_016869748.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 795,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017014259.3"
        },
        {
          "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": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "c.777+1212G>T",
          "hgvs_p": null,
          "transcript": "ENST00000907789.1",
          "protein_id": "ENSP00000577848.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907789.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "n.9G>T",
          "hgvs_p": null,
          "transcript": "ENST00000464326.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000464326.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLIN2",
          "gene_hgnc_id": 248,
          "hgvs_c": "n.978G>T",
          "hgvs_p": null,
          "transcript": "NR_038064.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_038064.2"
        }
      ],
      "gene_symbol": "PLIN2",
      "gene_hgnc_id": 248,
      "dbsnp": "rs373365753",
      "frequency_reference_population": 0.000018593513,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 30,
      "gnomad_exomes_af": 0.0000177924,
      "gnomad_genomes_af": 0.0000262864,
      "gnomad_exomes_ac": 26,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1865828037261963,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.115,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1446,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.65,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.605,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001122.4",
          "gene_symbol": "PLIN2",
          "hgnc_id": 248,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.795G>T",
          "hgvs_p": "p.Lys265Asn"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}