← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 17-68251103-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "AMZ2",
          "hgnc_id": 28041,
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_016627.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.5421,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.28,
      "chr": "17",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.24933326244354248,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1932,
          "cdna_start": 1174,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_016627.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000359904.8",
          "protein_coding": true,
          "protein_id": "NP_057711.3",
          "strand": true,
          "transcript": "NM_016627.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1932,
          "cdna_start": 1174,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000359904.8",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_016627.5",
          "protein_coding": true,
          "protein_id": "ENSP00000352976.3",
          "strand": true,
          "transcript": "ENST00000359904.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1378,
          "cdna_start": 621,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000392720.6",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376481.2",
          "strand": true,
          "transcript": "ENST00000392720.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2257,
          "cdna_start": 1499,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000577985.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464635.1",
          "strand": true,
          "transcript": "ENST00000577985.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1498,
          "cdna_start": 731,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000612294.4",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000483162.1",
          "strand": true,
          "transcript": "ENST00000612294.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1379,
          "cdna_start": 621,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001033569.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001028741.1",
          "strand": true,
          "transcript": "NM_001033569.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1375,
          "cdna_start": 617,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001033570.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001028742.1",
          "strand": true,
          "transcript": "NM_001033570.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1399,
          "cdna_start": 632,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001033571.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001028743.1",
          "strand": true,
          "transcript": "NM_001033571.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1395,
          "cdna_start": 628,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001033572.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001028744.1",
          "strand": true,
          "transcript": "NM_001033572.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1359,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001289054.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001275983.1",
          "strand": true,
          "transcript": "NM_001289054.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1450,
          "cdna_start": 692,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001289056.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001275985.1",
          "strand": true,
          "transcript": "NM_001289056.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1388,
          "cdna_start": 621,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001346471.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333400.1",
          "strand": true,
          "transcript": "NM_001346471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1533,
          "cdna_start": 766,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346472.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333401.1",
          "strand": true,
          "transcript": "NM_001346472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1454,
          "cdna_start": 687,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346473.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333402.1",
          "strand": true,
          "transcript": "NM_001346473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1627,
          "cdna_start": 869,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346474.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333403.1",
          "strand": true,
          "transcript": "NM_001346474.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1623,
          "cdna_start": 865,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346475.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333404.1",
          "strand": true,
          "transcript": "NM_001346475.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1363,
          "cdna_start": 605,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346476.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333405.1",
          "strand": true,
          "transcript": "NM_001346476.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1409,
          "cdna_start": 651,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346477.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333406.1",
          "strand": true,
          "transcript": "NM_001346477.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1403,
          "cdna_start": 645,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346478.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333407.1",
          "strand": true,
          "transcript": "NM_001346478.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1455,
          "cdna_start": 697,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346479.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333408.1",
          "strand": true,
          "transcript": "NM_001346479.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1492,
          "cdna_start": 799,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000577866.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464133.1",
          "strand": true,
          "transcript": "ENST00000577866.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1339,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000580753.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000463012.1",
          "strand": true,
          "transcript": "ENST00000580753.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2650,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000674770.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501934.1",
          "strand": true,
          "transcript": "ENST00000674770.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2004,
          "cdna_start": 1034,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871321.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541380.1",
          "strand": true,
          "transcript": "ENST00000871321.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1361,
          "cdna_start": 602,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871322.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541381.1",
          "strand": true,
          "transcript": "ENST00000871322.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1834,
          "cdna_start": 1076,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000871323.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541382.1",
          "strand": true,
          "transcript": "ENST00000871323.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1622,
          "cdna_start": 860,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000940109.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610168.1",
          "strand": true,
          "transcript": "ENST00000940109.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1481,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951990.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622049.1",
          "strand": true,
          "transcript": "ENST00000951990.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1582,
          "cdna_start": 907,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951991.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622050.1",
          "strand": true,
          "transcript": "ENST00000951991.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1354,
          "cdna_start": 596,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951992.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622051.1",
          "strand": true,
          "transcript": "ENST00000951992.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "V",
          "aa_start": 137,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1398,
          "cdna_start": 631,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 409,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001346481.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.409G>C",
          "hgvs_p": "p.Val137Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333410.1",
          "strand": true,
          "transcript": "NM_001346481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "V",
          "aa_start": 137,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1405,
          "cdna_start": 638,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 409,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346482.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.409G>C",
          "hgvs_p": "p.Val137Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333411.1",
          "strand": true,
          "transcript": "NM_001346482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "V",
          "aa_start": 137,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1389,
          "cdna_start": 631,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 409,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001346483.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.409G>C",
          "hgvs_p": "p.Val137Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333412.1",
          "strand": true,
          "transcript": "NM_001346483.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "V",
          "aa_start": 137,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1942,
          "cdna_start": 1184,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 409,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001346484.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.409G>C",
          "hgvs_p": "p.Val137Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333413.1",
          "strand": true,
          "transcript": "NM_001346484.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 304,
          "aa_ref": "V",
          "aa_start": 115,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1389,
          "cdna_start": 631,
          "cds_end": null,
          "cds_length": 915,
          "cds_start": 343,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001346485.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.343G>C",
          "hgvs_p": "p.Val115Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333414.1",
          "strand": true,
          "transcript": "NM_001346485.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 302,
          "aa_ref": "V",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1758,
          "cdna_start": 1000,
          "cds_end": null,
          "cds_length": 909,
          "cds_start": 337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001033574.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.337G>C",
          "hgvs_p": "p.Val113Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001028746.1",
          "strand": true,
          "transcript": "NM_001033574.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 302,
          "aa_ref": "V",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1214,
          "cdna_start": 447,
          "cds_end": null,
          "cds_length": 909,
          "cds_start": 337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001346480.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.337G>C",
          "hgvs_p": "p.Val113Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333409.1",
          "strand": true,
          "transcript": "NM_001346480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 302,
          "aa_ref": "V",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1722,
          "cdna_start": 992,
          "cds_end": null,
          "cds_length": 909,
          "cds_start": 337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000359783.8",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.337G>C",
          "hgvs_p": "p.Val113Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000352831.4",
          "strand": true,
          "transcript": "ENST00000359783.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 247,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 897,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 745,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000584494.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000461935.1",
          "strand": true,
          "transcript": "ENST00000584494.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "V",
          "aa_start": 143,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 672,
          "cdna_start": 434,
          "cds_end": null,
          "cds_length": 665,
          "cds_start": 427,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000584837.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.427G>C",
          "hgvs_p": "p.Val143Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000463053.1",
          "strand": true,
          "transcript": "ENST00000584837.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 205,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 722,
          "cdna_start": 613,
          "cds_end": null,
          "cds_length": 620,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000579724.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000463596.1",
          "strand": true,
          "transcript": "ENST00000579724.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 201,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 895,
          "cdna_start": 512,
          "cds_end": null,
          "cds_length": 606,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000577273.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000462140.1",
          "strand": true,
          "transcript": "ENST00000577273.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 713,
          "cdna_start": 633,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000580837.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000462292.1",
          "strand": true,
          "transcript": "ENST00000580837.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 194,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 829,
          "cdna_start": 754,
          "cds_end": null,
          "cds_length": 586,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000580548.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000462484.1",
          "strand": true,
          "transcript": "ENST00000580548.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1460,
          "cdna_start": 693,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024450786.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024306554.1",
          "strand": true,
          "transcript": "XM_024450786.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1408,
          "cdna_start": 641,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024450787.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024306555.1",
          "strand": true,
          "transcript": "XM_024450787.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1450,
          "cdna_start": 683,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024450788.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024306556.1",
          "strand": true,
          "transcript": "XM_024450788.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "V",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1647,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047436210.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.511G>C",
          "hgvs_p": "p.Val171Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047292166.1",
          "strand": true,
          "transcript": "XM_047436210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "V",
          "aa_start": 137,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1290,
          "cdna_start": 523,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 409,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047436211.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "c.409G>C",
          "hgvs_p": "p.Val137Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047292167.1",
          "strand": true,
          "transcript": "XM_047436211.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2276,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000578175.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.1861G>C",
          "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": "ENST00000578175.5",
          "transcript_support_level": 5
        },
        {
          "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": 845,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000584350.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.*17G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000463857.1",
          "strand": true,
          "transcript": "ENST00000584350.1",
          "transcript_support_level": 3
        },
        {
          "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": 783,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000584836.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.*197G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000463344.1",
          "strand": true,
          "transcript": "ENST00000584836.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": 784,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000585050.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.596G>C",
          "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": "ENST00000585050.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": 2141,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_144442.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.1174G>C",
          "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_144442.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2151,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_144443.2",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.1184G>C",
          "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_144443.2",
          "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": 845,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000584350.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.*17G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000463857.1",
          "strand": true,
          "transcript": "ENST00000584350.1",
          "transcript_support_level": 3
        },
        {
          "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": 783,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000584836.5",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.*197G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000463344.1",
          "strand": true,
          "transcript": "ENST00000584836.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": 444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000581779.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.-183G>C",
          "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": "ENST00000581779.1",
          "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": 387,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000582430.1",
          "gene_hgnc_id": 28041,
          "gene_symbol": "AMZ2",
          "hgvs_c": "n.*38G>C",
          "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": "ENST00000582430.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs782012937",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000019713238,
      "gene_hgnc_id": 28041,
      "gene_symbol": "AMZ2",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000197132,
      "gnomad_genomes_homalt": 0,
      "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": "Uncertain_significance",
      "phylop100way_score": 4.375,
      "pos": 68251103,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.187,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_016627.5"
    }
  ]
}
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.