← 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-229869365-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=229869365&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 229869365,
"ref": "C",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001348328.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348323.3",
"protein_id": "NP_001335252.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000675903.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348323.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000675903.1",
"protein_id": "ENSP00000502713.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001348323.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675903.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000389044.8",
"protein_id": "ENSP00000373696.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389044.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000283943.9",
"protein_id": "ENSP00000283943.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1992,
"cds_start": null,
"cds_end": null,
"cds_length": 5979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000283943.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.98+10617G>T",
"hgvs_p": null,
"transcript": "ENST00000389045.7",
"protein_id": "ENSP00000373697.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1722,
"cds_start": null,
"cds_end": null,
"cds_length": 5169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389045.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "n.278-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000479037.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": "ENST00000479037.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348328.1",
"protein_id": "NP_001335257.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348328.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348329.2",
"protein_id": "NP_001335258.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348329.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348330.2",
"protein_id": "NP_001335259.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348330.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000675453.1",
"protein_id": "ENSP00000502271.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675453.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855124.1",
"protein_id": "ENSP00000525183.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000932278.1",
"protein_id": "ENSP00000602337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932278.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000932286.1",
"protein_id": "ENSP00000602345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960295.1",
"protein_id": "ENSP00000630354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960295.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348322.1",
"protein_id": "NP_001335251.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348322.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348324.2",
"protein_id": "NP_001335253.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348324.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348325.2",
"protein_id": "NP_001335254.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348325.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348326.2",
"protein_id": "NP_001335255.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348326.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348327.2",
"protein_id": "NP_001335256.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348327.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000675423.1",
"protein_id": "ENSP00000502768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675423.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000704577.1",
"protein_id": "ENSP00000515952.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704577.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855119.1",
"protein_id": "ENSP00000525178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855119.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855121.1",
"protein_id": "ENSP00000525180.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855121.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000932274.1",
"protein_id": "ENSP00000602333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932274.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000932290.1",
"protein_id": "ENSP00000602349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960300.1",
"protein_id": "ENSP00000630359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2067,
"cds_start": null,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348321.1",
"protein_id": "NP_001335250.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2063,
"cds_start": null,
"cds_end": null,
"cds_length": 6192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000704581.1",
"protein_id": "ENSP00000515956.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2063,
"cds_start": null,
"cds_end": null,
"cds_length": 6192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704581.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348319.1",
"protein_id": "NP_001335248.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348319.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348320.2",
"protein_id": "NP_001335249.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348320.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855114.1",
"protein_id": "ENSP00000525173.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855114.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855125.1",
"protein_id": "ENSP00000525184.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855125.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960282.1",
"protein_id": "ENSP00000630341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960282.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960285.1",
"protein_id": "ENSP00000630344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960285.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348333.1",
"protein_id": "NP_001335262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2041,
"cds_start": null,
"cds_end": null,
"cds_length": 6126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348333.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000932276.1",
"protein_id": "ENSP00000602335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2041,
"cds_start": null,
"cds_end": null,
"cds_length": 6126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932276.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000932294.1",
"protein_id": "ENSP00000602353.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2041,
"cds_start": null,
"cds_end": null,
"cds_length": 6126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932294.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001284214.2",
"protein_id": "NP_001271143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284214.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348315.2",
"protein_id": "NP_001335244.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348315.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855122.1",
"protein_id": "ENSP00000525181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855122.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960284.1",
"protein_id": "ENSP00000630343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960284.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960296.1",
"protein_id": "ENSP00000630355.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960296.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855116.1",
"protein_id": "ENSP00000525175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2035,
"cds_start": null,
"cds_end": null,
"cds_length": 6108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855116.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348332.1",
"protein_id": "NP_001335261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2033,
"cds_start": null,
"cds_end": null,
"cds_length": 6102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348332.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000855115.1",
"protein_id": "ENSP00000525174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2026,
"cds_start": null,
"cds_end": null,
"cds_length": 6081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855115.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000960287.1",
"protein_id": "ENSP00000630346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2026,
"cds_start": null,
"cds_end": null,
"cds_length": 6081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960287.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000960294.1",
"protein_id": "ENSP00000630353.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2026,
"cds_start": null,
"cds_end": null,
"cds_length": 6081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960294.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "NM_001284215.2",
"protein_id": "NP_001271144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2025,
"cds_start": null,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284215.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "NM_001348316.2",
"protein_id": "NP_001335245.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2025,
"cds_start": null,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348316.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000704580.1",
"protein_id": "ENSP00000515955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2025,
"cds_start": null,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704580.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932275.1",
"protein_id": "ENSP00000602334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2025,
"cds_start": null,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932275.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932282.1",
"protein_id": "ENSP00000602341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2025,
"cds_start": null,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932282.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932283.1",
"protein_id": "ENSP00000602342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2025,
"cds_start": null,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932283.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932293.1",
"protein_id": "ENSP00000602352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2025,
"cds_start": null,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932293.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932280.1",
"protein_id": "ENSP00000602339.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2021,
"cds_start": null,
"cds_end": null,
"cds_length": 6066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932280.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932284.1",
"protein_id": "ENSP00000602343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2021,
"cds_start": null,
"cds_end": null,
"cds_length": 6066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932284.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "NM_001348317.1",
"protein_id": "NP_001335246.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348317.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "NM_001348318.2",
"protein_id": "NP_001335247.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348318.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000704578.1",
"protein_id": "ENSP00000515953.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704578.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000855112.1",
"protein_id": "ENSP00000525171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855112.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000855113.1",
"protein_id": "ENSP00000525172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855113.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000855118.1",
"protein_id": "ENSP00000525177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855118.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932289.1",
"protein_id": "ENSP00000602348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932289.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932287.1",
"protein_id": "ENSP00000602346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2019,
"cds_start": null,
"cds_end": null,
"cds_length": 6060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932287.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960297.1",
"protein_id": "ENSP00000630356.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2014,
"cds_start": null,
"cds_end": null,
"cds_length": 6045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960297.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000932291.1",
"protein_id": "ENSP00000602350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2012,
"cds_start": null,
"cds_end": null,
"cds_length": 6039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932291.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960281.1",
"protein_id": "ENSP00000630340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2012,
"cds_start": null,
"cds_end": null,
"cds_length": 6039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960281.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000453485.2",
"protein_id": "ENSP00000400967.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 2011,
"cds_start": null,
"cds_end": null,
"cds_length": 6036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453485.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000430954.6",
"protein_id": "ENSP00000389827.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 2008,
"cds_start": null,
"cds_end": null,
"cds_length": 6027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430954.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960298.1",
"protein_id": "ENSP00000630357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2008,
"cds_start": null,
"cds_end": null,
"cds_length": 6027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960298.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000855123.1",
"protein_id": "ENSP00000525182.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2007,
"cds_start": null,
"cds_end": null,
"cds_length": 6024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960286.1",
"protein_id": "ENSP00000630345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2007,
"cds_start": null,
"cds_end": null,
"cds_length": 6024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960289.1",
"protein_id": "ENSP00000630348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2007,
"cds_start": null,
"cds_end": null,
"cds_length": 6024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960289.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960299.1",
"protein_id": "ENSP00000630358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2007,
"cds_start": null,
"cds_end": null,
"cds_length": 6024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960299.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000960292.1",
"protein_id": "ENSP00000630351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2003,
"cds_start": null,
"cds_end": null,
"cds_length": 6012,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960292.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932277.1",
"protein_id": "ENSP00000602336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1999,
"cds_start": null,
"cds_end": null,
"cds_length": 6000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932277.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932288.1",
"protein_id": "ENSP00000602347.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1999,
"cds_start": null,
"cds_end": null,
"cds_length": 6000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932288.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000855117.1",
"protein_id": "ENSP00000525176.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1998,
"cds_start": null,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855117.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000855120.1",
"protein_id": "ENSP00000525179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1998,
"cds_start": null,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932279.1",
"protein_id": "ENSP00000602338.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1998,
"cds_start": null,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932279.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000960293.1",
"protein_id": "ENSP00000630352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1998,
"cds_start": null,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960293.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000960283.1",
"protein_id": "ENSP00000630342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1994,
"cds_start": null,
"cds_end": null,
"cds_length": 5985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960283.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "NM_001348331.1",
"protein_id": "NP_001335260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1993,
"cds_start": null,
"cds_end": null,
"cds_length": 5982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348331.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000704585.1",
"protein_id": "ENSP00000515960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1993,
"cds_start": null,
"cds_end": null,
"cds_length": 5982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704585.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "NM_004238.3",
"protein_id": "NP_004229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1992,
"cds_start": null,
"cds_end": null,
"cds_length": 5979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004238.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000855111.1",
"protein_id": "ENSP00000525170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1970,
"cds_start": null,
"cds_end": null,
"cds_length": 5913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855111.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932281.1",
"protein_id": "ENSP00000602340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1965,
"cds_start": null,
"cds_end": null,
"cds_length": 5898,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932281.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932285.1",
"protein_id": "ENSP00000602344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1938,
"cds_start": null,
"cds_end": null,
"cds_length": 5817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932285.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000932292.1",
"protein_id": "ENSP00000602351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1910,
"cds_start": null,
"cds_end": null,
"cds_length": 5733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932292.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000960290.1",
"protein_id": "ENSP00000630349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1902,
"cds_start": null,
"cds_end": null,
"cds_length": 5709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960288.1",
"protein_id": "ENSP00000630347.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1865,
"cds_start": null,
"cds_end": null,
"cds_length": 5598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960288.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000960291.1",
"protein_id": "ENSP00000630350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1750,
"cds_start": null,
"cds_end": null,
"cds_length": 5253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960291.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.98+10617G>T",
"hgvs_p": null,
"transcript": "NM_001284216.2",
"protein_id": "NP_001271145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1722,
"cds_start": null,
"cds_end": null,
"cds_length": 5169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284216.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348335.2",
"protein_id": "NP_001335264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 440,
"cds_start": null,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348335.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348336.1",
"protein_id": "NP_001335265.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 440,
"cds_start": null,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348336.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000409677.5",
"protein_id": "ENSP00000386388.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 430,
"cds_start": null,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409677.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "NM_001348334.1",
"protein_id": "NP_001335263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348334.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000435716.5",
"protein_id": "ENSP00000409460.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 153,
"cds_start": null,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435716.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000428959.5",
"protein_id": "ENSP00000414385.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": null,
"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": "ENST00000428959.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "ENST00000343290.5",
"protein_id": "ENSP00000342442.5",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343290.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446353.1",
"protein_id": "XP_047302309.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446353.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446354.1",
"protein_id": "XP_047302310.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2068,
"cds_start": null,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446354.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446355.1",
"protein_id": "XP_047302311.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2063,
"cds_start": null,
"cds_end": null,
"cds_length": 6192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446355.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446356.1",
"protein_id": "XP_047302312.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446356.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446358.1",
"protein_id": "XP_047302314.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446358.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446360.1",
"protein_id": "XP_047302316.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2040,
"cds_start": null,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446360.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446361.1",
"protein_id": "XP_047302317.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2039,
"cds_start": null,
"cds_end": null,
"cds_length": 6120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446361.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446362.1",
"protein_id": "XP_047302318.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2039,
"cds_start": null,
"cds_end": null,
"cds_length": 6120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446362.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446363.1",
"protein_id": "XP_047302319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2039,
"cds_start": null,
"cds_end": null,
"cds_length": 6120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446363.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446366.1",
"protein_id": "XP_047302322.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2038,
"cds_start": null,
"cds_end": null,
"cds_length": 6117,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446366.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446368.1",
"protein_id": "XP_047302324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2038,
"cds_start": null,
"cds_end": null,
"cds_length": 6117,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446368.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_017005283.3",
"protein_id": "XP_016860772.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2035,
"cds_start": null,
"cds_end": null,
"cds_length": 6108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005283.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446371.1",
"protein_id": "XP_047302327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2035,
"cds_start": null,
"cds_end": null,
"cds_length": 6108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446372.1",
"protein_id": "XP_047302328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2035,
"cds_start": null,
"cds_end": null,
"cds_length": 6108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446372.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446373.1",
"protein_id": "XP_047302329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2034,
"cds_start": null,
"cds_end": null,
"cds_length": 6105,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446373.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_005246961.5",
"protein_id": "XP_005247018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2026,
"cds_start": null,
"cds_end": null,
"cds_length": 6081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246961.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446374.1",
"protein_id": "XP_047302330.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2026,
"cds_start": null,
"cds_end": null,
"cds_length": 6081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446374.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446375.1",
"protein_id": "XP_047302331.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2021,
"cds_start": null,
"cds_end": null,
"cds_length": 6066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446375.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446376.1",
"protein_id": "XP_047302332.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2021,
"cds_start": null,
"cds_end": null,
"cds_length": 6066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446376.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446377.1",
"protein_id": "XP_047302333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2020,
"cds_start": null,
"cds_end": null,
"cds_length": 6063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446377.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_017005290.3",
"protein_id": "XP_016860779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2011,
"cds_start": null,
"cds_end": null,
"cds_length": 6036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005290.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446378.1",
"protein_id": "XP_047302334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2011,
"cds_start": null,
"cds_end": null,
"cds_length": 6036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446378.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446379.1",
"protein_id": "XP_047302335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2006,
"cds_start": null,
"cds_end": null,
"cds_length": 6021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446379.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null,
"transcript": "XM_047446380.1",
"protein_id": "XP_047302336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2006,
"cds_start": null,
"cds_end": null,
"cds_length": 6021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446380.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446381.1",
"protein_id": "XP_047302337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1998,
"cds_start": null,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446381.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446382.1",
"protein_id": "XP_047302338.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1998,
"cds_start": null,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446382.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446383.1",
"protein_id": "XP_047302339.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1997,
"cds_start": null,
"cds_end": null,
"cds_length": 5994,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446383.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446384.1",
"protein_id": "XP_047302340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1996,
"cds_start": null,
"cds_end": null,
"cds_length": 5991,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446384.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446385.1",
"protein_id": "XP_047302341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1996,
"cds_start": null,
"cds_end": null,
"cds_length": 5991,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446385.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446386.1",
"protein_id": "XP_047302342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1996,
"cds_start": null,
"cds_end": null,
"cds_length": 5991,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446386.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446390.1",
"protein_id": "XP_047302346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1991,
"cds_start": null,
"cds_end": null,
"cds_length": 5976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446390.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446395.1",
"protein_id": "XP_047302351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1969,
"cds_start": null,
"cds_end": null,
"cds_length": 5910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446395.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446396.1",
"protein_id": "XP_047302352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1969,
"cds_start": null,
"cds_end": null,
"cds_length": 5910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446396.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446397.1",
"protein_id": "XP_047302353.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1964,
"cds_start": null,
"cds_end": null,
"cds_length": 5895,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "c.99-9791G>T",
"hgvs_p": null,
"transcript": "XM_047446398.1",
"protein_id": "XP_047302354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1964,
"cds_start": null,
"cds_end": null,
"cds_length": 5895,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446398.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "n.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000704579.1",
"protein_id": "ENSP00000515954.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000704579.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "n.99-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000704583.1",
"protein_id": "ENSP00000515958.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000704583.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"hgvs_c": "n.264-8834G>T",
"hgvs_p": null,
"transcript": "ENST00000704586.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000704586.1"
}
],
"gene_symbol": "TRIP12",
"gene_hgnc_id": 12306,
"dbsnp": "rs475525",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.163,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001348328.1",
"gene_symbol": "TRIP12",
"hgnc_id": 12306,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.99-8834G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}