← 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: 3-195882095-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=195882095&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 195882095,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000672887.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001382273.1",
"protein_id": "NP_001369202.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": "ENST00000672887.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "ENST00000672887.2",
"protein_id": "ENSP00000499899.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": "NM_001382273.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "ENST00000428187.7",
"protein_id": "ENSP00000392546.1",
"transcript_support_level": 1,
"aa_start": 313,
"aa_end": null,
"aa_length": 1040,
"cds_start": 939,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 4235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "ENST00000333602.14",
"protein_id": "ENSP00000329425.6",
"transcript_support_level": 1,
"aa_start": 281,
"aa_end": null,
"aa_length": 1038,
"cds_start": 843,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 2179,
"cdna_end": null,
"cdna_length": 5270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.843C>T",
"hgvs_p": null,
"transcript": "ENST00000439230.6",
"protein_id": "ENSP00000395588.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "NM_001387707.1",
"protein_id": "NP_001374636.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1087,
"cds_start": 939,
"cds_end": null,
"cds_length": 3264,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 4337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.1032C>T",
"hgvs_p": "p.Asp344Asp",
"transcript": "ENST00000381916.7",
"protein_id": "ENSP00000371341.2",
"transcript_support_level": 2,
"aa_start": 344,
"aa_end": null,
"aa_length": 1086,
"cds_start": 1032,
"cds_end": null,
"cds_length": 3261,
"cdna_start": 1177,
"cdna_end": null,
"cdna_length": 4222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Asp305Asp",
"transcript": "NM_001382272.1",
"protein_id": "NP_001369201.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 1079,
"cds_start": 915,
"cds_end": null,
"cds_length": 3240,
"cdna_start": 964,
"cdna_end": null,
"cdna_length": 4106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "NM_001382271.1",
"protein_id": "NP_001369200.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1072,
"cds_start": 939,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 4292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "ENST00000673038.1",
"protein_id": "ENSP00000500452.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1072,
"cds_start": 939,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "ENST00000678220.1",
"protein_id": "ENSP00000503221.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1072,
"cds_start": 939,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 4292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Asp305Asp",
"transcript": "NM_001387708.1",
"protein_id": "NP_001374637.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 1064,
"cds_start": 915,
"cds_end": null,
"cds_length": 3195,
"cdna_start": 964,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001382274.1",
"protein_id": "NP_001369203.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "NM_001382275.1",
"protein_id": "NP_001369204.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1055,
"cds_start": 939,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 4241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Asp305Asp",
"transcript": "NM_001010938.2",
"protein_id": "NP_001010938.2",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 1047,
"cds_start": 915,
"cds_end": null,
"cds_length": 3144,
"cdna_start": 964,
"cdna_end": null,
"cdna_length": 4010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Asp305Asp",
"transcript": "ENST00000671753.1",
"protein_id": "ENSP00000499858.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 1047,
"cds_start": 915,
"cds_end": null,
"cds_length": 3144,
"cdna_start": 1177,
"cdna_end": null,
"cdna_length": 4223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "NM_001308046.2",
"protein_id": "NP_001294975.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1040,
"cds_start": 939,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 4196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001386164.1",
"protein_id": "NP_001373093.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1040,
"cds_start": 843,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 4025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387709.1",
"protein_id": "NP_001374638.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1040,
"cds_start": 843,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 992,
"cdna_end": null,
"cdna_length": 4089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387710.1",
"protein_id": "NP_001374639.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1040,
"cds_start": 843,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 4050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387711.1",
"protein_id": "NP_001374640.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1040,
"cds_start": 843,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 894,
"cdna_end": null,
"cdna_length": 3991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387712.1",
"protein_id": "NP_001374641.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1040,
"cds_start": 843,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "ENST00000673420.1",
"protein_id": "ENSP00000500887.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1040,
"cds_start": 843,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 4238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387713.1",
"protein_id": "NP_001374642.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1038,
"cds_start": 843,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387714.1",
"protein_id": "NP_001374643.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1038,
"cds_start": 843,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 986,
"cdna_end": null,
"cdna_length": 4077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_005781.5",
"protein_id": "NP_005772.3",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1038,
"cds_start": 843,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 4019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Asp305Asp",
"transcript": "NM_001387715.1",
"protein_id": "NP_001374644.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 1032,
"cds_start": 915,
"cds_end": null,
"cds_length": 3099,
"cdna_start": 964,
"cdna_end": null,
"cdna_length": 3965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387716.1",
"protein_id": "NP_001374645.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1023,
"cds_start": 843,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 992,
"cdna_end": null,
"cdna_length": 4038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387717.1",
"protein_id": "NP_001374646.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1023,
"cds_start": 843,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 3974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387718.1",
"protein_id": "NP_001374647.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1023,
"cds_start": 843,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 3955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387719.1",
"protein_id": "NP_001374648.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1008,
"cds_start": 843,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 3910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387720.1",
"protein_id": "NP_001374649.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1008,
"cds_start": 843,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 3929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "NM_001387721.1",
"protein_id": "NP_001374650.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1008,
"cds_start": 843,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 3954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "ENST00000672024.1",
"protein_id": "ENSP00000500486.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1008,
"cds_start": 843,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 1324,
"cdna_end": null,
"cdna_length": 4325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.615C>T",
"hgvs_p": "p.Asp205Asp",
"transcript": "ENST00000671734.1",
"protein_id": "ENSP00000499897.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 299,
"cds_start": 615,
"cds_end": null,
"cds_length": 902,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.1338C>T",
"hgvs_p": "p.Asp446Asp",
"transcript": "XM_047447141.1",
"protein_id": "XP_047303097.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 1220,
"cds_start": 1338,
"cds_end": null,
"cds_length": 3663,
"cdna_start": 4087,
"cdna_end": null,
"cdna_length": 7229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.1338C>T",
"hgvs_p": "p.Asp446Asp",
"transcript": "XM_047447142.1",
"protein_id": "XP_047303098.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 1220,
"cds_start": 1338,
"cds_end": null,
"cds_length": 3663,
"cdna_start": 1764,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.1338C>T",
"hgvs_p": "p.Asp446Asp",
"transcript": "XM_047447143.1",
"protein_id": "XP_047303099.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 1220,
"cds_start": 1338,
"cds_end": null,
"cds_length": 3663,
"cdna_start": 1616,
"cdna_end": null,
"cdna_length": 4758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Asp406Asp",
"transcript": "XM_011512317.4",
"protein_id": "XP_011510619.2",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 1180,
"cds_start": 1218,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 1267,
"cdna_end": null,
"cdna_length": 4409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.1077C>T",
"hgvs_p": "p.Asp359Asp",
"transcript": "XM_047447150.1",
"protein_id": "XP_047303106.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1077,
"cds_end": null,
"cds_length": 3402,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447161.1",
"protein_id": "XP_047303117.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1087,
"cds_start": 939,
"cds_end": null,
"cds_length": 3264,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 4373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447144.1",
"protein_id": "XP_047303100.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1086,
"cds_start": 939,
"cds_end": null,
"cds_length": 3261,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_011512318.3",
"protein_id": "XP_011510620.2",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1085,
"cds_start": 939,
"cds_end": null,
"cds_length": 3258,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 4392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.894C>T",
"hgvs_p": "p.Asp298Asp",
"transcript": "XM_024453292.2",
"protein_id": "XP_024309060.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 1072,
"cds_start": 894,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 1355,
"cdna_end": null,
"cdna_length": 4497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447145.1",
"protein_id": "XP_047303101.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1072,
"cds_start": 939,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 4353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447152.1",
"protein_id": "XP_047303108.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1072,
"cds_start": 939,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 2917,
"cdna_end": null,
"cdna_length": 6014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447153.1",
"protein_id": "XP_047303109.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1072,
"cds_start": 939,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 4328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447146.1",
"protein_id": "XP_047303102.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1070,
"cds_start": 939,
"cds_end": null,
"cds_length": 3213,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 4347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_017005509.2",
"protein_id": "XP_016860998.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1069,
"cds_start": 939,
"cds_end": null,
"cds_length": 3210,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 3527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.867C>T",
"hgvs_p": "p.Asp289Asp",
"transcript": "XM_047447154.1",
"protein_id": "XP_047303110.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 1063,
"cds_start": 867,
"cds_end": null,
"cds_length": 3192,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 4166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.864C>T",
"hgvs_p": "p.Asp288Asp",
"transcript": "XM_047447155.1",
"protein_id": "XP_047303111.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 1062,
"cds_start": 864,
"cds_end": null,
"cds_length": 3189,
"cdna_start": 3390,
"cdna_end": null,
"cdna_length": 6532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.894C>T",
"hgvs_p": "p.Asp298Asp",
"transcript": "XM_047447156.1",
"protein_id": "XP_047303112.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 1057,
"cds_start": 894,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 1355,
"cdna_end": null,
"cdna_length": 4452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_024453291.2",
"protein_id": "XP_024309059.2",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 4095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_024453293.2",
"protein_id": "XP_024309061.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 1291,
"cdna_end": null,
"cdna_length": 4433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_024453295.2",
"protein_id": "XP_024309063.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 3539,
"cdna_end": null,
"cdna_length": 6681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447147.1",
"protein_id": "XP_047303103.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1055,
"cds_start": 939,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 4302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_047447157.1",
"protein_id": "XP_047303113.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 4166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_047447158.1",
"protein_id": "XP_047303114.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1055,
"cds_start": 843,
"cds_end": null,
"cds_length": 3168,
"cdna_start": 2265,
"cdna_end": null,
"cdna_length": 5407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447148.1",
"protein_id": "XP_047303104.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1040,
"cds_start": 939,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 4257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_047447159.1",
"protein_id": "XP_047303115.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1040,
"cds_start": 843,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 4045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.939C>T",
"hgvs_p": "p.Asp313Asp",
"transcript": "XM_047447149.1",
"protein_id": "XP_047303105.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 1039,
"cds_start": 939,
"cds_end": null,
"cds_length": 3120,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 3437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_047447151.1",
"protein_id": "XP_047303107.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1038,
"cds_start": 843,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 4044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp",
"transcript": "XM_047447160.1",
"protein_id": "XP_047303116.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 1038,
"cds_start": 843,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 4039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.894C>T",
"hgvs_p": "p.Asp298Asp",
"transcript": "XM_047447162.1",
"protein_id": "XP_047303118.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 1025,
"cds_start": 894,
"cds_end": null,
"cds_length": 3078,
"cdna_start": 1355,
"cdna_end": null,
"cdna_length": 4356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.615C>T",
"hgvs_p": "p.Asp205Asp",
"transcript": "XM_011512321.2",
"protein_id": "XP_011510623.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 979,
"cds_start": 615,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 716,
"cdna_end": null,
"cdna_length": 3858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.615C>T",
"hgvs_p": "p.Asp205Asp",
"transcript": "XM_047447163.1",
"protein_id": "XP_047303119.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 962,
"cds_start": 615,
"cds_end": null,
"cds_length": 2889,
"cdna_start": 716,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.3351C>T",
"hgvs_p": null,
"transcript": "ENST00000672614.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.*260C>T",
"hgvs_p": null,
"transcript": "ENST00000672623.1",
"protein_id": "ENSP00000500426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.1195C>T",
"hgvs_p": null,
"transcript": "NR_170679.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.928C>T",
"hgvs_p": null,
"transcript": "NR_170680.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.928C>T",
"hgvs_p": null,
"transcript": "NR_170681.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.1195C>T",
"hgvs_p": null,
"transcript": "NR_170682.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.1195C>T",
"hgvs_p": null,
"transcript": "NR_170683.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.1040C>T",
"hgvs_p": null,
"transcript": "NR_170685.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.953C>T",
"hgvs_p": null,
"transcript": "NR_170686.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.909C>T",
"hgvs_p": null,
"transcript": "NR_170687.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.1195C>T",
"hgvs_p": null,
"transcript": "NR_170688.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.1040C>T",
"hgvs_p": null,
"transcript": "NR_170691.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.*260C>T",
"hgvs_p": null,
"transcript": "ENST00000672623.1",
"protein_id": "ENSP00000500426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.110-9625C>T",
"hgvs_p": null,
"transcript": "ENST00000671726.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.822+191C>T",
"hgvs_p": null,
"transcript": "ENST00000673167.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.705+1062C>T",
"hgvs_p": null,
"transcript": "ENST00000673374.1",
"protein_id": "ENSP00000500225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.961+1062C>T",
"hgvs_p": null,
"transcript": "NR_170678.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.825+1062C>T",
"hgvs_p": null,
"transcript": "NR_170684.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.926+191C>T",
"hgvs_p": null,
"transcript": "NR_170689.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.737+191C>T",
"hgvs_p": null,
"transcript": "NR_170690.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "n.694+1062C>T",
"hgvs_p": null,
"transcript": "NR_170692.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.-56+1062C>T",
"hgvs_p": null,
"transcript": "XM_047447164.1",
"protein_id": "XP_047303120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 741,
"cds_start": -4,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.-56+191C>T",
"hgvs_p": null,
"transcript": "XM_047447165.1",
"protein_id": "XP_047303121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 741,
"cds_start": -4,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"hgvs_c": "c.*167C>T",
"hgvs_p": null,
"transcript": "ENST00000672145.1",
"protein_id": "ENSP00000500464.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": -4,
"cds_end": null,
"cds_length": 868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6829",
"gene_hgnc_id": 50055,
"hgvs_c": "n.*234C>T",
"hgvs_p": null,
"transcript": "ENST00000620375.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 67,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6829",
"gene_hgnc_id": 50055,
"hgvs_c": "n.*234C>T",
"hgvs_p": null,
"transcript": "NR_106887.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 67,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6829",
"gene_hgnc_id": 50055,
"hgvs_c": "n.*234C>T",
"hgvs_p": null,
"transcript": "unassigned_transcript_718",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 20,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TNK2",
"gene_hgnc_id": 19297,
"dbsnp": "rs776183942",
"frequency_reference_population": 0.000034089753,
"hom_count_reference_population": 0,
"allele_count_reference_population": 55,
"gnomad_exomes_af": 0.0000369564,
"gnomad_genomes_af": 0.00000656996,
"gnomad_exomes_ac": 54,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07100000232458115,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.071,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.525,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000672887.2",
"gene_symbol": "TNK2",
"hgnc_id": 19297,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.843C>T",
"hgvs_p": "p.Asp281Asp"
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "NR_106887.1",
"gene_symbol": "MIR6829",
"hgnc_id": 50055,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*234C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}