← 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: 11-66804038-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=66804038&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 66804038,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024650.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "NM_001302084.2",
"protein_id": "NP_001289013.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000540737.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001302084.2"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000540737.7",
"protein_id": "ENSP00000444319.1",
"transcript_support_level": 2,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001302084.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540737.7"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.421C>A",
"hgvs_p": "p.His141Asn",
"transcript": "ENST00000525449.6",
"protein_id": "ENSP00000434648.2",
"transcript_support_level": 1,
"aa_start": 141,
"aa_end": null,
"aa_length": 485,
"cds_start": 421,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525449.6"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.739C>A",
"hgvs_p": "p.His247Asn",
"transcript": "NM_024650.4",
"protein_id": "NP_078926.4",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 628,
"cds_start": 739,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024650.4"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.739C>A",
"hgvs_p": "p.His247Asn",
"transcript": "ENST00000525908.6",
"protein_id": "ENSP00000432039.3",
"transcript_support_level": 2,
"aa_start": 247,
"aa_end": null,
"aa_length": 628,
"cds_start": 739,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525908.6"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.598C>A",
"hgvs_p": "p.His200Asn",
"transcript": "ENST00000901160.1",
"protein_id": "ENSP00000571219.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 581,
"cds_start": 598,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901160.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.586C>A",
"hgvs_p": "p.His196Asn",
"transcript": "ENST00000642265.1",
"protein_id": "ENSP00000494645.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 577,
"cds_start": 586,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642265.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901173.1",
"protein_id": "ENSP00000571232.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 541,
"cds_start": 388,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901173.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901148.1",
"protein_id": "ENSP00000571207.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901148.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901149.1",
"protein_id": "ENSP00000571208.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901149.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901159.1",
"protein_id": "ENSP00000571218.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901159.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901167.1",
"protein_id": "ENSP00000571226.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901167.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901168.1",
"protein_id": "ENSP00000571227.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901168.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901178.1",
"protein_id": "ENSP00000571237.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901178.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901180.1",
"protein_id": "ENSP00000571239.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901180.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901182.1",
"protein_id": "ENSP00000571241.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901182.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000914058.1",
"protein_id": "ENSP00000584117.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 512,
"cds_start": 391,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914058.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901150.1",
"protein_id": "ENSP00000571209.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901150.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901152.1",
"protein_id": "ENSP00000571211.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901152.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901161.1",
"protein_id": "ENSP00000571220.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901161.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901163.1",
"protein_id": "ENSP00000571222.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901163.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901169.1",
"protein_id": "ENSP00000571228.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901169.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901171.1",
"protein_id": "ENSP00000571230.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901171.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000901175.1",
"protein_id": "ENSP00000571234.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901175.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901176.1",
"protein_id": "ENSP00000571235.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901176.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901177.1",
"protein_id": "ENSP00000571236.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901177.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901181.1",
"protein_id": "ENSP00000571240.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901181.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000914055.1",
"protein_id": "ENSP00000584114.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914055.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000914061.1",
"protein_id": "ENSP00000584120.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914061.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000914062.1",
"protein_id": "ENSP00000584121.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914062.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000914064.1",
"protein_id": "ENSP00000584123.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914064.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000945064.1",
"protein_id": "ENSP00000615123.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 511,
"cds_start": 388,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945064.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000945066.1",
"protein_id": "ENSP00000615125.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 511,
"cds_start": 391,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945066.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901155.1",
"protein_id": "ENSP00000571214.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 510,
"cds_start": 388,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901155.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901162.1",
"protein_id": "ENSP00000571221.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 510,
"cds_start": 388,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901162.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000901174.1",
"protein_id": "ENSP00000571233.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 510,
"cds_start": 388,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901174.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000914050.1",
"protein_id": "ENSP00000584109.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 510,
"cds_start": 388,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914050.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000945065.1",
"protein_id": "ENSP00000615124.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 510,
"cds_start": 388,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945065.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000945070.1",
"protein_id": "ENSP00000615129.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 510,
"cds_start": 388,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945070.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.364C>A",
"hgvs_p": "p.His122Asn",
"transcript": "ENST00000901154.1",
"protein_id": "ENSP00000571213.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 503,
"cds_start": 364,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901154.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.364C>A",
"hgvs_p": "p.His122Asn",
"transcript": "ENST00000901164.1",
"protein_id": "ENSP00000571223.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 503,
"cds_start": 364,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901164.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.364C>A",
"hgvs_p": "p.His122Asn",
"transcript": "ENST00000945063.1",
"protein_id": "ENSP00000615122.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 503,
"cds_start": 364,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945063.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.361C>A",
"hgvs_p": "p.His121Asn",
"transcript": "ENST00000901153.1",
"protein_id": "ENSP00000571212.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 502,
"cds_start": 361,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901153.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.364C>A",
"hgvs_p": "p.His122Asn",
"transcript": "ENST00000901158.1",
"protein_id": "ENSP00000571217.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 502,
"cds_start": 364,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901158.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.361C>A",
"hgvs_p": "p.His121Asn",
"transcript": "ENST00000901166.1",
"protein_id": "ENSP00000571225.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 502,
"cds_start": 361,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901166.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.361C>A",
"hgvs_p": "p.His121Asn",
"transcript": "ENST00000914053.1",
"protein_id": "ENSP00000584112.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 502,
"cds_start": 361,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914053.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.319C>A",
"hgvs_p": "p.His107Asn",
"transcript": "ENST00000945069.1",
"protein_id": "ENSP00000615128.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 488,
"cds_start": 319,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945069.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.319C>A",
"hgvs_p": "p.His107Asn",
"transcript": "ENST00000901156.1",
"protein_id": "ENSP00000571215.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 487,
"cds_start": 319,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901156.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.319C>A",
"hgvs_p": "p.His107Asn",
"transcript": "ENST00000945067.1",
"protein_id": "ENSP00000615126.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 487,
"cds_start": 319,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945067.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.307C>A",
"hgvs_p": "p.His103Asn",
"transcript": "ENST00000901151.1",
"protein_id": "ENSP00000571210.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 484,
"cds_start": 307,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901151.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.307C>A",
"hgvs_p": "p.His103Asn",
"transcript": "ENST00000901170.1",
"protein_id": "ENSP00000571229.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 484,
"cds_start": 307,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901170.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.307C>A",
"hgvs_p": "p.His103Asn",
"transcript": "ENST00000914060.1",
"protein_id": "ENSP00000584119.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 484,
"cds_start": 307,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914060.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.307C>A",
"hgvs_p": "p.His103Asn",
"transcript": "ENST00000945062.1",
"protein_id": "ENSP00000615121.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 484,
"cds_start": 307,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945062.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.304C>A",
"hgvs_p": "p.His102Asn",
"transcript": "ENST00000901179.1",
"protein_id": "ENSP00000571238.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 483,
"cds_start": 304,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901179.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.307C>A",
"hgvs_p": "p.His103Asn",
"transcript": "ENST00000914049.1",
"protein_id": "ENSP00000584108.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 483,
"cds_start": 307,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914049.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.307C>A",
"hgvs_p": "p.His103Asn",
"transcript": "ENST00000914052.1",
"protein_id": "ENSP00000584111.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 483,
"cds_start": 307,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914052.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.304C>A",
"hgvs_p": "p.His102Asn",
"transcript": "ENST00000945068.1",
"protein_id": "ENSP00000615127.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 483,
"cds_start": 304,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945068.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.307C>A",
"hgvs_p": "p.His103Asn",
"transcript": "ENST00000945072.1",
"protein_id": "ENSP00000615131.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 483,
"cds_start": 307,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945072.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.304C>A",
"hgvs_p": "p.His102Asn",
"transcript": "ENST00000945073.1",
"protein_id": "ENSP00000615132.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 483,
"cds_start": 304,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945073.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.304C>A",
"hgvs_p": "p.His102Asn",
"transcript": "ENST00000914051.1",
"protein_id": "ENSP00000584110.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 482,
"cds_start": 304,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914051.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.304C>A",
"hgvs_p": "p.His102Asn",
"transcript": "ENST00000914059.1",
"protein_id": "ENSP00000584118.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 482,
"cds_start": 304,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914059.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.304C>A",
"hgvs_p": "p.His102Asn",
"transcript": "ENST00000945074.1",
"protein_id": "ENSP00000615133.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 482,
"cds_start": 304,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945074.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.283C>A",
"hgvs_p": "p.His95Asn",
"transcript": "ENST00000901172.1",
"protein_id": "ENSP00000571231.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 476,
"cds_start": 283,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901172.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000914054.1",
"protein_id": "ENSP00000584113.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 475,
"cds_start": 391,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914054.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000914063.1",
"protein_id": "ENSP00000584122.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 475,
"cds_start": 391,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914063.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.277C>A",
"hgvs_p": "p.His93Asn",
"transcript": "ENST00000901157.1",
"protein_id": "ENSP00000571216.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 474,
"cds_start": 277,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901157.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.His131Asn",
"transcript": "ENST00000914057.1",
"protein_id": "ENSP00000584116.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 474,
"cds_start": 391,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914057.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.388C>A",
"hgvs_p": "p.His130Asn",
"transcript": "ENST00000914048.1",
"protein_id": "ENSP00000584107.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 473,
"cds_start": 388,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914048.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.232C>A",
"hgvs_p": "p.His78Asn",
"transcript": "ENST00000527634.5",
"protein_id": "ENSP00000431578.1",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 460,
"cds_start": 232,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527634.5"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.229C>A",
"hgvs_p": "p.His77Asn",
"transcript": "ENST00000532565.6",
"protein_id": "ENSP00000434804.2",
"transcript_support_level": 5,
"aa_start": 77,
"aa_end": null,
"aa_length": 459,
"cds_start": 229,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532565.6"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.232C>A",
"hgvs_p": "p.His78Asn",
"transcript": "ENST00000914056.1",
"protein_id": "ENSP00000584115.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 459,
"cds_start": 232,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914056.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.235C>A",
"hgvs_p": "p.His79Asn",
"transcript": "ENST00000945071.1",
"protein_id": "ENSP00000615130.1",
"transcript_support_level": null,
"aa_start": 79,
"aa_end": null,
"aa_length": 459,
"cds_start": 235,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945071.1"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.292C>A",
"hgvs_p": "p.His98Asn",
"transcript": "ENST00000532089.5",
"protein_id": "ENSP00000433869.1",
"transcript_support_level": 5,
"aa_start": 98,
"aa_end": null,
"aa_length": 148,
"cds_start": 292,
"cds_end": null,
"cds_length": 448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532089.5"
},
{
"aa_ref": "H",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.232C>A",
"hgvs_p": "p.His78Asn",
"transcript": "ENST00000524551.5",
"protein_id": "ENSP00000434960.1",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 128,
"cds_start": 232,
"cds_end": null,
"cds_length": 388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524551.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "c.26-12015C>A",
"hgvs_p": null,
"transcript": "ENST00000901165.1",
"protein_id": "ENSP00000571224.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": null,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901165.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "n.*99C>A",
"hgvs_p": null,
"transcript": "ENST00000526260.1",
"protein_id": "ENSP00000432775.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000526260.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "n.640C>A",
"hgvs_p": null,
"transcript": "ENST00000527352.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "retained_intron",
"feature": "ENST00000527352.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "n.*251C>A",
"hgvs_p": null,
"transcript": "ENST00000532727.5",
"protein_id": "ENSP00000435512.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000532727.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "n.*99C>A",
"hgvs_p": null,
"transcript": "ENST00000526260.1",
"protein_id": "ENSP00000432775.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000526260.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"hgvs_c": "n.*251C>A",
"hgvs_p": null,
"transcript": "ENST00000532727.5",
"protein_id": "ENSP00000435512.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000532727.5"
}
],
"gene_symbol": "TOP6BL",
"gene_hgnc_id": 26197,
"dbsnp": "rs200644648",
"frequency_reference_population": 0.00034896118,
"hom_count_reference_population": 0,
"allele_count_reference_population": 563,
"gnomad_exomes_af": 0.000366181,
"gnomad_genomes_af": 0.000183807,
"gnomad_exomes_ac": 535,
"gnomad_genomes_ac": 28,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.19944578409194946,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.177,
"revel_prediction": "Benign",
"alphamissense_score": 0.414,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.667,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_024650.4",
"gene_symbol": "TOP6BL",
"hgnc_id": 26197,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.739C>A",
"hgvs_p": "p.His247Asn"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}