← 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: 17-78113212-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=78113212&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 78113212,
"ref": "C",
"alt": "T",
"effect": "splice_acceptor_variant,intron_variant",
"transcript": "ENST00000590602.6",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "NM_001127198.5",
"protein_id": "NP_001120670.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8387,
"mane_select": "ENST00000590602.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "ENST00000590602.6",
"protein_id": "ENSP00000465261.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8387,
"mane_select": "NM_001127198.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "ENST00000322914.7",
"protein_id": "ENSP00000313408.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "ENST00000392467.7",
"protein_id": "ENSP00000376260.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2833,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "NM_001321185.1",
"protein_id": "NP_001308114.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "NM_001374596.1",
"protein_id": "NP_001361525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "NM_001375353.1",
"protein_id": "NP_001362282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "NM_001375354.1",
"protein_id": "NP_001362283.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "NM_007267.7",
"protein_id": "NP_009198.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "ENST00000589271.6",
"protein_id": "ENSP00000468255.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "ENST00000592063.6",
"protein_id": "ENSP00000466885.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698550.1",
"protein_id": "ENSP00000513793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "NM_001374593.1",
"protein_id": "NP_001361522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "NM_001374594.1",
"protein_id": "NP_001361523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698548.1",
"protein_id": "ENSP00000513791.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.1302-1G>A",
"hgvs_p": null,
"transcript": "ENST00000306591.11",
"protein_id": "ENSP00000306405.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": -4,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.1569-1G>A",
"hgvs_p": null,
"transcript": "ENST00000590494.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.401-1G>A",
"hgvs_p": null,
"transcript": "ENST00000592076.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.2935-1G>A",
"hgvs_p": null,
"transcript": "ENST00000593044.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.151-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698544.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.1832-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698545.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.*2177-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698546.1",
"protein_id": "ENSP00000513789.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.*1673-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698547.1",
"protein_id": "ENSP00000513790.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.*2177-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698549.1",
"protein_id": "ENSP00000513792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.*76-1G>A",
"hgvs_p": null,
"transcript": "ENST00000698551.1",
"protein_id": "ENSP00000513794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.2573-1G>A",
"hgvs_p": null,
"transcript": "NR_168288.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.2573-1G>A",
"hgvs_p": null,
"transcript": "NR_168289.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.2476-1G>A",
"hgvs_p": null,
"transcript": "NR_168290.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "n.2526-1G>A",
"hgvs_p": null,
"transcript": "NR_168291.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6451,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_024450556.2",
"protein_id": "XP_024306324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_047435250.1",
"protein_id": "XP_047291206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_047435251.1",
"protein_id": "XP_047291207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_047435252.1",
"protein_id": "XP_047291208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_047435253.1",
"protein_id": "XP_047291209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_047435254.1",
"protein_id": "XP_047291210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_047435255.1",
"protein_id": "XP_047291211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null,
"transcript": "XM_047435256.1",
"protein_id": "XP_047291212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2229-1G>A",
"hgvs_p": null,
"transcript": "XM_011524256.2",
"protein_id": "XP_011522558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2229-1G>A",
"hgvs_p": null,
"transcript": "XM_047435257.1",
"protein_id": "XP_047291213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2229-1G>A",
"hgvs_p": null,
"transcript": "XM_047435258.1",
"protein_id": "XP_047291214.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2229-1G>A",
"hgvs_p": null,
"transcript": "XM_047435259.1",
"protein_id": "XP_047291215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2229-1G>A",
"hgvs_p": null,
"transcript": "XM_047435260.1",
"protein_id": "XP_047291216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2229-1G>A",
"hgvs_p": null,
"transcript": "XM_047435261.1",
"protein_id": "XP_047291217.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2229-1G>A",
"hgvs_p": null,
"transcript": "XM_047435263.1",
"protein_id": "XP_047291219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435264.1",
"protein_id": "XP_047291220.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435265.1",
"protein_id": "XP_047291221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435266.1",
"protein_id": "XP_047291222.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435267.1",
"protein_id": "XP_047291223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435268.1",
"protein_id": "XP_047291224.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435269.1",
"protein_id": "XP_047291225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435270.1",
"protein_id": "XP_047291226.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2175-1G>A",
"hgvs_p": null,
"transcript": "XM_047435271.1",
"protein_id": "XP_047291227.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2049-1G>A",
"hgvs_p": null,
"transcript": "XM_047435272.1",
"protein_id": "XP_047291228.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 703,
"cds_start": -4,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2049-1G>A",
"hgvs_p": null,
"transcript": "XM_047435273.1",
"protein_id": "XP_047291229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 703,
"cds_start": -4,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2049-1G>A",
"hgvs_p": null,
"transcript": "XM_047435274.1",
"protein_id": "XP_047291230.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 703,
"cds_start": -4,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.2049-1G>A",
"hgvs_p": null,
"transcript": "XM_047435275.1",
"protein_id": "XP_047291231.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 703,
"cds_start": -4,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.1545-1G>A",
"hgvs_p": null,
"transcript": "XM_011524257.4",
"protein_id": "XP_011522559.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 535,
"cds_start": -4,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.1305-1G>A",
"hgvs_p": null,
"transcript": "XM_047435276.1",
"protein_id": "XP_047291232.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.1305-1G>A",
"hgvs_p": null,
"transcript": "XM_047435277.1",
"protein_id": "XP_047291233.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.1305-1G>A",
"hgvs_p": null,
"transcript": "XM_047435278.1",
"protein_id": "XP_047291234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"dbsnp": "rs1268020368",
"frequency_reference_population": 0.0000014271484,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000142715,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4699999988079071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.8880000114440918,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.93,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.9,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999968430223941,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "ENST00000590602.6",
"gene_symbol": "TMC6",
"hgnc_id": 18021,
"effects": [
"splice_acceptor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2355-1G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}