← 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: 7-128972430-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=128972430&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 128972430,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001382216.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "NM_012470.4",
"protein_id": "NP_036602.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 923,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265388.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012470.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "ENST00000265388.10",
"protein_id": "ENSP00000265388.5",
"transcript_support_level": 1,
"aa_start": 809,
"aa_end": null,
"aa_length": 923,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012470.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265388.10"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2234A>G",
"hgvs_p": "p.Asn745Ser",
"transcript": "ENST00000471234.5",
"protein_id": "ENSP00000418646.1",
"transcript_support_level": 1,
"aa_start": 745,
"aa_end": null,
"aa_length": 859,
"cds_start": 2234,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000471234.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2228A>G",
"hgvs_p": "p.Asn743Ser",
"transcript": "ENST00000482320.5",
"protein_id": "ENSP00000420089.1",
"transcript_support_level": 1,
"aa_start": 743,
"aa_end": null,
"aa_length": 857,
"cds_start": 2228,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000482320.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2528A>G",
"hgvs_p": "p.Asn843Ser",
"transcript": "NM_001382216.1",
"protein_id": "NP_001369145.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 957,
"cds_start": 2528,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382216.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2528A>G",
"hgvs_p": "p.Asn843Ser",
"transcript": "ENST00000471166.1",
"protein_id": "ENSP00000418267.1",
"transcript_support_level": 5,
"aa_start": 843,
"aa_end": null,
"aa_length": 957,
"cds_start": 2528,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000471166.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2528A>G",
"hgvs_p": "p.Asn843Ser",
"transcript": "ENST00000627585.2",
"protein_id": "ENSP00000487231.1",
"transcript_support_level": 2,
"aa_start": 843,
"aa_end": null,
"aa_length": 957,
"cds_start": 2528,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000627585.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2507A>G",
"hgvs_p": "p.Asn836Ser",
"transcript": "NM_001382217.1",
"protein_id": "NP_001369146.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 950,
"cds_start": 2507,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382217.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2507A>G",
"hgvs_p": "p.Asn836Ser",
"transcript": "ENST00000862647.1",
"protein_id": "ENSP00000532706.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 950,
"cds_start": 2507,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862647.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2429A>G",
"hgvs_p": "p.Asn810Ser",
"transcript": "ENST00000929007.1",
"protein_id": "ENSP00000599066.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 924,
"cds_start": 2429,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929007.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "ENST00000862641.1",
"protein_id": "ENSP00000532700.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 923,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862641.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "ENST00000862649.1",
"protein_id": "ENSP00000532708.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 923,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862649.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "ENST00000929011.1",
"protein_id": "ENSP00000599069.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 923,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929011.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "ENST00000961761.1",
"protein_id": "ENSP00000631820.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 923,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961761.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2420A>G",
"hgvs_p": "p.Asn807Ser",
"transcript": "ENST00000862648.1",
"protein_id": "ENSP00000532707.1",
"transcript_support_level": null,
"aa_start": 807,
"aa_end": null,
"aa_length": 921,
"cds_start": 2420,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862648.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2402A>G",
"hgvs_p": "p.Asn801Ser",
"transcript": "ENST00000862643.1",
"protein_id": "ENSP00000532702.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 915,
"cds_start": 2402,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862643.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "NM_001382218.1",
"protein_id": "NP_001369147.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 909,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382218.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2336A>G",
"hgvs_p": "p.Asn779Ser",
"transcript": "ENST00000862652.1",
"protein_id": "ENSP00000532711.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 893,
"cds_start": 2336,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862652.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2318A>G",
"hgvs_p": "p.Asn773Ser",
"transcript": "NM_001382219.1",
"protein_id": "NP_001369148.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 887,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382219.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2318A>G",
"hgvs_p": "p.Asn773Ser",
"transcript": "ENST00000862650.1",
"protein_id": "ENSP00000532709.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 887,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862650.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2309A>G",
"hgvs_p": "p.Asn770Ser",
"transcript": "ENST00000862651.1",
"protein_id": "ENSP00000532710.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 884,
"cds_start": 2309,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862651.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "ENST00000961760.1",
"protein_id": "ENSP00000631819.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 881,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961760.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2285A>G",
"hgvs_p": "p.Asn762Ser",
"transcript": "NM_001382220.1",
"protein_id": "NP_001369149.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 876,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382220.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2282A>G",
"hgvs_p": "p.Asn761Ser",
"transcript": "NM_001382221.1",
"protein_id": "NP_001369150.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 875,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382221.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2282A>G",
"hgvs_p": "p.Asn761Ser",
"transcript": "ENST00000929008.1",
"protein_id": "ENSP00000599067.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 875,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929008.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2279A>G",
"hgvs_p": "p.Asn760Ser",
"transcript": "NM_001382222.1",
"protein_id": "NP_001369151.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 874,
"cds_start": 2279,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382222.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2426A>G",
"hgvs_p": "p.Asn809Ser",
"transcript": "ENST00000862645.1",
"protein_id": "ENSP00000532704.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 867,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862645.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2234A>G",
"hgvs_p": "p.Asn745Ser",
"transcript": "NM_001191028.3",
"protein_id": "NP_001177957.2",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 859,
"cds_start": 2234,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001191028.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2225A>G",
"hgvs_p": "p.Asn742Ser",
"transcript": "ENST00000862646.1",
"protein_id": "ENSP00000532705.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 856,
"cds_start": 2225,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862646.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2225A>G",
"hgvs_p": "p.Asn742Ser",
"transcript": "ENST00000862653.1",
"protein_id": "ENSP00000532712.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 856,
"cds_start": 2225,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862653.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2234A>G",
"hgvs_p": "p.Asn745Ser",
"transcript": "NM_001382223.1",
"protein_id": "NP_001369152.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 845,
"cds_start": 2234,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382223.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2147A>G",
"hgvs_p": "p.Asn716Ser",
"transcript": "ENST00000929012.1",
"protein_id": "ENSP00000599071.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 830,
"cds_start": 2147,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929012.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2111A>G",
"hgvs_p": "p.Asn704Ser",
"transcript": "ENST00000862644.1",
"protein_id": "ENSP00000532703.1",
"transcript_support_level": null,
"aa_start": 704,
"aa_end": null,
"aa_length": 818,
"cds_start": 2111,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862644.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2033A>G",
"hgvs_p": "p.Asn678Ser",
"transcript": "ENST00000862642.1",
"protein_id": "ENSP00000532701.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 792,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862642.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.1994A>G",
"hgvs_p": "p.Asn665Ser",
"transcript": "ENST00000929010.1",
"protein_id": "ENSP00000599068.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 779,
"cds_start": 1994,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929010.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.1850A>G",
"hgvs_p": "p.Asn617Ser",
"transcript": "ENST00000961762.1",
"protein_id": "ENSP00000631821.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 731,
"cds_start": 1850,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961762.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2228A>G",
"hgvs_p": "p.Asn743Ser",
"transcript": "XM_047420091.1",
"protein_id": "XP_047276047.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 857,
"cds_start": 2228,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420091.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "c.2228A>G",
"hgvs_p": "p.Asn743Ser",
"transcript": "XM_047420092.1",
"protein_id": "XP_047276048.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 857,
"cds_start": 2228,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420092.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2928A>G",
"hgvs_p": null,
"transcript": "NR_034053.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_034053.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.3015A>G",
"hgvs_p": null,
"transcript": "NR_167911.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167911.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2873A>G",
"hgvs_p": null,
"transcript": "NR_167912.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167912.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2675A>G",
"hgvs_p": null,
"transcript": "NR_167913.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167913.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2835A>G",
"hgvs_p": null,
"transcript": "NR_167914.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167914.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.3091A>G",
"hgvs_p": null,
"transcript": "NR_167915.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167915.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2565A>G",
"hgvs_p": null,
"transcript": "NR_167916.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167916.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2598A>G",
"hgvs_p": null,
"transcript": "NR_167917.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167917.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.3053A>G",
"hgvs_p": null,
"transcript": "NR_167918.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167918.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2892A>G",
"hgvs_p": null,
"transcript": "NR_167919.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167919.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2851A>G",
"hgvs_p": null,
"transcript": "NR_167920.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167920.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.3053A>G",
"hgvs_p": null,
"transcript": "NR_167921.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167921.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2889A>G",
"hgvs_p": null,
"transcript": "NR_167922.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167922.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2690A>G",
"hgvs_p": null,
"transcript": "NR_167923.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167923.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2767A>G",
"hgvs_p": null,
"transcript": "NR_167924.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167924.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2690A>G",
"hgvs_p": null,
"transcript": "NR_167925.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2701A>G",
"hgvs_p": null,
"transcript": "NR_167926.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167926.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"hgvs_c": "n.2994A>G",
"hgvs_p": null,
"transcript": "NR_167927.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_167927.1"
}
],
"gene_symbol": "TNPO3",
"gene_hgnc_id": 17103,
"dbsnp": "rs1002747651",
"frequency_reference_population": 0.000006833419,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000686074,
"gnomad_genomes_af": 0.00000657168,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.47453996539115906,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.17,
"revel_prediction": "Benign",
"alphamissense_score": 0.069,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.901,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001382216.1",
"gene_symbol": "TNPO3",
"hgnc_id": 17103,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2528A>G",
"hgvs_p": "p.Asn843Ser"
}
],
"clinvar_disease": "Autosomal dominant limb-girdle muscular dystrophy type 1F",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Autosomal dominant limb-girdle muscular dystrophy type 1F",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}