← 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-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=122092312&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 122092312,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000369005.6",
"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>G",
"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": -4,
"cds_end": null,
"cds_length": 8847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9704,
"mane_select": "ENST00000369005.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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>G",
"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": -4,
"cds_end": null,
"cds_length": 8847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9704,
"mane_select": "NM_206862.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5720+3574C>G",
"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": -4,
"cds_end": null,
"cds_length": 8628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>G",
"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": -4,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5720+3574C>G",
"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": -4,
"cds_end": null,
"cds_length": 8628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5720+3574C>G",
"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": -4,
"cds_end": null,
"cds_length": 8628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>G",
"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": -4,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.147-40297C>G",
"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": -4,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 9036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 9036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5630+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 9033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 9000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8895,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9451,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5573+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.5633+3721C>G",
"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": -4,
"cds_end": null,
"cds_length": 8403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.207-40297C>G",
"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": -4,
"cds_end": null,
"cds_length": 3609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.207-40297C>G",
"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": -4,
"cds_end": null,
"cds_length": 3474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"hgvs_c": "c.207-40297C>G",
"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": -4,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TACC2",
"gene_hgnc_id": 11523,
"dbsnp": "rs11200392",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.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": 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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000369005.6",
"gene_symbol": "TACC2",
"hgnc_id": 11523,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5573+3721C>G",
"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
}