← 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: 5-154793666-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 154793666,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_033551.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "NM_033551.3",
          "protein_id": "NP_291029.2",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000518297.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_033551.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000518297.6",
          "protein_id": "ENSP00000428589.2",
          "transcript_support_level": 5,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_033551.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000518297.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.580C>T",
          "hgvs_p": "p.Arg194Cys",
          "transcript": "ENST00000336314.9",
          "protein_id": "ENSP00000336721.4",
          "transcript_support_level": 1,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 580,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000336314.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000913421.1",
          "protein_id": "ENSP00000583480.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913421.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000913419.1",
          "protein_id": "ENSP00000583478.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913419.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "ENST00000955841.1",
          "protein_id": "ENSP00000625900.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955841.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "NM_001367718.1",
          "protein_id": "NP_001354647.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1063,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367718.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.778C>T",
          "hgvs_p": "p.Arg260Cys",
          "transcript": "ENST00000913420.1",
          "protein_id": "ENSP00000583479.1",
          "transcript_support_level": null,
          "aa_start": 260,
          "aa_end": null,
          "aa_length": 1052,
          "cds_start": 778,
          "cds_end": null,
          "cds_length": 3159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913420.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.580C>T",
          "hgvs_p": "p.Arg194Cys",
          "transcript": "NM_015315.6",
          "protein_id": "NP_056130.2",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 580,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015315.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.580C>T",
          "hgvs_p": "p.Arg194Cys",
          "transcript": "NM_001367717.1",
          "protein_id": "NP_001354646.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 993,
          "cds_start": 580,
          "cds_end": null,
          "cds_length": 2982,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367717.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "NM_001367713.1",
          "protein_id": "NP_001354642.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367713.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "NM_001367714.1",
          "protein_id": "NP_001354643.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367714.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "NM_001367719.1",
          "protein_id": "NP_001354648.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367719.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "ENST00000685946.1",
          "protein_id": "ENSP00000509794.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000685946.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "ENST00000690816.1",
          "protein_id": "ENSP00000508743.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000690816.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "NM_001367716.1",
          "protein_id": "NP_001354645.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367716.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "ENST00000687700.1",
          "protein_id": "ENSP00000508958.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000687700.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "NM_001367715.1",
          "protein_id": "NP_001354644.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367715.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "ENST00000524248.5",
          "protein_id": "ENSP00000429904.1",
          "transcript_support_level": 5,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1832,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000524248.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Cys",
          "transcript": "ENST00000523163.5",
          "protein_id": "ENSP00000430438.1",
          "transcript_support_level": 5,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000523163.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.94C>T",
          "hgvs_p": "p.Arg32Cys",
          "transcript": "ENST00000518194.1",
          "protein_id": "ENSP00000427731.1",
          "transcript_support_level": 5,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000518194.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "ENST00000519931.5",
          "protein_id": "ENSP00000429710.1",
          "transcript_support_level": 4,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 278,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000519931.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "XM_011537614.2",
          "protein_id": "XP_011535916.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1070,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011537614.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys",
          "transcript": "XM_011537615.2",
          "protein_id": "XP_011535917.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011537615.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.487C>T",
          "hgvs_p": "p.Arg163Cys",
          "transcript": "XM_047417040.1",
          "protein_id": "XP_047272996.1",
          "transcript_support_level": null,
          "aa_start": 163,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": 487,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047417040.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.487C>T",
          "hgvs_p": "p.Arg163Cys",
          "transcript": "XM_047417041.1",
          "protein_id": "XP_047272997.1",
          "transcript_support_level": null,
          "aa_start": 163,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": 487,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047417041.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.580C>T",
          "hgvs_p": "p.Arg194Cys",
          "transcript": "XM_047417042.1",
          "protein_id": "XP_047272998.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 986,
          "cds_start": 580,
          "cds_end": null,
          "cds_length": 2961,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047417042.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.406C>T",
          "hgvs_p": "p.Arg136Cys",
          "transcript": "XM_011537617.2",
          "protein_id": "XP_011535919.1",
          "transcript_support_level": null,
          "aa_start": 136,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 406,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011537617.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.580C>T",
          "hgvs_p": "p.Arg194Cys",
          "transcript": "XM_047417044.1",
          "protein_id": "XP_047273000.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 952,
          "cds_start": 580,
          "cds_end": null,
          "cds_length": 2859,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047417044.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "XM_005268408.4",
          "protein_id": "XP_005268465.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005268408.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "XM_047417045.1",
          "protein_id": "XP_047273001.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047417045.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.196C>T",
          "hgvs_p": "p.Arg66Cys",
          "transcript": "XM_047417043.1",
          "protein_id": "XP_047272999.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047417043.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "n.*279C>T",
          "hgvs_p": null,
          "transcript": "ENST00000521577.1",
          "protein_id": "ENSP00000428251.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000521577.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "n.*279C>T",
          "hgvs_p": null,
          "transcript": "ENST00000521577.1",
          "protein_id": "ENSP00000428251.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000521577.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARP1",
          "gene_hgnc_id": 29531,
          "hgvs_c": "c.*17C>T",
          "hgvs_p": null,
          "transcript": "ENST00000517616.5",
          "protein_id": "ENSP00000429852.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 500,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000517616.5"
        }
      ],
      "gene_symbol": "LARP1",
      "gene_hgnc_id": 29531,
      "dbsnp": "rs745924187",
      "frequency_reference_population": 0.000006815357,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 11,
      "gnomad_exomes_af": 0.00000615643,
      "gnomad_genomes_af": 0.0000131479,
      "gnomad_exomes_ac": 9,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.28859227895736694,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.347,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3006,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.24,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.327,
      "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": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_033551.3",
          "gene_symbol": "LARP1",
          "hgnc_id": 29531,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.811C>T",
          "hgvs_p": "p.Arg271Cys"
        }
      ],
      "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
}