← 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: 2-86173701-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=86173701&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 86173701,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_006839.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_006839.3",
"protein_id": "NP_006830.2",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 758,
"cds_start": 370,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2689,
"mane_select": "ENST00000410111.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006839.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000410111.8",
"protein_id": "ENSP00000387262.3",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 758,
"cds_start": 370,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2689,
"mane_select": "NM_006839.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410111.8"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000442664.6",
"protein_id": "ENSP00000407788.2",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 757,
"cds_start": 370,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442664.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000449247.6",
"protein_id": "ENSP00000396899.2",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 747,
"cds_start": 370,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 2670,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449247.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.370C>T",
"hgvs_p": null,
"transcript": "ENST00000409258.2",
"protein_id": "ENSP00000387237.2",
"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": 1408,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000409258.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001100169.2",
"protein_id": "NP_001093639.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 757,
"cds_start": 370,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2686,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100169.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400086.1",
"protein_id": "NP_001387015.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 756,
"cds_start": 370,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400086.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400087.1",
"protein_id": "NP_001387016.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 756,
"cds_start": 370,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400087.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Pro122Ser",
"transcript": "NM_001400088.1",
"protein_id": "NP_001387017.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 756,
"cds_start": 364,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400088.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962814.1",
"protein_id": "ENSP00000632873.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 756,
"cds_start": 370,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 492,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962814.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Pro122Ser",
"transcript": "ENST00000962816.1",
"protein_id": "ENSP00000632875.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 756,
"cds_start": 364,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 2718,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962816.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400089.1",
"protein_id": "NP_001387018.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 755,
"cds_start": 370,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400089.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400100.1",
"protein_id": "NP_001387029.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 755,
"cds_start": 370,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400100.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962812.1",
"protein_id": "ENSP00000632871.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 755,
"cds_start": 370,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962812.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400090.1",
"protein_id": "NP_001387019.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 754,
"cds_start": 370,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400090.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962810.1",
"protein_id": "ENSP00000632869.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 754,
"cds_start": 370,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 584,
"cdna_end": null,
"cdna_length": 2805,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962810.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400091.1",
"protein_id": "NP_001387020.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 753,
"cds_start": 370,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400091.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000910384.1",
"protein_id": "ENSP00000580443.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 753,
"cds_start": 370,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 2807,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910384.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400101.1",
"protein_id": "NP_001387030.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 752,
"cds_start": 370,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400101.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000923521.1",
"protein_id": "ENSP00000593580.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 752,
"cds_start": 370,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 452,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923521.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001100170.2",
"protein_id": "NP_001093640.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 747,
"cds_start": 370,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100170.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400102.1",
"protein_id": "NP_001387031.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 746,
"cds_start": 370,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400102.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400103.1",
"protein_id": "NP_001387032.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 746,
"cds_start": 370,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400103.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962808.1",
"protein_id": "ENSP00000632867.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 746,
"cds_start": 370,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 3547,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962808.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400104.1",
"protein_id": "NP_001387033.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 745,
"cds_start": 370,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400104.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400105.1",
"protein_id": "NP_001387034.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 745,
"cds_start": 370,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400105.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400106.1",
"protein_id": "NP_001387035.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 745,
"cds_start": 370,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400106.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Pro122Ser",
"transcript": "NM_001400107.1",
"protein_id": "NP_001387036.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 745,
"cds_start": 364,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400107.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962813.1",
"protein_id": "ENSP00000632872.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 745,
"cds_start": 370,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 2693,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962813.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962817.1",
"protein_id": "ENSP00000632876.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 745,
"cds_start": 370,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 2679,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962817.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Pro122Ser",
"transcript": "ENST00000962823.1",
"protein_id": "ENSP00000632882.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 745,
"cds_start": 364,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 424,
"cdna_end": null,
"cdna_length": 2626,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962823.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962828.1",
"protein_id": "ENSP00000632887.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 745,
"cds_start": 370,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 2622,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962828.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400108.1",
"protein_id": "NP_001387037.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 744,
"cds_start": 370,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400108.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400109.1",
"protein_id": "NP_001387038.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 744,
"cds_start": 370,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400109.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962822.1",
"protein_id": "ENSP00000632881.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 744,
"cds_start": 370,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 2624,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962822.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Pro122Ser",
"transcript": "ENST00000962826.1",
"protein_id": "ENSP00000632885.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 744,
"cds_start": 364,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 425,
"cdna_end": null,
"cdna_length": 2621,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962826.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962825.1",
"protein_id": "ENSP00000632884.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 743,
"cds_start": 370,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 2619,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962825.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962832.1",
"protein_id": "ENSP00000632891.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 743,
"cds_start": 370,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 399,
"cdna_end": null,
"cdna_length": 2589,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962832.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400110.1",
"protein_id": "NP_001387039.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 742,
"cds_start": 370,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2641,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400110.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000910387.1",
"protein_id": "ENSP00000580446.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 742,
"cds_start": 370,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 442,
"cdna_end": null,
"cdna_length": 2637,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910387.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400111.1",
"protein_id": "NP_001387040.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 741,
"cds_start": 370,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2638,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400111.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000910388.1",
"protein_id": "ENSP00000580447.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 741,
"cds_start": 370,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2633,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910388.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962833.1",
"protein_id": "ENSP00000632892.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 741,
"cds_start": 370,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 386,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962833.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400112.1",
"protein_id": "NP_001387041.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 739,
"cds_start": 370,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2632,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400112.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400113.1",
"protein_id": "NP_001387042.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 726,
"cds_start": 370,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400113.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962806.1",
"protein_id": "ENSP00000632865.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 726,
"cds_start": 370,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 3653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962806.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962818.1",
"protein_id": "ENSP00000632877.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 724,
"cds_start": 370,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2615,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962818.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Pro122Ser",
"transcript": "ENST00000962821.1",
"protein_id": "ENSP00000632880.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 724,
"cds_start": 364,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 2608,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962821.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962809.1",
"protein_id": "ENSP00000632868.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 723,
"cds_start": 370,
"cds_end": null,
"cds_length": 2172,
"cdna_start": 596,
"cdna_end": null,
"cdna_length": 2733,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962809.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000910385.1",
"protein_id": "ENSP00000580444.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 721,
"cds_start": 370,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 470,
"cdna_end": null,
"cdna_length": 2592,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910385.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400122.1",
"protein_id": "NP_001387051.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 715,
"cds_start": 370,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2560,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400122.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962807.1",
"protein_id": "ENSP00000632866.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 715,
"cds_start": 370,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 3496,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962807.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962805.1",
"protein_id": "ENSP00000632864.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 714,
"cds_start": 370,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 605,
"cdna_end": null,
"cdna_length": 3850,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962805.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962811.1",
"protein_id": "ENSP00000632870.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 713,
"cds_start": 370,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 2604,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962811.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Pro122Ser",
"transcript": "ENST00000962815.1",
"protein_id": "ENSP00000632874.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 713,
"cds_start": 364,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 2590,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962815.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000409051.6",
"protein_id": "ENSP00000387227.2",
"transcript_support_level": 2,
"aa_start": 124,
"aa_end": null,
"aa_length": 711,
"cds_start": 370,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 2515,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409051.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000910386.1",
"protein_id": "ENSP00000580445.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 710,
"cds_start": 370,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 451,
"cdna_end": null,
"cdna_length": 2546,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910386.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962824.1",
"protein_id": "ENSP00000632883.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 709,
"cds_start": 370,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 2518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962824.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962831.1",
"protein_id": "ENSP00000632890.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 707,
"cds_start": 370,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 398,
"cdna_end": null,
"cdna_length": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962831.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962820.1",
"protein_id": "ENSP00000632879.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 703,
"cds_start": 370,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 2548,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962820.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962819.1",
"protein_id": "ENSP00000632878.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 680,
"cds_start": 370,
"cds_end": null,
"cds_length": 2043,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 2480,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962819.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.109C>T",
"hgvs_p": "p.Pro37Ser",
"transcript": "NM_001400114.1",
"protein_id": "NP_001387043.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 671,
"cds_start": 109,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400114.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.109C>T",
"hgvs_p": "p.Pro37Ser",
"transcript": "NM_001400115.1",
"protein_id": "NP_001387044.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 670,
"cds_start": 109,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400115.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400116.1",
"protein_id": "NP_001387045.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 667,
"cds_start": 370,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2416,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400116.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.109C>T",
"hgvs_p": "p.Pro37Ser",
"transcript": "NM_001400117.1",
"protein_id": "NP_001387046.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 660,
"cds_start": 109,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 376,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400117.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.109C>T",
"hgvs_p": "p.Pro37Ser",
"transcript": "NM_001400118.1",
"protein_id": "NP_001387047.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 660,
"cds_start": 109,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400118.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.109C>T",
"hgvs_p": "p.Pro37Ser",
"transcript": "NM_001400137.1",
"protein_id": "NP_001387066.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 659,
"cds_start": 109,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400137.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.109C>T",
"hgvs_p": "p.Pro37Ser",
"transcript": "ENST00000254636.9",
"protein_id": "ENSP00000254636.5",
"transcript_support_level": 5,
"aa_start": 37,
"aa_end": null,
"aa_length": 659,
"cds_start": 109,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 2613,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254636.9"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.109C>T",
"hgvs_p": "p.Pro37Ser",
"transcript": "NM_001400119.1",
"protein_id": "NP_001387048.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 654,
"cds_start": 109,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400119.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000923522.1",
"protein_id": "ENSP00000593581.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 635,
"cds_start": 370,
"cds_end": null,
"cds_length": 1908,
"cdna_start": 452,
"cdna_end": null,
"cdna_length": 2316,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923522.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000923523.1",
"protein_id": "ENSP00000593582.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 623,
"cds_start": 370,
"cds_end": null,
"cds_length": 1872,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 2276,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923523.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.61C>T",
"hgvs_p": "p.Pro21Ser",
"transcript": "ENST00000419070.6",
"protein_id": "ENSP00000415762.2",
"transcript_support_level": 5,
"aa_start": 21,
"aa_end": null,
"aa_length": 612,
"cds_start": 61,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 62,
"cdna_end": null,
"cdna_length": 2172,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419070.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962829.1",
"protein_id": "ENSP00000632888.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 603,
"cds_start": 370,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 413,
"cdna_end": null,
"cdna_length": 2188,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962829.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400120.1",
"protein_id": "NP_001387049.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 586,
"cds_start": 370,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2771,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400120.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962830.1",
"protein_id": "ENSP00000632889.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 559,
"cds_start": 370,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 2053,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962830.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400121.1",
"protein_id": "NP_001387050.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 553,
"cds_start": 370,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400121.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "ENST00000962827.1",
"protein_id": "ENSP00000632886.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 506,
"cds_start": 370,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 1906,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962827.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400132.1",
"protein_id": "NP_001387061.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 391,
"cds_start": 370,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1615,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400132.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400133.1",
"protein_id": "NP_001387062.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 390,
"cds_start": 370,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400133.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400134.1",
"protein_id": "NP_001387063.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 380,
"cds_start": 370,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400134.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400135.1",
"protein_id": "NP_001387064.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 379,
"cds_start": 370,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1579,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400135.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400140.1",
"protein_id": "NP_001387069.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 220,
"cds_start": 370,
"cds_end": null,
"cds_length": 663,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2171,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400140.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400142.1",
"protein_id": "NP_001387071.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 219,
"cds_start": 370,
"cds_end": null,
"cds_length": 660,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400142.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400143.1",
"protein_id": "NP_001387072.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 209,
"cds_start": 370,
"cds_end": null,
"cds_length": 630,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2138,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400143.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400144.1",
"protein_id": "NP_001387073.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 208,
"cds_start": 370,
"cds_end": null,
"cds_length": 627,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2135,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400144.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser",
"transcript": "NM_001400145.1",
"protein_id": "NP_001387074.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 207,
"cds_start": 370,
"cds_end": null,
"cds_length": 624,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 2132,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400145.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-444C>T",
"hgvs_p": null,
"transcript": "NM_001400129.1",
"protein_id": "NP_001387058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": null,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2725,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400129.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-501C>T",
"hgvs_p": null,
"transcript": "NM_001400123.1",
"protein_id": "NP_001387052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-537C>T",
"hgvs_p": null,
"transcript": "NM_001400124.1",
"protein_id": "NP_001387053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2713,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-534C>T",
"hgvs_p": null,
"transcript": "NM_001400125.1",
"protein_id": "NP_001387054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400125.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-531C>T",
"hgvs_p": null,
"transcript": "NM_001400126.1",
"protein_id": "NP_001387055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-504C>T",
"hgvs_p": null,
"transcript": "NM_001400127.1",
"protein_id": "NP_001387056.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400127.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-501C>T",
"hgvs_p": null,
"transcript": "NM_001400128.1",
"protein_id": "NP_001387057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400128.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-310C>T",
"hgvs_p": null,
"transcript": "NM_001400130.1",
"protein_id": "NP_001387059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": null,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2456,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400130.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-406C>T",
"hgvs_p": null,
"transcript": "NM_001400131.1",
"protein_id": "NP_001387060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": null,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2552,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400131.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "c.-819C>T",
"hgvs_p": null,
"transcript": "NM_001400138.1",
"protein_id": "NP_001387067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 284,
"cds_start": null,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2455,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400138.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.423C>T",
"hgvs_p": null,
"transcript": "ENST00000474969.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 1431,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000474969.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.438C>T",
"hgvs_p": null,
"transcript": "ENST00000486633.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": 631,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000486633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174393.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2559,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174393.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174394.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2580,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174394.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174395.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2523,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174395.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174396.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1606,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174396.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174397.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2386,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174398.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2689,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174398.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174399.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174399.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174400.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2547,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174400.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174401.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174401.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"hgvs_c": "n.450C>T",
"hgvs_p": null,
"transcript": "NR_174402.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2526,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174402.1"
}
],
"gene_symbol": "IMMT",
"gene_hgnc_id": 6047,
"dbsnp": "rs1050301",
"frequency_reference_population": 0.3371523,
"hom_count_reference_population": 96177,
"allele_count_reference_population": 538940,
"gnomad_exomes_af": 0.343351,
"gnomad_genomes_af": 0.278209,
"gnomad_exomes_ac": 496621,
"gnomad_genomes_ac": 42319,
"gnomad_exomes_homalt": 89044,
"gnomad_genomes_homalt": 7133,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0008400678634643555,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.265,
"revel_prediction": "Benign",
"alphamissense_score": 0.0926,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.138,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_006839.3",
"gene_symbol": "IMMT",
"hgnc_id": 6047,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.370C>T",
"hgvs_p": "p.Pro124Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}