← 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-10929351-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=10929351&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 10929351,
"ref": "T",
"alt": "A",
"effect": "3_prime_UTR_variant",
"transcript": "ENST00000324288.14",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "NM_000246.4",
"protein_id": "NP_000237.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1130,
"cds_start": -4,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 16061,
"mane_select": "ENST00000324288.14",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "ENST00000324288.14",
"protein_id": "ENSP00000316328.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1130,
"cds_start": -4,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 16061,
"mane_select": "NM_000246.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DEXI",
"gene_hgnc_id": 13267,
"hgvs_c": "c.*358A>T",
"hgvs_p": null,
"transcript": "NM_014015.4",
"protein_id": "NP_054734.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 95,
"cds_start": -4,
"cds_end": null,
"cds_length": 288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1569,
"mane_select": "ENST00000331808.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DEXI",
"gene_hgnc_id": 13267,
"hgvs_c": "c.*358A>T",
"hgvs_p": null,
"transcript": "ENST00000331808.5",
"protein_id": "ENSP00000330509.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 95,
"cds_start": -4,
"cds_end": null,
"cds_length": 288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1569,
"mane_select": "NM_014015.4",
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DEXI",
"gene_hgnc_id": 13267,
"hgvs_c": "n.359A>T",
"hgvs_p": null,
"transcript": "ENST00000570992.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": 626,
"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": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "n.7208T>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": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "NM_001286403.2",
"protein_id": "NP_001273332.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 546,
"cds_start": -4,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DEXI",
"gene_hgnc_id": 13267,
"hgvs_c": "c.*519A>T",
"hgvs_p": null,
"transcript": "ENST00000469379.5",
"protein_id": "ENSP00000482265.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 95,
"cds_start": -4,
"cds_end": null,
"cds_length": 288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>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": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "XM_047434116.1",
"protein_id": "XP_047290072.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": 15959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>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": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "XM_047434119.1",
"protein_id": "XP_047290075.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": 15956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "XM_047434126.1",
"protein_id": "XP_047290082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1082,
"cds_start": -4,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "XM_047434127.1",
"protein_id": "XP_047290083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1081,
"cds_start": -4,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>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": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>A",
"hgvs_p": null,
"transcript": "XM_047434124.1",
"protein_id": "XP_047290080.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": 15812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*5496T>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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "NM_001379332.1",
"protein_id": "NP_001366261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1131,
"cds_start": -4,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4826,
"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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "NM_001379333.1",
"protein_id": "NP_001366262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1130,
"cds_start": -4,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4823,
"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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "NM_001379334.1",
"protein_id": "NP_001366263.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": 4721,
"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": 18,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "NM_001379330.1",
"protein_id": "NP_001366259.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1082,
"cds_start": -4,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4679,
"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": 18,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "NM_001379331.1",
"protein_id": "NP_001366260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1081,
"cds_start": -4,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4676,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "ENST00000646979.1",
"protein_id": "ENSP00000496240.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": -4,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1539,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "n.169+1019T>A",
"hgvs_p": null,
"transcript": "ENST00000571545.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": 567,
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "n.*23-5765T>A",
"hgvs_p": null,
"transcript": "ENST00000644232.1",
"protein_id": "ENSP00000495431.1",
"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": 2187,
"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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*22+6026T>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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*22+6026T>A",
"hgvs_p": null,
"transcript": "XM_047434120.1",
"protein_id": "XP_047290076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1131,
"cds_start": -4,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5387,
"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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*22+6026T>A",
"hgvs_p": null,
"transcript": "XM_047434122.1",
"protein_id": "XP_047290078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1130,
"cds_start": -4,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5384,
"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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*22+6026T>A",
"hgvs_p": null,
"transcript": "XM_047434117.1",
"protein_id": "XP_047290073.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": 5278,
"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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "XM_011522490.3",
"protein_id": "XP_011520792.2",
"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": 4718,
"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": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>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": 18,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*22+6026T>A",
"hgvs_p": null,
"transcript": "XM_047434128.1",
"protein_id": "XP_047290084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1081,
"cds_start": -4,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "c.*23-5765T>A",
"hgvs_p": null,
"transcript": "XM_047434125.1",
"protein_id": "XP_047290081.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": 4574,
"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": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "n.3440-5765T>A",
"hgvs_p": null,
"transcript": "XR_007064879.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": 5013,
"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": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"hgvs_c": "n.3549-5765T>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
}
],
"gene_symbol": "CIITA",
"gene_hgnc_id": 7067,
"dbsnp": "rs3087519",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.1899999976158142,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.763,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.19,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000324288.14",
"gene_symbol": "CIITA",
"hgnc_id": 7067,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*5496T>A",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000331808.5",
"gene_symbol": "DEXI",
"hgnc_id": 13267,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*358A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}