← 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: 11-837475-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CD151",
          "hgnc_id": 1630,
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "inheritance_mode": "AR,Unknown",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_004357.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "POLR2L",
          "hgnc_id": 9199,
          "hgvs_c": "n.*241T>G",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "ENST00000534030.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_score": 4,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9709,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.28,
      "chr": "11",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8827520608901978,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1545,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_004357.5",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000397420.9",
          "protein_coding": true,
          "protein_id": "NP_004348.2",
          "strand": true,
          "transcript": "NM_004357.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1545,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000397420.9",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_004357.5",
          "protein_coding": true,
          "protein_id": "ENSP00000380565.3",
          "strand": true,
          "transcript": "ENST00000397420.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1545,
          "cdna_start": 612,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000322008.9",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000324101.4",
          "strand": true,
          "transcript": "ENST00000322008.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1486,
          "cdna_start": 554,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000397421.5",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000380566.1",
          "strand": true,
          "transcript": "ENST00000397421.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "S",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1642,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 571,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890775.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.571A>C",
          "hgvs_p": "p.Ser191Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560834.1",
          "strand": true,
          "transcript": "ENST00000890775.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 263,
          "aa_ref": "S",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1506,
          "cdna_start": 580,
          "cds_end": null,
          "cds_length": 792,
          "cds_start": 502,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890776.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.502A>C",
          "hgvs_p": "p.Ser168Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560835.1",
          "strand": true,
          "transcript": "ENST00000890776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 263,
          "aa_ref": "S",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1468,
          "cdna_start": 541,
          "cds_end": null,
          "cds_length": 792,
          "cds_start": 502,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890784.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.502A>C",
          "hgvs_p": "p.Ser168Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560843.1",
          "strand": true,
          "transcript": "ENST00000890784.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 263,
          "aa_ref": "S",
          "aa_start": 168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1491,
          "cdna_start": 566,
          "cds_end": null,
          "cds_length": 792,
          "cds_start": 502,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890788.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.502A>C",
          "hgvs_p": "p.Ser168Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560847.1",
          "strand": true,
          "transcript": "ENST00000890788.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "S",
          "aa_start": 165,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1553,
          "cdna_start": 620,
          "cds_end": null,
          "cds_length": 783,
          "cds_start": 493,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919380.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.493A>C",
          "hgvs_p": "p.Ser165Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589439.1",
          "strand": true,
          "transcript": "ENST00000919380.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "S",
          "aa_start": 165,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1499,
          "cdna_start": 573,
          "cds_end": null,
          "cds_length": 783,
          "cds_start": 493,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000946305.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.493A>C",
          "hgvs_p": "p.Ser165Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616364.1",
          "strand": true,
          "transcript": "ENST00000946305.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1479,
          "cdna_start": 550,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001039490.2",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001034579.1",
          "strand": true,
          "transcript": "NM_001039490.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1541,
          "cdna_start": 612,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_139029.2",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_620598.1",
          "strand": true,
          "transcript": "NM_139029.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1483,
          "cdna_start": 554,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_139030.4",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_620599.1",
          "strand": true,
          "transcript": "NM_139030.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1696,
          "cdna_start": 763,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000890766.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560825.1",
          "strand": true,
          "transcript": "ENST00000890766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1617,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890768.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560827.1",
          "strand": true,
          "transcript": "ENST00000890768.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1542,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890769.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560828.1",
          "strand": true,
          "transcript": "ENST00000890769.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1621,
          "cdna_start": 692,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000890774.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560833.1",
          "strand": true,
          "transcript": "ENST00000890774.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1608,
          "cdna_start": 676,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890777.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560836.1",
          "strand": true,
          "transcript": "ENST00000890777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1741,
          "cdna_start": 812,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890778.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560837.1",
          "strand": true,
          "transcript": "ENST00000890778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1725,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890779.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560838.1",
          "strand": true,
          "transcript": "ENST00000890779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1515,
          "cdna_start": 588,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890782.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560841.1",
          "strand": true,
          "transcript": "ENST00000890782.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1709,
          "cdna_start": 782,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000890783.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560842.1",
          "strand": true,
          "transcript": "ENST00000890783.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1682,
          "cdna_start": 751,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000890785.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560844.1",
          "strand": true,
          "transcript": "ENST00000890785.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2168,
          "cdna_start": 1239,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890786.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560845.1",
          "strand": true,
          "transcript": "ENST00000890786.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1876,
          "cdna_start": 947,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890787.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560846.1",
          "strand": true,
          "transcript": "ENST00000890787.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1795,
          "cdna_start": 862,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919377.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589436.1",
          "strand": true,
          "transcript": "ENST00000919377.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1699,
          "cdna_start": 749,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000919378.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589437.1",
          "strand": true,
          "transcript": "ENST00000919378.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1693,
          "cdna_start": 764,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919383.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589442.1",
          "strand": true,
          "transcript": "ENST00000919383.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1481,
          "cdna_start": 550,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000946304.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616363.1",
          "strand": true,
          "transcript": "ENST00000946304.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": 766,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000946309.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616368.1",
          "strand": true,
          "transcript": "ENST00000946309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1723,
          "cdna_start": 797,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000946310.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616369.1",
          "strand": true,
          "transcript": "ENST00000946310.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1456,
          "cdna_start": 530,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000946311.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616370.1",
          "strand": true,
          "transcript": "ENST00000946311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1425,
          "cdna_start": 535,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000528011.2",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432990.1",
          "strand": true,
          "transcript": "ENST00000528011.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1517,
          "cdna_start": 585,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890765.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560824.1",
          "strand": true,
          "transcript": "ENST00000890765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1473,
          "cdna_start": 550,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890772.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560831.1",
          "strand": true,
          "transcript": "ENST00000890772.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1640,
          "cdna_start": 717,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000890781.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560840.1",
          "strand": true,
          "transcript": "ENST00000890781.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 241,
          "aa_ref": "S",
          "aa_start": 146,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1456,
          "cdna_start": 527,
          "cds_end": null,
          "cds_length": 726,
          "cds_start": 436,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890767.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.436A>C",
          "hgvs_p": "p.Ser146Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560826.1",
          "strand": true,
          "transcript": "ENST00000890767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 241,
          "aa_ref": "S",
          "aa_start": 146,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1443,
          "cdna_start": 514,
          "cds_end": null,
          "cds_length": 726,
          "cds_start": 436,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890770.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.436A>C",
          "hgvs_p": "p.Ser146Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560829.1",
          "strand": true,
          "transcript": "ENST00000890770.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 241,
          "aa_ref": "S",
          "aa_start": 146,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1509,
          "cdna_start": 580,
          "cds_end": null,
          "cds_length": 726,
          "cds_start": 436,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000890773.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.436A>C",
          "hgvs_p": "p.Ser146Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560832.1",
          "strand": true,
          "transcript": "ENST00000890773.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 233,
          "aa_ref": "S",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1449,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 702,
          "cds_start": 412,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919381.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.412A>C",
          "hgvs_p": "p.Ser138Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589440.1",
          "strand": true,
          "transcript": "ENST00000919381.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 980,
          "cdna_start": 761,
          "cds_end": null,
          "cds_length": 691,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000524748.6",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000431403.2",
          "strand": true,
          "transcript": "ENST00000524748.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "S",
          "aa_start": 133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1470,
          "cdna_start": 541,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 397,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000890771.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.397A>C",
          "hgvs_p": "p.Ser133Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560830.1",
          "strand": true,
          "transcript": "ENST00000890771.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "S",
          "aa_start": 133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1392,
          "cdna_start": 463,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 397,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000890780.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.397A>C",
          "hgvs_p": "p.Ser133Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560839.1",
          "strand": true,
          "transcript": "ENST00000890780.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 228,
          "aa_ref": "S",
          "aa_start": 133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1614,
          "cdna_start": 686,
          "cds_end": null,
          "cds_length": 687,
          "cds_start": 397,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000946307.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.397A>C",
          "hgvs_p": "p.Ser133Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616366.1",
          "strand": true,
          "transcript": "ENST00000946307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 224,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1455,
          "cdna_start": 618,
          "cds_end": null,
          "cds_length": 675,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919379.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589438.1",
          "strand": true,
          "transcript": "ENST00000919379.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 207,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1302,
          "cdna_start": 511,
          "cds_end": null,
          "cds_length": 624,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000919382.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589441.1",
          "strand": true,
          "transcript": "ENST00000919382.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 189,
          "aa_ref": "S",
          "aa_start": 94,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1498,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 570,
          "cds_start": 280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000946303.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.280A>C",
          "hgvs_p": "p.Ser94Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616362.1",
          "strand": true,
          "transcript": "ENST00000946303.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 189,
          "aa_ref": "S",
          "aa_start": 94,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1344,
          "cdna_start": 405,
          "cds_end": null,
          "cds_length": 570,
          "cds_start": 280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000946306.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.280A>C",
          "hgvs_p": "p.Ser94Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616365.1",
          "strand": true,
          "transcript": "ENST00000946306.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 179,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 797,
          "cdna_start": 728,
          "cds_end": null,
          "cds_length": 541,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000527341.5",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000436591.1",
          "strand": true,
          "transcript": "ENST00000527341.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 177,
          "aa_ref": "S",
          "aa_start": 133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 608,
          "cdna_start": 470,
          "cds_end": null,
          "cds_length": 535,
          "cds_start": 397,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000529810.5",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.397A>C",
          "hgvs_p": "p.Ser133Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432258.1",
          "strand": true,
          "transcript": "ENST00000529810.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 175,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 771,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 528,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000526693.5",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000435054.1",
          "strand": true,
          "transcript": "ENST00000526693.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 648,
          "cdna_start": 610,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000530320.5",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433787.1",
          "strand": true,
          "transcript": "ENST00000530320.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "S",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1545,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 472,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_024448780.2",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.472A>C",
          "hgvs_p": "p.Ser158Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304548.1",
          "strand": true,
          "transcript": "XM_024448780.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 243,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1498,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 732,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000946308.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "c.457-15A>C",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616367.1",
          "strand": true,
          "transcript": "ENST00000946308.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1407,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000530726.5",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "n.472A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000432385.1",
          "strand": true,
          "transcript": "ENST00000530726.5",
          "transcript_support_level": 5
        },
        {
          "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": 1835,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000532045.6",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "n.902A>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": "ENST00000532045.6",
          "transcript_support_level": 5
        },
        {
          "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": 786,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000532075.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "n.568A>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": "ENST00000532075.1",
          "transcript_support_level": 2
        },
        {
          "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": 585,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000534030.1",
          "gene_hgnc_id": 9199,
          "gene_symbol": "POLR2L",
          "hgvs_c": "n.*241T>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000432807.1",
          "strand": false,
          "transcript": "ENST00000534030.1",
          "transcript_support_level": 4
        },
        {
          "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": 1857,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000645878.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "n.929A>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": "ENST00000645878.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 585,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000534030.1",
          "gene_hgnc_id": 9199,
          "gene_symbol": "POLR2L",
          "hgvs_c": "n.*241T>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000432807.1",
          "strand": false,
          "transcript": "ENST00000534030.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642413.1",
          "gene_hgnc_id": 1630,
          "gene_symbol": "CD151",
          "hgvs_c": "n.*237A>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": "ENST00000642413.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 1630,
      "gene_symbol": "CD151",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 7.153,
      "pos": 837475,
      "ref": "A",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.825,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.10000000149011612,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.1,
      "transcript": "NM_004357.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.