← 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: 2-11771635-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "LPIN1",
          "hgnc_id": 13345,
          "hgvs_c": "c.699C>A",
          "hgvs_p": "p.Ile233Ile",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 2,
          "score": -3,
          "transcript": "NM_001261428.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_score": -3,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.54,
      "chr": "2",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.5400000214576721,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5448,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001349206.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000674199.1",
          "protein_coding": true,
          "protein_id": "NP_001336135.1",
          "strand": true,
          "transcript": "NM_001349206.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5448,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000674199.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001349206.2",
          "protein_coding": true,
          "protein_id": "ENSP00000501331.1",
          "strand": true,
          "transcript": "ENST00000674199.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5384,
          "cdna_start": 645,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000256720.6",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000256720.2",
          "strand": true,
          "transcript": "ENST00000256720.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 459,
          "aa_ref": "I",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1761,
          "cdna_start": 932,
          "cds_end": null,
          "cds_length": 1380,
          "cds_start": 570,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000396098.5",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.570C>A",
          "hgvs_p": "p.Ile190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379405.1",
          "strand": true,
          "transcript": "ENST00000396098.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 991,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4233,
          "cdna_start": 603,
          "cds_end": null,
          "cds_length": 2976,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852442.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522501.1",
          "strand": true,
          "transcript": "ENST00000852442.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 986,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5671,
          "cdna_start": 648,
          "cds_end": null,
          "cds_length": 2961,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000961826.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631885.1",
          "strand": true,
          "transcript": "ENST00000961826.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 975,
          "aa_ref": "I",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5650,
          "cdna_start": 803,
          "cds_end": null,
          "cds_length": 2928,
          "cds_start": 699,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001261428.3",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.699C>A",
          "hgvs_p": "p.Ile233Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001248357.1",
          "strand": true,
          "transcript": "NM_001261428.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 975,
          "aa_ref": "I",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3077,
          "cdna_start": 752,
          "cds_end": null,
          "cds_length": 2928,
          "cds_start": 699,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000449576.6",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.699C>A",
          "hgvs_p": "p.Ile233Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000397908.2",
          "strand": true,
          "transcript": "ENST00000449576.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 956,
          "aa_ref": "I",
          "aa_start": 214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5593,
          "cdna_start": 746,
          "cds_end": null,
          "cds_length": 2871,
          "cds_start": 642,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001349207.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.642C>A",
          "hgvs_p": "p.Ile214Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336136.1",
          "strand": true,
          "transcript": "NM_001349207.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 939,
          "aa_ref": "I",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5542,
          "cdna_start": 803,
          "cds_end": null,
          "cds_length": 2820,
          "cds_start": 699,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349208.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.699C>A",
          "hgvs_p": "p.Ile233Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336137.1",
          "strand": true,
          "transcript": "NM_001349208.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "I",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5690,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 570,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000396097.5",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.570C>A",
          "hgvs_p": "p.Ile190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379404.2",
          "strand": true,
          "transcript": "ENST00000396097.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5566,
          "cdna_start": 719,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349204.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336133.1",
          "strand": true,
          "transcript": "NM_001349204.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5880,
          "cdna_start": 1033,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349205.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336134.1",
          "strand": true,
          "transcript": "NM_001349205.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5582,
          "cdna_start": 749,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852429.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522488.1",
          "strand": true,
          "transcript": "ENST00000852429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4588,
          "cdna_start": 613,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852439.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522498.1",
          "strand": true,
          "transcript": "ENST00000852439.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4852,
          "cdna_start": 877,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852440.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522499.1",
          "strand": true,
          "transcript": "ENST00000852440.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4541,
          "cdna_start": 617,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000961824.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631883.1",
          "strand": true,
          "transcript": "ENST00000961824.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4594,
          "cdna_start": 645,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000961825.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631884.1",
          "strand": true,
          "transcript": "ENST00000961825.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5563,
          "cdna_start": 720,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000961827.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631886.1",
          "strand": true,
          "transcript": "ENST00000961827.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5020,
          "cdna_start": 1045,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000961831.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631890.1",
          "strand": true,
          "transcript": "ENST00000961831.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4879,
          "cdna_start": 928,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000961832.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631891.1",
          "strand": true,
          "transcript": "ENST00000961832.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5563,
          "cdna_start": 719,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349202.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336131.1",
          "strand": true,
          "transcript": "NM_001349202.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5445,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001349203.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336132.1",
          "strand": true,
          "transcript": "NM_001349203.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4775,
          "cdna_start": 803,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852426.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522485.1",
          "strand": true,
          "transcript": "ENST00000852426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5469,
          "cdna_start": 637,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852428.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522487.1",
          "strand": true,
          "transcript": "ENST00000852428.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5949,
          "cdna_start": 1115,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852431.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522490.1",
          "strand": true,
          "transcript": "ENST00000852431.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4721,
          "cdna_start": 749,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000961829.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631888.1",
          "strand": true,
          "transcript": "ENST00000961829.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 916,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5536,
          "cdna_start": 719,
          "cds_end": null,
          "cds_length": 2751,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349200.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336129.1",
          "strand": true,
          "transcript": "NM_001349200.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 916,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5418,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 2751,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001349201.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336130.1",
          "strand": true,
          "transcript": "NM_001349201.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 896,
          "aa_ref": "I",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5605,
          "cdna_start": 866,
          "cds_end": null,
          "cds_length": 2691,
          "cds_start": 570,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001261427.3",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.570C>A",
          "hgvs_p": "p.Ile190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001248356.1",
          "strand": true,
          "transcript": "NM_001261427.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 896,
          "aa_ref": "I",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5582,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 2691,
          "cds_start": 570,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000425416.6",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.570C>A",
          "hgvs_p": "p.Ile190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401522.2",
          "strand": true,
          "transcript": "ENST00000425416.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5458,
          "cdna_start": 719,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349199.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336128.1",
          "strand": true,
          "transcript": "NM_001349199.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5340,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_145693.4",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_663731.1",
          "strand": true,
          "transcript": "NM_145693.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5454,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852427.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522486.1",
          "strand": true,
          "transcript": "ENST00000852427.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5444,
          "cdna_start": 726,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852430.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522489.1",
          "strand": true,
          "transcript": "ENST00000852430.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4477,
          "cdna_start": 634,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852433.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522492.1",
          "strand": true,
          "transcript": "ENST00000852433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4963,
          "cdna_start": 1096,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852436.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522495.1",
          "strand": true,
          "transcript": "ENST00000852436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4490,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852437.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522496.1",
          "strand": true,
          "transcript": "ENST00000852437.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4747,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852438.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522497.1",
          "strand": true,
          "transcript": "ENST00000852438.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4467,
          "cdna_start": 717,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000852441.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522500.1",
          "strand": true,
          "transcript": "ENST00000852441.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5669,
          "cdna_start": 930,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000914304.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584363.1",
          "strand": true,
          "transcript": "ENST00000914304.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5525,
          "cdna_start": 803,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000961822.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631881.1",
          "strand": true,
          "transcript": "ENST00000961822.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5408,
          "cdna_start": 686,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000961823.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631882.1",
          "strand": true,
          "transcript": "ENST00000961823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 890,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5854,
          "cdna_start": 1987,
          "cds_end": null,
          "cds_length": 2673,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000961830.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631889.1",
          "strand": true,
          "transcript": "ENST00000961830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 875,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5276,
          "cdna_start": 608,
          "cds_end": null,
          "cds_length": 2628,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000961828.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631887.1",
          "strand": true,
          "transcript": "ENST00000961828.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 853,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4361,
          "cdna_start": 603,
          "cds_end": null,
          "cds_length": 2562,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852434.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522493.1",
          "strand": true,
          "transcript": "ENST00000852434.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 817,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4285,
          "cdna_start": 637,
          "cds_end": null,
          "cds_length": 2454,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852432.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522491.1",
          "strand": true,
          "transcript": "ENST00000852432.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "I",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4039,
          "cdna_start": 595,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000852435.1",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "c.552C>A",
          "hgvs_p": "p.Ile184Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000522494.1",
          "strand": true,
          "transcript": "ENST00000852435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3228,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000396099.5",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "n.570C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000379406.2",
          "strand": true,
          "transcript": "ENST00000396099.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5492,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_146080.2",
          "gene_hgnc_id": 13345,
          "gene_symbol": "LPIN1",
          "hgvs_c": "n.601C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_146080.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs11538448",
      "effect": "synonymous_variant",
      "frequency_reference_population": 6.8888266e-7,
      "gene_hgnc_id": 13345,
      "gene_symbol": "LPIN1",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.88883e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.748,
      "pos": 11771635,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001261428.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.