← 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-3068004-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=3068004&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 3068004,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001308078.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001376923.1",
"protein_id": "NP_001363852.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000525643.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376923.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000525643.7",
"protein_id": "ENSP00000432218.3",
"transcript_support_level": 1,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001376923.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525643.7"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000396890.6",
"protein_id": "ENSP00000380099.2",
"transcript_support_level": 1,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396890.6"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000325568.9",
"protein_id": "ENSP00000324742.5",
"transcript_support_level": 1,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325568.9"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.105G>C",
"hgvs_p": "p.Glu35Asp",
"transcript": "ENST00000531965.5",
"protein_id": "ENSP00000433177.1",
"transcript_support_level": 1,
"aa_start": 35,
"aa_end": null,
"aa_length": 178,
"cds_start": 105,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531965.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000529699.5",
"protein_id": "ENSP00000436937.1",
"transcript_support_level": 1,
"aa_start": 45,
"aa_end": null,
"aa_length": 168,
"cds_start": 135,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529699.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000548246.1",
"protein_id": "ENSP00000447979.1",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 148,
"cds_start": 75,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548246.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000396887.7",
"protein_id": "ENSP00000380096.3",
"transcript_support_level": 1,
"aa_start": 45,
"aa_end": null,
"aa_length": 131,
"cds_start": 135,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396887.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "n.720G>C",
"hgvs_p": null,
"transcript": "ENST00000532247.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000532247.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "NM_001308078.4",
"protein_id": "NP_001295007.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308078.4"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "NM_001369587.3",
"protein_id": "NP_001356516.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369587.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "NM_001369588.3",
"protein_id": "NP_001356517.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369588.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000534507.5",
"protein_id": "ENSP00000431775.1",
"transcript_support_level": 2,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534507.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000548476.5",
"protein_id": "ENSP00000449483.1",
"transcript_support_level": 2,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548476.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000878151.1",
"protein_id": "ENSP00000548210.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878151.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000878152.1",
"protein_id": "ENSP00000548211.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878152.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000878157.1",
"protein_id": "ENSP00000548216.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878157.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000878158.1",
"protein_id": "ENSP00000548217.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878158.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000878159.1",
"protein_id": "ENSP00000548218.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878159.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000878165.1",
"protein_id": "ENSP00000548224.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 234,
"cds_start": 273,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878165.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000548807.5",
"protein_id": "ENSP00000448354.1",
"transcript_support_level": 3,
"aa_start": 91,
"aa_end": null,
"aa_length": 224,
"cds_start": 273,
"cds_end": null,
"cds_length": 676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548807.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp",
"transcript": "ENST00000525377.6",
"protein_id": "ENSP00000433866.3",
"transcript_support_level": 5,
"aa_start": 91,
"aa_end": null,
"aa_length": 221,
"cds_start": 273,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525377.6"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.207G>C",
"hgvs_p": "p.Glu69Asp",
"transcript": "ENST00000552936.5",
"protein_id": "ENSP00000447033.1",
"transcript_support_level": 3,
"aa_start": 69,
"aa_end": null,
"aa_length": 212,
"cds_start": 207,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552936.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.207G>C",
"hgvs_p": "p.Glu69Asp",
"transcript": "ENST00000948220.1",
"protein_id": "ENSP00000618279.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 212,
"cds_start": 207,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948220.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.174G>C",
"hgvs_p": "p.Glu58Asp",
"transcript": "ENST00000878167.1",
"protein_id": "ENSP00000548226.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 201,
"cds_start": 174,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878167.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001012631.4",
"protein_id": "NP_001012649.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012631.4"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001012632.3",
"protein_id": "NP_001012650.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012632.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001012718.4",
"protein_id": "NP_001012736.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012718.4"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001369589.3",
"protein_id": "NP_001356518.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369589.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001369596.3",
"protein_id": "NP_001356525.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369596.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_004221.7",
"protein_id": "NP_004212.4",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004221.7"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000440815.7",
"protein_id": "ENSP00000405063.3",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440815.7"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000444393.7",
"protein_id": "ENSP00000411958.3",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444393.7"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000526464.6",
"protein_id": "ENSP00000450364.1",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526464.6"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000528163.6",
"protein_id": "ENSP00000432850.2",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528163.6"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000529550.5",
"protein_id": "ENSP00000437020.1",
"transcript_support_level": 3,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529550.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000530538.6",
"protein_id": "ENSP00000436929.2",
"transcript_support_level": 3,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530538.6"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000533097.6",
"protein_id": "ENSP00000432917.2",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533097.6"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000552664.5",
"protein_id": "ENSP00000448683.1",
"transcript_support_level": 3,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552664.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000878153.1",
"protein_id": "ENSP00000548212.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878153.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000878155.1",
"protein_id": "ENSP00000548214.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878155.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000878161.1",
"protein_id": "ENSP00000548220.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878161.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000921321.1",
"protein_id": "ENSP00000591380.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 188,
"cds_start": 135,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921321.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.105G>C",
"hgvs_p": "p.Glu35Asp",
"transcript": "NM_001369593.3",
"protein_id": "NP_001356522.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 178,
"cds_start": 105,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369593.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "NM_001012634.4",
"protein_id": "NP_001012652.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012634.4"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "NM_001012635.4",
"protein_id": "NP_001012653.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012635.4"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001369590.3",
"protein_id": "NP_001356519.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 168,
"cds_start": 135,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369590.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "NM_001369591.3",
"protein_id": "NP_001356520.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369591.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "NM_001369592.3",
"protein_id": "NP_001356521.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369592.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000008180.13",
"protein_id": "ENSP00000008180.9",
"transcript_support_level": 2,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000008180.13"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000530890.5",
"protein_id": "ENSP00000433747.1",
"transcript_support_level": 2,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530890.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000552356.5",
"protein_id": "ENSP00000446978.1",
"transcript_support_level": 3,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552356.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000613483.4",
"protein_id": "ENSP00000479701.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 168,
"cds_start": 135,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613483.4"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000878150.1",
"protein_id": "ENSP00000548209.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878150.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000878154.1",
"protein_id": "ENSP00000548213.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878154.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000878156.1",
"protein_id": "ENSP00000548215.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878156.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000878162.1",
"protein_id": "ENSP00000548221.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878162.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000878163.1",
"protein_id": "ENSP00000548222.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878163.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "ENST00000878166.1",
"protein_id": "ENSP00000548225.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 168,
"cds_start": 75,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878166.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "NM_001012633.4",
"protein_id": "NP_001012651.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 131,
"cds_start": 135,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012633.4"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000549213.5",
"protein_id": "ENSP00000447812.1",
"transcript_support_level": 3,
"aa_start": 45,
"aa_end": null,
"aa_length": 131,
"cds_start": 135,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549213.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.135G>C",
"hgvs_p": "p.Glu45Asp",
"transcript": "ENST00000551122.5",
"protein_id": "ENSP00000447496.1",
"transcript_support_level": 3,
"aa_start": 45,
"aa_end": null,
"aa_length": 131,
"cds_start": 135,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551122.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.75G>C",
"hgvs_p": "p.Glu25Asp",
"transcript": "NM_001369595.3",
"protein_id": "NP_001356524.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 111,
"cds_start": 75,
"cds_end": null,
"cds_length": 336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369595.3"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.253-176G>C",
"hgvs_p": null,
"transcript": "ENST00000551513.5",
"protein_id": "ENSP00000449147.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551513.5"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.253-176G>C",
"hgvs_p": null,
"transcript": "ENST00000948223.1",
"protein_id": "ENSP00000618282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948223.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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.115-176G>C",
"hgvs_p": null,
"transcript": "NM_001012636.2",
"protein_id": "NP_001012654.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012636.2"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.115-176G>C",
"hgvs_p": null,
"transcript": "ENST00000382213.7",
"protein_id": "ENSP00000371648.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382213.7"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.115-176G>C",
"hgvs_p": null,
"transcript": "ENST00000548652.5",
"protein_id": "ENSP00000446624.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548652.5"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.55-176G>C",
"hgvs_p": null,
"transcript": "ENST00000878160.1",
"protein_id": "ENSP00000548219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878160.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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.55-176G>C",
"hgvs_p": null,
"transcript": "ENST00000878164.1",
"protein_id": "ENSP00000548223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878164.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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.55-176G>C",
"hgvs_p": null,
"transcript": "ENST00000948218.1",
"protein_id": "ENSP00000618277.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948218.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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.55-176G>C",
"hgvs_p": null,
"transcript": "ENST00000948219.1",
"protein_id": "ENSP00000618278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948219.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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.55-176G>C",
"hgvs_p": null,
"transcript": "ENST00000948221.1",
"protein_id": "ENSP00000618280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948221.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": 3,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.55-176G>C",
"hgvs_p": null,
"transcript": "ENST00000948222.1",
"protein_id": "ENSP00000618281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948222.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "c.55-176G>C",
"hgvs_p": null,
"transcript": "ENST00000525228.5",
"protein_id": "ENSP00000431740.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": null,
"cds_end": null,
"cds_length": 394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525228.5"
},
{
"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": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "n.201G>C",
"hgvs_p": null,
"transcript": "ENST00000528652.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000528652.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "n.*170G>C",
"hgvs_p": null,
"transcript": "ENST00000532086.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000532086.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "n.-114G>C",
"hgvs_p": null,
"transcript": "ENST00000525003.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000525003.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"hgvs_c": "n.*116G>C",
"hgvs_p": null,
"transcript": "ENST00000534748.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000534748.6"
}
],
"gene_symbol": "IL32",
"gene_hgnc_id": 16830,
"dbsnp": "rs766634927",
"frequency_reference_population": 0.000004336997,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000410435,
"gnomad_genomes_af": 0.0000065722,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05306386947631836,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.038,
"revel_prediction": "Benign",
"alphamissense_score": 0.2644,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.688,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": "NM_001308078.4",
"gene_symbol": "IL32",
"hgnc_id": 16830,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.273G>C",
"hgvs_p": "p.Glu91Asp"
}
],
"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
}