← 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: 1-109280783-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "PSRC1",
          "hgnc_id": 24472,
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -2,
          "transcript": "NM_001363309.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_score": -2,
      "allele_count_reference_population": 150,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1029,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.65,
      "chr": "1",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.07633507251739502,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1720,
          "cdna_start": 1019,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001032291.3",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000369909.7",
          "protein_coding": true,
          "protein_id": "NP_001027462.1",
          "strand": false,
          "transcript": "NM_001032291.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1720,
          "cdna_start": 1019,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000369909.7",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001032291.3",
          "protein_coding": true,
          "protein_id": "ENSP00000358925.2",
          "strand": false,
          "transcript": "ENST00000369909.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1717,
          "cdna_start": 1016,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000369907.7",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000358923.3",
          "strand": false,
          "transcript": "ENST00000369907.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1584,
          "cdna_start": 883,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000369904.7",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000358920.3",
          "strand": false,
          "transcript": "ENST00000369904.7",
          "transcript_support_level": 1
        },
        {
          "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": 1870,
          "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": "ENST00000492431.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "n.1180C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000492431.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1794,
          "cdna_start": 1093,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001363309.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350238.1",
          "strand": false,
          "transcript": "NM_001363309.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1805,
          "cdna_start": 1104,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001394005.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380934.1",
          "strand": false,
          "transcript": "NM_001394005.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1826,
          "cdna_start": 1134,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000409138.6",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000474667.1",
          "strand": false,
          "transcript": "ENST00000409138.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1822,
          "cdna_start": 1121,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000902367.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572426.1",
          "strand": false,
          "transcript": "ENST00000902367.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1803,
          "cdna_start": 1104,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000902371.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572430.1",
          "strand": false,
          "transcript": "ENST00000902371.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1789,
          "cdna_start": 1098,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000902373.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572432.1",
          "strand": false,
          "transcript": "ENST00000902373.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1852,
          "cdna_start": 1162,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000902374.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572433.1",
          "strand": false,
          "transcript": "ENST00000902374.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1861,
          "cdna_start": 1162,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000916111.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586170.1",
          "strand": false,
          "transcript": "ENST00000916111.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1834,
          "cdna_start": 1144,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000916119.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586178.1",
          "strand": false,
          "transcript": "ENST00000916119.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1808,
          "cdna_start": 1109,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000954359.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624418.1",
          "strand": false,
          "transcript": "ENST00000954359.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1709,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001394002.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380931.1",
          "strand": false,
          "transcript": "NM_001394002.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1715,
          "cdna_start": 1014,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_032636.8",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_116025.1",
          "strand": false,
          "transcript": "NM_032636.8",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1710,
          "cdna_start": 1038,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000369903.6",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000358919.2",
          "strand": false,
          "transcript": "ENST00000369903.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1730,
          "cdna_start": 1029,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000409267.5",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386323.1",
          "strand": false,
          "transcript": "ENST00000409267.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2525,
          "cdna_start": 1833,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902365.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572424.1",
          "strand": false,
          "transcript": "ENST00000902365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1727,
          "cdna_start": 1026,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902366.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572425.1",
          "strand": false,
          "transcript": "ENST00000902366.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1720,
          "cdna_start": 1019,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902368.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572427.1",
          "strand": false,
          "transcript": "ENST00000902368.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1806,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902370.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572429.1",
          "strand": false,
          "transcript": "ENST00000902370.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1804,
          "cdna_start": 1114,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902372.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572431.1",
          "strand": false,
          "transcript": "ENST00000902372.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1762,
          "cdna_start": 1072,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902375.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572434.1",
          "strand": false,
          "transcript": "ENST00000902375.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1705,
          "cdna_start": 1015,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902378.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572437.1",
          "strand": false,
          "transcript": "ENST00000902378.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1835,
          "cdna_start": 1132,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916108.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586167.1",
          "strand": false,
          "transcript": "ENST00000916108.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1944,
          "cdna_start": 1232,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000954357.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624416.1",
          "strand": false,
          "transcript": "ENST00000954357.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1843,
          "cdna_start": 1153,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000954358.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624417.1",
          "strand": false,
          "transcript": "ENST00000954358.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 332,
          "aa_ref": "H",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1713,
          "cdna_start": 1014,
          "cds_end": null,
          "cds_length": 999,
          "cds_start": 895,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916112.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.895C>T",
          "hgvs_p": "p.His299Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586171.1",
          "strand": false,
          "transcript": "ENST00000916112.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 332,
          "aa_ref": "H",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1710,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 999,
          "cds_start": 895,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916115.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.895C>T",
          "hgvs_p": "p.His299Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586174.1",
          "strand": false,
          "transcript": "ENST00000916115.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 330,
          "aa_ref": "H",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1711,
          "cdna_start": 1010,
          "cds_end": null,
          "cds_length": 993,
          "cds_start": 889,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902369.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.889C>T",
          "hgvs_p": "p.His297Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572428.1",
          "strand": false,
          "transcript": "ENST00000902369.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 330,
          "aa_ref": "H",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1658,
          "cdna_start": 966,
          "cds_end": null,
          "cds_length": 993,
          "cds_start": 889,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000902377.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.889C>T",
          "hgvs_p": "p.His297Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572436.1",
          "strand": false,
          "transcript": "ENST00000902377.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 330,
          "aa_ref": "H",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1726,
          "cdna_start": 1027,
          "cds_end": null,
          "cds_length": 993,
          "cds_start": 889,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916110.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.889C>T",
          "hgvs_p": "p.His297Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586169.1",
          "strand": false,
          "transcript": "ENST00000916110.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 330,
          "aa_ref": "H",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1716,
          "cdna_start": 1015,
          "cds_end": null,
          "cds_length": 993,
          "cds_start": 889,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916122.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.889C>T",
          "hgvs_p": "p.His297Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586181.1",
          "strand": false,
          "transcript": "ENST00000916122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 330,
          "aa_ref": "H",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1701,
          "cdna_start": 1012,
          "cds_end": null,
          "cds_length": 993,
          "cds_start": 889,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000954361.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.889C>T",
          "hgvs_p": "p.His297Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624420.1",
          "strand": false,
          "transcript": "ENST00000954361.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1998,
          "cdna_start": 1297,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001350237.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337166.1",
          "strand": false,
          "transcript": "NM_001350237.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1707,
          "cdna_start": 1006,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001350238.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337167.1",
          "strand": false,
          "transcript": "NM_001350238.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": 971,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001350239.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337168.1",
          "strand": false,
          "transcript": "NM_001350239.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1667,
          "cdna_start": 966,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001350240.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337169.1",
          "strand": false,
          "transcript": "NM_001350240.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1725,
          "cdna_start": 1024,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001350241.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337170.1",
          "strand": false,
          "transcript": "NM_001350241.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1661,
          "cdna_start": 960,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001350242.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337171.1",
          "strand": false,
          "transcript": "NM_001350242.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 316,
          "aa_ref": "H",
          "aa_start": 283,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1661,
          "cdna_start": 971,
          "cds_end": null,
          "cds_length": 951,
          "cds_start": 847,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916118.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.847C>T",
          "hgvs_p": "p.His283Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586177.1",
          "strand": false,
          "transcript": "ENST00000916118.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1614,
          "cdna_start": 913,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001005290.4",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001005290.1",
          "strand": false,
          "transcript": "NM_001005290.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1619,
          "cdna_start": 918,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001394003.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380932.1",
          "strand": false,
          "transcript": "NM_001394003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": 971,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001394004.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380933.1",
          "strand": false,
          "transcript": "NM_001394004.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 268,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1523,
          "cdna_start": 927,
          "cds_end": null,
          "cds_length": 807,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916116.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586175.1",
          "strand": false,
          "transcript": "ENST00000916116.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 152,
          "aa_ref": "H",
          "aa_start": 119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1165,
          "cdna_start": 476,
          "cds_end": null,
          "cds_length": 459,
          "cds_start": 355,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000902376.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.355C>T",
          "hgvs_p": "p.His119Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000572435.1",
          "strand": false,
          "transcript": "ENST00000902376.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 152,
          "aa_ref": "H",
          "aa_start": 119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1161,
          "cdna_start": 469,
          "cds_end": null,
          "cds_length": 459,
          "cds_start": 355,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000916114.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.355C>T",
          "hgvs_p": "p.His119Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586173.1",
          "strand": false,
          "transcript": "ENST00000916114.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 152,
          "aa_ref": "H",
          "aa_start": 119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1159,
          "cdna_start": 471,
          "cds_end": null,
          "cds_length": 459,
          "cds_start": 355,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000916121.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.355C>T",
          "hgvs_p": "p.His119Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586180.1",
          "strand": false,
          "transcript": "ENST00000916121.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 152,
          "aa_ref": "H",
          "aa_start": 119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1459,
          "cdna_start": 759,
          "cds_end": null,
          "cds_length": 459,
          "cds_start": 355,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000954360.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.355C>T",
          "hgvs_p": "p.His119Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624419.1",
          "strand": false,
          "transcript": "ENST00000954360.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": "H",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1141,
          "cdna_start": 440,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": 283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000916109.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.283C>T",
          "hgvs_p": "p.His95Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586168.1",
          "strand": false,
          "transcript": "ENST00000916109.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": "H",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1103,
          "cdna_start": 413,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": 283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000916113.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.283C>T",
          "hgvs_p": "p.His95Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586172.1",
          "strand": false,
          "transcript": "ENST00000916113.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": "H",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1083,
          "cdna_start": 393,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": 283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000916120.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.283C>T",
          "hgvs_p": "p.His95Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586179.1",
          "strand": false,
          "transcript": "ENST00000916120.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": "H",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1116,
          "cdna_start": 426,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": 283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000916123.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.283C>T",
          "hgvs_p": "p.His95Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586182.1",
          "strand": false,
          "transcript": "ENST00000916123.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": "H",
          "aa_start": 95,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1191,
          "cdna_start": 502,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": 283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000954362.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.283C>T",
          "hgvs_p": "p.His95Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000624421.1",
          "strand": false,
          "transcript": "ENST00000954362.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1810,
          "cdna_start": 1109,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017002560.3",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858049.1",
          "strand": false,
          "transcript": "XM_017002560.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1863,
          "cdna_start": 1162,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017002562.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858051.1",
          "strand": false,
          "transcript": "XM_017002562.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1898,
          "cdna_start": 1197,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017002563.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858052.1",
          "strand": false,
          "transcript": "XM_017002563.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1799,
          "cdna_start": 1098,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017002564.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858053.1",
          "strand": false,
          "transcript": "XM_017002564.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1845,
          "cdna_start": 1144,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017002566.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858055.1",
          "strand": false,
          "transcript": "XM_017002566.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1840,
          "cdna_start": 1139,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017002567.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858056.1",
          "strand": false,
          "transcript": "XM_017002567.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 363,
          "aa_ref": "H",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1852,
          "cdna_start": 1151,
          "cds_end": null,
          "cds_length": 1092,
          "cds_start": 988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047432251.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.988C>T",
          "hgvs_p": "p.His330Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288207.1",
          "strand": false,
          "transcript": "XM_047432251.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1704,
          "cdna_start": 1003,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005271283.4",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005271340.1",
          "strand": false,
          "transcript": "XM_005271283.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1762,
          "cdna_start": 1061,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017002569.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858058.1",
          "strand": false,
          "transcript": "XM_017002569.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1755,
          "cdna_start": 1054,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017002570.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016858059.1",
          "strand": false,
          "transcript": "XM_017002570.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1773,
          "cdna_start": 1072,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432255.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288211.1",
          "strand": false,
          "transcript": "XM_047432255.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1808,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432264.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288220.1",
          "strand": false,
          "transcript": "XM_047432264.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "H",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1750,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432272.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.His300Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288228.1",
          "strand": false,
          "transcript": "XM_047432272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1714,
          "cdna_start": 1013,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432274.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288230.1",
          "strand": false,
          "transcript": "XM_047432274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "H",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1656,
          "cdna_start": 955,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432275.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.850C>T",
          "hgvs_p": "p.His284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288231.1",
          "strand": false,
          "transcript": "XM_047432275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1608,
          "cdna_start": 907,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432277.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288233.1",
          "strand": false,
          "transcript": "XM_047432277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1603,
          "cdna_start": 902,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432284.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288240.1",
          "strand": false,
          "transcript": "XM_047432284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 310,
          "aa_ref": "T",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1654,
          "cdna_start": 953,
          "cds_end": null,
          "cds_length": 933,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047432294.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.797C>T",
          "hgvs_p": "p.Thr266Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288250.1",
          "strand": false,
          "transcript": "XM_047432294.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "D",
          "aa_start": 237,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1537,
          "cdna_start": 832,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 711,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000916117.1",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.711C>T",
          "hgvs_p": "p.Asp237Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586176.1",
          "strand": false,
          "transcript": "ENST00000916117.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 835,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 695,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000429031.5",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.*203C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387791.1",
          "strand": true,
          "transcript": "ENST00000429031.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 120,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 366,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 365,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000474126.2",
          "gene_hgnc_id": 24472,
          "gene_symbol": "PSRC1",
          "hgvs_c": "c.*26C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000474682.1",
          "strand": true,
          "transcript": "ENST00000474126.2",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs779333680",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00009573189,
      "gene_hgnc_id": 24472,
      "gene_symbol": "PSRC1",
      "gnomad_exomes_ac": 144,
      "gnomad_exomes_af": 0.000101787,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 6,
      "gnomad_genomes_af": 0.0000394322,
      "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": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.367,
      "pos": 109280783,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.067,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001363309.2"
    }
  ]
}
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.