← 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: 20-1921613-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 1921613,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001330728.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "NM_001040023.2",
          "protein_id": "NP_001035112.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000358771.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001040023.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000358771.5",
          "protein_id": "ENSP00000351621.4",
          "transcript_support_level": 1,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001040023.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000358771.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000356025.7",
          "protein_id": "ENSP00000348307.3",
          "transcript_support_level": 1,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356025.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000400068.7",
          "protein_id": "ENSP00000382941.4",
          "transcript_support_level": 1,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000400068.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000964294.1",
          "protein_id": "ENSP00000634353.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964294.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889460.1",
          "protein_id": "ENSP00000559519.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889460.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889443.1",
          "protein_id": "ENSP00000559502.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1593,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889443.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "NM_001330728.1",
          "protein_id": "NP_001317657.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330728.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000622179.4",
          "protein_id": "ENSP00000478763.1",
          "transcript_support_level": 5,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000622179.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889446.1",
          "protein_id": "ENSP00000559505.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889446.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889452.1",
          "protein_id": "ENSP00000559511.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889452.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889456.1",
          "protein_id": "ENSP00000559515.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889456.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889463.1",
          "protein_id": "ENSP00000559522.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889463.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889464.1",
          "protein_id": "ENSP00000559523.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889464.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000964296.1",
          "protein_id": "ENSP00000634355.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964296.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "NM_001040022.1",
          "protein_id": "NP_001035111.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001040022.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "NM_080792.3",
          "protein_id": "NP_542970.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_080792.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889444.1",
          "protein_id": "ENSP00000559503.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889444.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889445.1",
          "protein_id": "ENSP00000559504.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889445.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889458.1",
          "protein_id": "ENSP00000559517.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889458.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889459.1",
          "protein_id": "ENSP00000559518.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889459.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.595C>T",
          "hgvs_p": "p.Arg199Cys",
          "transcript": "ENST00000889455.1",
          "protein_id": "ENSP00000559514.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 595,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889455.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.595C>T",
          "hgvs_p": "p.Arg199Cys",
          "transcript": "ENST00000889442.1",
          "protein_id": "ENSP00000559501.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 595,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889442.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.595C>T",
          "hgvs_p": "p.Arg199Cys",
          "transcript": "ENST00000889451.1",
          "protein_id": "ENSP00000559510.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 595,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889451.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.595C>T",
          "hgvs_p": "p.Arg199Cys",
          "transcript": "ENST00000889454.1",
          "protein_id": "ENSP00000559513.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 595,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889454.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.595C>T",
          "hgvs_p": "p.Arg199Cys",
          "transcript": "ENST00000889457.1",
          "protein_id": "ENSP00000559516.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 595,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889457.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.595C>T",
          "hgvs_p": "p.Arg199Cys",
          "transcript": "ENST00000889465.1",
          "protein_id": "ENSP00000559524.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 595,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889465.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889449.1",
          "protein_id": "ENSP00000559508.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889449.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889450.1",
          "protein_id": "ENSP00000559509.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889450.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000889467.1",
          "protein_id": "ENSP00000559526.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889467.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000964297.1",
          "protein_id": "ENSP00000634356.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964297.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000964295.1",
          "protein_id": "ENSP00000634354.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964295.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "XM_005260670.4",
          "protein_id": "XP_005260727.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005260670.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "XM_011529173.3",
          "protein_id": "XP_011527475.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529173.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "XM_024451836.2",
          "protein_id": "XP_024307604.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024451836.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "XM_047439915.1",
          "protein_id": "XP_047295871.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439915.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "XM_047439916.1",
          "protein_id": "XP_047295872.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439916.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "ENST00000913922.1",
          "protein_id": "ENSP00000583981.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913922.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "ENST00000964293.1",
          "protein_id": "ENSP00000634352.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964293.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889447.1",
          "protein_id": "ENSP00000559506.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889447.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889462.1",
          "protein_id": "ENSP00000559521.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889462.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889468.1",
          "protein_id": "ENSP00000559527.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889468.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889469.1",
          "protein_id": "ENSP00000559528.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889469.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.436+6158C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889461.1",
          "protein_id": "ENSP00000559520.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889461.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.436+6158C>T",
          "hgvs_p": null,
          "transcript": "ENST00000913921.1",
          "protein_id": "ENSP00000583980.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913921.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.436+6158C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889448.1",
          "protein_id": "ENSP00000559507.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889448.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.436+6158C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889453.1",
          "protein_id": "ENSP00000559512.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889453.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.436+6158C>T",
          "hgvs_p": null,
          "transcript": "ENST00000889466.1",
          "protein_id": "ENSP00000559525.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889466.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.436+6158C>T",
          "hgvs_p": null,
          "transcript": "ENST00000913920.1",
          "protein_id": "ENSP00000583979.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000913920.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "XM_047439917.1",
          "protein_id": "XP_047295873.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439917.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "XM_047439918.1",
          "protein_id": "XP_047295874.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439918.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "XM_047439919.1",
          "protein_id": "XP_047295875.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439919.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SIRPA",
          "gene_hgnc_id": 9662,
          "hgvs_c": "c.437-3151C>T",
          "hgvs_p": null,
          "transcript": "XM_047439920.1",
          "protein_id": "XP_047295876.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047439920.1"
        }
      ],
      "gene_symbol": "SIRPA",
      "gene_hgnc_id": 9662,
      "dbsnp": "rs767886843",
      "frequency_reference_population": 0.00002168383,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 35,
      "gnomad_exomes_af": 0.0000225735,
      "gnomad_genomes_af": 0.0000131391,
      "gnomad_exomes_ac": 33,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.18777182698249817,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.067,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1392,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.63,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.554,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001330728.1",
          "gene_symbol": "SIRPA",
          "hgnc_id": 9662,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}