← 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: 10-122092312-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=122092312&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 122092312,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_206862.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_206862.4",
"protein_id": "NP_996744.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2948,
"cds_start": null,
"cds_end": null,
"cds_length": 8847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369005.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206862.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "ENST00000369005.6",
"protein_id": "ENSP00000358001.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2948,
"cds_start": null,
"cds_end": null,
"cds_length": 8847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_206862.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369005.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5720+3574C>T",
"hgvs_p": null,
"transcript": "ENST00000515273.5",
"protein_id": "ENSP00000424467.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2875,
"cds_start": null,
"cds_end": null,
"cds_length": 8628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515273.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "ENST00000515603.5",
"protein_id": "ENSP00000427618.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2826,
"cds_start": null,
"cds_end": null,
"cds_length": 8481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515603.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>T",
"hgvs_p": null,
"transcript": "ENST00000513429.5",
"protein_id": "ENSP00000425062.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1094,
"cds_start": null,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513429.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "ENST00000334433.7",
"protein_id": "ENSP00000334280.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2948,
"cds_start": null,
"cds_end": null,
"cds_length": 8847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000334433.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "NM_001438364.1",
"protein_id": "NP_001425293.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2923,
"cds_start": null,
"cds_end": null,
"cds_length": 8772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438364.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5720+3574C>T",
"hgvs_p": null,
"transcript": "NM_001291877.2",
"protein_id": "NP_001278806.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2875,
"cds_start": null,
"cds_end": null,
"cds_length": 8628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291877.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5720+3574C>T",
"hgvs_p": null,
"transcript": "ENST00000453444.6",
"protein_id": "ENSP00000395048.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2875,
"cds_start": null,
"cds_end": null,
"cds_length": 8628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453444.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_001438365.1",
"protein_id": "NP_001425294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2871,
"cds_start": null,
"cds_end": null,
"cds_length": 8616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438365.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_001438366.1",
"protein_id": "NP_001425295.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2867,
"cds_start": null,
"cds_end": null,
"cds_length": 8604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438366.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_001438367.1",
"protein_id": "NP_001425296.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2829,
"cds_start": null,
"cds_end": null,
"cds_length": 8490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438367.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_001291876.2",
"protein_id": "NP_001278805.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2826,
"cds_start": null,
"cds_end": null,
"cds_length": 8481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291876.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_001438368.1",
"protein_id": "NP_001425297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2826,
"cds_start": null,
"cds_end": null,
"cds_length": 8481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438368.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "ENST00000866908.1",
"protein_id": "ENSP00000536967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2826,
"cds_start": null,
"cds_end": null,
"cds_length": 8481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866908.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_001438369.1",
"protein_id": "NP_001425298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2784,
"cds_start": null,
"cds_end": null,
"cds_length": 8355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438369.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "NM_001438370.1",
"protein_id": "NP_001425299.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2784,
"cds_start": null,
"cds_end": null,
"cds_length": 8355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438370.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.146+41762C>T",
"hgvs_p": null,
"transcript": "ENST00000866910.1",
"protein_id": "ENSP00000536969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": null,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866910.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>T",
"hgvs_p": null,
"transcript": "NM_206861.3",
"protein_id": "NP_996743.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1094,
"cds_start": null,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206861.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>T",
"hgvs_p": null,
"transcript": "ENST00000358010.5",
"protein_id": "ENSP00000350701.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1094,
"cds_start": null,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358010.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>T",
"hgvs_p": null,
"transcript": "ENST00000866909.1",
"protein_id": "ENSP00000536968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1094,
"cds_start": null,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866909.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>T",
"hgvs_p": null,
"transcript": "ENST00000866911.1",
"protein_id": "ENSP00000536970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1074,
"cds_start": null,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866911.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>T",
"hgvs_p": null,
"transcript": "ENST00000866912.1",
"protein_id": "ENSP00000536971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 858,
"cds_start": null,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866912.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_024447756.1",
"protein_id": "XP_024303524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3011,
"cds_start": null,
"cds_end": null,
"cds_length": 9036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447756.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_024447757.2",
"protein_id": "XP_024303525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3011,
"cds_start": null,
"cds_end": null,
"cds_length": 9036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447757.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5630+3721C>T",
"hgvs_p": null,
"transcript": "XM_024447758.1",
"protein_id": "XP_024303526.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3010,
"cds_start": null,
"cds_end": null,
"cds_length": 9033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447758.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_005269388.1",
"protein_id": "XP_005269445.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2999,
"cds_start": null,
"cds_end": null,
"cds_length": 9000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269388.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_017015484.1",
"protein_id": "XP_016870973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2995,
"cds_start": null,
"cds_end": null,
"cds_length": 8988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015484.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "XM_024447759.1",
"protein_id": "XP_024303527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2991,
"cds_start": null,
"cds_end": null,
"cds_length": 8976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447759.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424448.1",
"protein_id": "XP_047280404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2991,
"cds_start": null,
"cds_end": null,
"cds_length": 8976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424448.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_005269390.1",
"protein_id": "XP_005269447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2980,
"cds_start": null,
"cds_end": null,
"cds_length": 8943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269390.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_005269392.1",
"protein_id": "XP_005269449.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2969,
"cds_start": null,
"cds_end": null,
"cds_length": 8910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269392.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_024447760.1",
"protein_id": "XP_024303528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2969,
"cds_start": null,
"cds_end": null,
"cds_length": 8910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447760.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_005269393.1",
"protein_id": "XP_005269450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2968,
"cds_start": null,
"cds_end": null,
"cds_length": 8907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269393.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_024447761.1",
"protein_id": "XP_024303529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2966,
"cds_start": null,
"cds_end": null,
"cds_length": 8901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447761.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_006717548.1",
"protein_id": "XP_006717611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2964,
"cds_start": null,
"cds_end": null,
"cds_length": 8895,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717548.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424449.1",
"protein_id": "XP_047280405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2954,
"cds_start": null,
"cds_end": null,
"cds_length": 8865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424449.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_017015485.1",
"protein_id": "XP_016870974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2950,
"cds_start": null,
"cds_end": null,
"cds_length": 8853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015485.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424450.1",
"protein_id": "XP_047280406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2949,
"cds_start": null,
"cds_end": null,
"cds_length": 8850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424451.1",
"protein_id": "XP_047280407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2946,
"cds_start": null,
"cds_end": null,
"cds_length": 8841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424451.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424452.1",
"protein_id": "XP_047280408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2946,
"cds_start": null,
"cds_end": null,
"cds_length": 8841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424452.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_017015486.1",
"protein_id": "XP_016870975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2938,
"cds_start": null,
"cds_end": null,
"cds_length": 8817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015486.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_017015487.1",
"protein_id": "XP_016870976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2934,
"cds_start": null,
"cds_end": null,
"cds_length": 8805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015487.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_024447762.1",
"protein_id": "XP_024303530.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2924,
"cds_start": null,
"cds_end": null,
"cds_length": 8775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447762.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_005269396.1",
"protein_id": "XP_005269453.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2922,
"cds_start": null,
"cds_end": null,
"cds_length": 8769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269396.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_006717552.1",
"protein_id": "XP_006717615.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2903,
"cds_start": null,
"cds_end": null,
"cds_length": 8712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717552.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424454.1",
"protein_id": "XP_047280410.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2903,
"cds_start": null,
"cds_end": null,
"cds_length": 8712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424454.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424455.1",
"protein_id": "XP_047280411.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2893,
"cds_start": null,
"cds_end": null,
"cds_length": 8682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424455.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_006717553.1",
"protein_id": "XP_006717616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2891,
"cds_start": null,
"cds_end": null,
"cds_length": 8676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_006717554.1",
"protein_id": "XP_006717617.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2887,
"cds_start": null,
"cds_end": null,
"cds_length": 8664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717554.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_017015488.1",
"protein_id": "XP_016870977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2877,
"cds_start": null,
"cds_end": null,
"cds_length": 8634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015488.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_017015489.1",
"protein_id": "XP_016870978.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2851,
"cds_start": null,
"cds_end": null,
"cds_length": 8556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015489.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424458.1",
"protein_id": "XP_047280414.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2849,
"cds_start": null,
"cds_end": null,
"cds_length": 8550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424458.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_005269399.1",
"protein_id": "XP_005269456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2846,
"cds_start": null,
"cds_end": null,
"cds_length": 8541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269399.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424461.1",
"protein_id": "XP_047280417.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2816,
"cds_start": null,
"cds_end": null,
"cds_length": 8451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424461.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424462.1",
"protein_id": "XP_047280418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2804,
"cds_start": null,
"cds_end": null,
"cds_length": 8415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424462.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>T",
"hgvs_p": null,
"transcript": "XM_047424463.1",
"protein_id": "XP_047280419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2800,
"cds_start": null,
"cds_end": null,
"cds_length": 8403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424463.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.207-40297C>T",
"hgvs_p": null,
"transcript": "XM_024447763.1",
"protein_id": "XP_024303531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1202,
"cds_start": null,
"cds_end": null,
"cds_length": 3609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447763.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.207-40297C>T",
"hgvs_p": null,
"transcript": "XM_024447764.1",
"protein_id": "XP_024303532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1157,
"cds_start": null,
"cds_end": null,
"cds_length": 3474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447764.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.207-40297C>T",
"hgvs_p": null,
"transcript": "XM_011539130.1",
"protein_id": "XP_011537432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1114,
"cds_start": null,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539130.1"
}
],
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"dbsnp": "rs11200392",
"frequency_reference_population": 0.28525025,
"hom_count_reference_population": 6460,
"allele_count_reference_population": 43382,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.28525,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 43382,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 6460,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"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.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.078,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_206862.4",
"gene_symbol": "TACC2",
"hgnc_id": 11523,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5573+3721C>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
}