← 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: 16-10877350-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 10877350,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_000246.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "NM_000246.4",
          "protein_id": "NP_000237.2",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 16061,
          "mane_select": "ENST00000324288.14",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "ENST00000324288.14",
          "protein_id": "ENSP00000316328.8",
          "transcript_support_level": 1,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 16061,
          "mane_select": "NM_000246.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "ENST00000381835.9",
          "protein_id": "ENSP00000371257.5",
          "transcript_support_level": 1,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 141,
          "cdna_end": null,
          "cdna_length": 2344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000537380.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.135G>A",
          "hgvs_p": null,
          "transcript": "ENST00000573309.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "NM_001286402.1",
          "protein_id": "NP_001273331.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 4657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "NM_001379332.1",
          "protein_id": "NP_001366261.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 4826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "ENST00000618327.4",
          "protein_id": "ENSP00000485010.1",
          "transcript_support_level": 2,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 4657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "NM_001379333.1",
          "protein_id": "NP_001366262.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 4823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "NM_001379330.1",
          "protein_id": "NP_001366259.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1082,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3249,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 4679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "NM_001379331.1",
          "protein_id": "NP_001366260.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 4676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "NM_001286403.2",
          "protein_id": "NP_001273332.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 149,
          "cdna_end": null,
          "cdna_length": 14309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "XM_047434120.1",
          "protein_id": "XP_047290076.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 5387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "XM_047434122.1",
          "protein_id": "XP_047290078.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 5384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "XM_047434126.1",
          "protein_id": "XP_047290082.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1082,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3249,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 15921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "XM_047434127.1",
          "protein_id": "XP_047290083.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 15918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His",
          "transcript": "XM_047434128.1",
          "protein_id": "XP_047290084.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 5237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.141G>A",
          "hgvs_p": null,
          "transcript": "ENST00000570546.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000571186.5",
          "protein_id": "ENSP00000459829.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000262151",
          "gene_hgnc_id": null,
          "hgvs_c": "n.341C>T",
          "hgvs_p": null,
          "transcript": "ENST00000573071.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.20G>A",
          "hgvs_p": null,
          "transcript": "ENST00000618207.4",
          "protein_id": "ENSP00000484761.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.125G>A",
          "hgvs_p": null,
          "transcript": "ENST00000695878.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.149G>A",
          "hgvs_p": null,
          "transcript": "NR_104444.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 14251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.153G>A",
          "hgvs_p": null,
          "transcript": "XR_007064880.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.283+10778G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637439.1",
          "protein_id": "ENSP00000489907.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 259,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 782,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 850,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.-21+11031G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636238.1",
          "protein_id": "ENSP00000490205.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 138,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000262151",
          "gene_hgnc_id": null,
          "hgvs_c": "n.438+10965C>T",
          "hgvs_p": null,
          "transcript": "ENST00000572017.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.346+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_006720880.4",
          "protein_id": "XP_006720943.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.346+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_011522484.4",
          "protein_id": "XP_011520786.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.346+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_011522485.3",
          "protein_id": "XP_011520787.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.346+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_011522486.3",
          "protein_id": "XP_011520788.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.346+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_011522491.3",
          "protein_id": "XP_011520793.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.-21+11031G>A",
          "hgvs_p": null,
          "transcript": "XM_047434123.1",
          "protein_id": "XP_047290079.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.-21+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_047434114.1",
          "protein_id": "XP_047290070.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.-21+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_047434115.1",
          "protein_id": "XP_047290071.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "c.-21+10778G>A",
          "hgvs_p": null,
          "transcript": "XM_047434118.1",
          "protein_id": "XP_047290074.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CIITA",
          "gene_hgnc_id": 7067,
          "hgvs_c": "n.367+10778G>A",
          "hgvs_p": null,
          "transcript": "XR_001751904.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CIITA",
      "gene_hgnc_id": 7067,
      "dbsnp": "rs374703179",
      "frequency_reference_population": 0.00015559561,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 251,
      "gnomad_exomes_af": 0.000165636,
      "gnomad_genomes_af": 0.0000591623,
      "gnomad_exomes_ac": 242,
      "gnomad_genomes_ac": 9,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.024741649627685547,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.041,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1557,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.52,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.934,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BP6",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_000246.4",
          "gene_symbol": "CIITA",
          "hgnc_id": 7067,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7His"
        },
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000573071.1",
          "gene_symbol": "ENSG00000262151",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.341C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,MHC class II deficiency",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "phenotype_combined": "MHC class II deficiency|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}