← 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-12516635-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=12516635&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 12516635,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000284995.11",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "NM_025265.4",
"protein_id": "NP_079541.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1352,
"cdna_end": null,
"cdna_length": 2753,
"mane_select": "ENST00000284995.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000284995.11",
"protein_id": "ENSP00000284995.6",
"transcript_support_level": 1,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1352,
"cdna_end": null,
"cdna_length": 2753,
"mane_select": "NM_025265.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000402228.7",
"protein_id": "ENSP00000385976.3",
"transcript_support_level": 1,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1089,
"cdna_end": null,
"cdna_length": 2149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Gly253Arg",
"transcript": "ENST00000454502.6",
"protein_id": "ENSP00000392029.2",
"transcript_support_level": 1,
"aa_start": 253,
"aa_end": null,
"aa_length": 406,
"cds_start": 757,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 849,
"cdna_end": null,
"cdna_length": 1909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "NM_001321278.2",
"protein_id": "NP_001308207.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 516,
"cds_start": 934,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 989,
"cdna_end": null,
"cdna_length": 1857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000446004.6",
"protein_id": "ENSP00000406238.2",
"transcript_support_level": 5,
"aa_start": 312,
"aa_end": null,
"aa_length": 516,
"cds_start": 934,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 1912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000679492.1",
"protein_id": "ENSP00000505331.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 516,
"cds_start": 934,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 1321,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000680857.1",
"protein_id": "ENSP00000506578.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 516,
"cds_start": 934,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 1053,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "ENST00000412698.3",
"protein_id": "ENSP00000408528.3",
"transcript_support_level": 5,
"aa_start": 286,
"aa_end": null,
"aa_length": 490,
"cds_start": 856,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 956,
"cdna_end": null,
"cdna_length": 1810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "ENST00000444864.6",
"protein_id": "ENSP00000407974.2",
"transcript_support_level": 2,
"aa_start": 286,
"aa_end": null,
"aa_length": 490,
"cds_start": 856,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 1191,
"cdna_end": null,
"cdna_length": 2045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Arg",
"transcript": "ENST00000680275.1",
"protein_id": "ENSP00000505417.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 484,
"cds_start": 991,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 2425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "NM_001145392.2",
"protein_id": "NP_001138864.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1100,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "NM_001321277.2",
"protein_id": "NP_001308206.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 989,
"cdna_end": null,
"cdna_length": 2390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000679699.1",
"protein_id": "ENSP00000505274.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000680986.1",
"protein_id": "ENSP00000505799.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000679367.1",
"protein_id": "ENSP00000506510.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 460,
"cds_start": 934,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1269,
"cdna_end": null,
"cdna_length": 3663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000681713.1",
"protein_id": "ENSP00000506046.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 460,
"cds_start": 934,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 3442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "ENST00000680354.1",
"protein_id": "ENSP00000505106.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 458,
"cds_start": 913,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 2292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "NM_001145393.3",
"protein_id": "NP_001138865.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 439,
"cds_start": 856,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 2312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "NM_001321279.2",
"protein_id": "NP_001308208.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 439,
"cds_start": 856,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 2675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "ENST00000415684.6",
"protein_id": "ENSP00000416510.1",
"transcript_support_level": 5,
"aa_start": 286,
"aa_end": null,
"aa_length": 439,
"cds_start": 856,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 956,
"cdna_end": null,
"cdna_length": 2358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "ENST00000681676.1",
"protein_id": "ENSP00000506163.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 439,
"cds_start": 856,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "ENST00000681343.1",
"protein_id": "ENSP00000506265.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 434,
"cds_start": 856,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 956,
"cdna_end": null,
"cdna_length": 3350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Gly253Arg",
"transcript": "NM_001145394.2",
"protein_id": "NP_001138866.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 406,
"cds_start": 757,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "ENST00000681042.1",
"protein_id": "ENSP00000505622.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 390,
"cds_start": 934,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1321,
"cdna_end": null,
"cdna_length": 1642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Arg",
"transcript": "XM_017007292.2",
"protein_id": "XP_016862781.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 484,
"cds_start": 991,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 2447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Arg",
"transcript": "XM_017007293.2",
"protein_id": "XP_016862782.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 484,
"cds_start": 991,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1409,
"cdna_end": null,
"cdna_length": 2810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Arg",
"transcript": "XM_017007294.2",
"protein_id": "XP_016862783.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 484,
"cds_start": 991,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1157,
"cdna_end": null,
"cdna_length": 2558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Arg",
"transcript": "XM_017007295.3",
"protein_id": "XP_016862784.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 484,
"cds_start": 991,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 2712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "XM_017007296.3",
"protein_id": "XP_016862785.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 3064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "XM_047449029.1",
"protein_id": "XP_047304985.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 465,
"cds_start": 934,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 3106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "XM_047449030.1",
"protein_id": "XP_047304986.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 458,
"cds_start": 913,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 2369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.991G>A",
"hgvs_p": "p.Gly331Arg",
"transcript": "XM_047449031.1",
"protein_id": "XP_047304987.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 442,
"cds_start": 991,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 1668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "XM_024453785.2",
"protein_id": "XP_024309553.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 439,
"cds_start": 856,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1022,
"cdna_end": null,
"cdna_length": 2423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "XM_047449032.1",
"protein_id": "XP_047304988.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 439,
"cds_start": 856,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1585,
"cdna_end": null,
"cdna_length": 2986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg",
"transcript": "XM_047449033.1",
"protein_id": "XP_047304989.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 423,
"cds_start": 934,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 989,
"cdna_end": null,
"cdna_length": 1609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "XM_047449034.1",
"protein_id": "XP_047304990.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 397,
"cds_start": 856,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 1531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.661G>A",
"hgvs_p": "p.Gly221Arg",
"transcript": "XM_011534139.4",
"protein_id": "XP_011532441.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 374,
"cds_start": 661,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 2740,
"cdna_end": null,
"cdna_length": 4141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1243G>A",
"hgvs_p": null,
"transcript": "ENST00000473755.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 3918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.956G>A",
"hgvs_p": null,
"transcript": "ENST00000475595.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 4963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.934G>A",
"hgvs_p": null,
"transcript": "ENST00000679424.1",
"protein_id": "ENSP00000505917.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": 3391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.934G>A",
"hgvs_p": null,
"transcript": "ENST00000679425.1",
"protein_id": "ENSP00000505890.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": 2283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*657G>A",
"hgvs_p": null,
"transcript": "ENST00000679555.1",
"protein_id": "ENSP00000505538.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": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.856G>A",
"hgvs_p": null,
"transcript": "ENST00000679670.1",
"protein_id": "ENSP00000506080.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": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000679835.1",
"protein_id": "ENSP00000505616.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": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1269G>A",
"hgvs_p": null,
"transcript": "ENST00000680172.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": 1667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680264.1",
"protein_id": "ENSP00000505273.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": 2260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680376.1",
"protein_id": "ENSP00000506369.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": 2383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1269G>A",
"hgvs_p": null,
"transcript": "ENST00000680419.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": 2638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*76G>A",
"hgvs_p": null,
"transcript": "ENST00000680449.1",
"protein_id": "ENSP00000505709.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": 2339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.934G>A",
"hgvs_p": null,
"transcript": "ENST00000680458.1",
"protein_id": "ENSP00000505979.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": 2185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.856G>A",
"hgvs_p": null,
"transcript": "ENST00000680765.1",
"protein_id": "ENSP00000505351.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": 1947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680873.1",
"protein_id": "ENSP00000505233.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": 2151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680923.1",
"protein_id": "ENSP00000505344.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": 2136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.934G>A",
"hgvs_p": null,
"transcript": "ENST00000681073.1",
"protein_id": "ENSP00000506576.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": 2023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.934G>A",
"hgvs_p": null,
"transcript": "ENST00000681140.1",
"protein_id": "ENSP00000505099.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": 2066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*76G>A",
"hgvs_p": null,
"transcript": "ENST00000681268.1",
"protein_id": "ENSP00000505385.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": 3759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.856G>A",
"hgvs_p": null,
"transcript": "ENST00000681471.1",
"protein_id": "ENSP00000505105.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": 2165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.934G>A",
"hgvs_p": null,
"transcript": "ENST00000681482.1",
"protein_id": "ENSP00000505436.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": 2062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.989G>A",
"hgvs_p": null,
"transcript": "NR_135607.2",
"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": 1969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1352G>A",
"hgvs_p": null,
"transcript": "XR_001740289.3",
"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": 2332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.911G>A",
"hgvs_p": null,
"transcript": "XR_001740290.3",
"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": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1274G>A",
"hgvs_p": null,
"transcript": "XR_001740291.2",
"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": 2254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1157G>A",
"hgvs_p": null,
"transcript": "XR_002959592.2",
"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": 2137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1100G>A",
"hgvs_p": null,
"transcript": "XR_002959593.2",
"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": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1046G>A",
"hgvs_p": null,
"transcript": "XR_007095736.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": 2026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1046G>A",
"hgvs_p": null,
"transcript": "XR_007095737.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": 2385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.989G>A",
"hgvs_p": null,
"transcript": "XR_007095738.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": 2328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1352G>A",
"hgvs_p": null,
"transcript": "XR_007095739.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": 2691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1663G>A",
"hgvs_p": null,
"transcript": "XR_007095740.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": 2643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1663G>A",
"hgvs_p": null,
"transcript": "XR_007095741.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": 3002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.968G>A",
"hgvs_p": null,
"transcript": "XR_007095742.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": 1948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.911G>A",
"hgvs_p": null,
"transcript": "XR_007095743.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": 2250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1046G>A",
"hgvs_p": null,
"transcript": "XR_007095744.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": 1410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.989G>A",
"hgvs_p": null,
"transcript": "XR_007095745.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": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.911G>A",
"hgvs_p": null,
"transcript": "XR_007095746.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": 1275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1174G>A",
"hgvs_p": null,
"transcript": "XR_007095748.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": 1243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1117G>A",
"hgvs_p": null,
"transcript": "XR_007095751.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": 1175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*657G>A",
"hgvs_p": null,
"transcript": "ENST00000679555.1",
"protein_id": "ENSP00000505538.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": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000679835.1",
"protein_id": "ENSP00000505616.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": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680264.1",
"protein_id": "ENSP00000505273.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": 2260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680376.1",
"protein_id": "ENSP00000506369.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": 2383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*76G>A",
"hgvs_p": null,
"transcript": "ENST00000680449.1",
"protein_id": "ENSP00000505709.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": 2339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680873.1",
"protein_id": "ENSP00000505233.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": 2151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*123G>A",
"hgvs_p": null,
"transcript": "ENST00000680923.1",
"protein_id": "ENSP00000505344.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": 2136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*76G>A",
"hgvs_p": null,
"transcript": "ENST00000681268.1",
"protein_id": "ENSP00000505385.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": 3759,
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.832-2424G>A",
"hgvs_p": null,
"transcript": "ENST00000679876.1",
"protein_id": "ENSP00000504930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 473,
"cds_start": -4,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1994,
"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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.910-2424G>A",
"hgvs_p": null,
"transcript": "ENST00000679756.1",
"protein_id": "ENSP00000506391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": -4,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2373,
"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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.910-2424G>A",
"hgvs_p": null,
"transcript": "ENST00000680943.1",
"protein_id": "ENSP00000505442.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": -4,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "c.832-2424G>A",
"hgvs_p": null,
"transcript": "ENST00000680421.1",
"protein_id": "ENSP00000505530.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.909+11404G>A",
"hgvs_p": null,
"transcript": "ENST00000455118.6",
"protein_id": "ENSP00000408744.2",
"transcript_support_level": 3,
"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": 1847,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MKRN2OS",
"gene_hgnc_id": 40375,
"hgvs_c": "n.716-1619C>T",
"hgvs_p": null,
"transcript": "ENST00000567514.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.*98+9800G>A",
"hgvs_p": null,
"transcript": "ENST00000679690.1",
"protein_id": "ENSP00000506383.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": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.909+11404G>A",
"hgvs_p": null,
"transcript": "ENST00000679693.1",
"protein_id": "ENSP00000505108.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": 1903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.909+11404G>A",
"hgvs_p": null,
"transcript": "ENST00000679785.1",
"protein_id": "ENSP00000506473.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": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.909+11404G>A",
"hgvs_p": null,
"transcript": "ENST00000679995.1",
"protein_id": "ENSP00000505221.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": 3349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.831+12851G>A",
"hgvs_p": null,
"transcript": "ENST00000680126.1",
"protein_id": "ENSP00000505345.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": 3123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.832-12253G>A",
"hgvs_p": null,
"transcript": "ENST00000680555.1",
"protein_id": "ENSP00000505160.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": 2353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.910-2424G>A",
"hgvs_p": null,
"transcript": "ENST00000680598.1",
"protein_id": "ENSP00000506297.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": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.832-2424G>A",
"hgvs_p": null,
"transcript": "ENST00000680817.1",
"protein_id": "ENSP00000506221.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": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.832-12253G>A",
"hgvs_p": null,
"transcript": "ENST00000681227.1",
"protein_id": "ENSP00000505240.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": 2058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.909+11404G>A",
"hgvs_p": null,
"transcript": "ENST00000681433.1",
"protein_id": "ENSP00000505729.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": 2107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1021+11404G>A",
"hgvs_p": null,
"transcript": "XR_007095747.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": 1257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.964+11404G>A",
"hgvs_p": null,
"transcript": "XR_007095749.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": 1200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"hgvs_c": "n.1327+11404G>A",
"hgvs_p": null,
"transcript": "XR_007095750.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": 1563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TSEN2",
"gene_hgnc_id": 28422,
"dbsnp": "rs886037739",
"frequency_reference_population": 0.0000041044386,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000410444,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9263771772384644,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.886,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8979,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.4,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.876,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.09,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000284995.11",
"gene_symbol": "TSEN2",
"hgnc_id": 28422,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.934G>A",
"hgvs_p": "p.Gly312Arg"
},
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000567514.1",
"gene_symbol": "MKRN2OS",
"hgnc_id": 40375,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.716-1619C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Pontocerebellar hypoplasia type 2B",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Pontocerebellar hypoplasia type 2B",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}