← 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-118104694-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=118104694&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 118104694,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_019894.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "NM_019894.4",
"protein_id": "NP_063947.2",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 437,
"cds_start": 314,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000437212.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019894.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "ENST00000437212.8",
"protein_id": "ENSP00000416037.3",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 437,
"cds_start": 314,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_019894.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437212.8"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "ENST00000522824.5",
"protein_id": "ENSP00000430547.1",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 432,
"cds_start": 314,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522824.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.314G>A",
"hgvs_p": null,
"transcript": "ENST00000714375.1",
"protein_id": "ENSP00000519642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000714375.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.314G>A",
"hgvs_p": null,
"transcript": "ENST00000714378.1",
"protein_id": "ENSP00000519645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000714378.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "ENST00000951076.1",
"protein_id": "ENSP00000621135.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 448,
"cds_start": 314,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951076.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "ENST00000896311.1",
"protein_id": "ENSP00000566370.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 446,
"cds_start": 308,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896311.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "NM_001173551.2",
"protein_id": "NP_001167022.2",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 435,
"cds_start": 308,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173551.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "ENST00000534111.5",
"protein_id": "ENSP00000435184.1",
"transcript_support_level": 2,
"aa_start": 103,
"aa_end": null,
"aa_length": 435,
"cds_start": 308,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534111.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "ENST00000896313.1",
"protein_id": "ENSP00000566372.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 433,
"cds_start": 308,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896313.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "NM_001083947.2",
"protein_id": "NP_001077416.2",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 432,
"cds_start": 314,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001083947.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.239G>A",
"hgvs_p": "p.Arg80His",
"transcript": "NM_001290094.2",
"protein_id": "NP_001277023.2",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 412,
"cds_start": 239,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290094.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "ENST00000896314.1",
"protein_id": "ENSP00000566373.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 402,
"cds_start": 308,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896314.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.200G>A",
"hgvs_p": "p.Arg67His",
"transcript": "ENST00000616579.4",
"protein_id": "ENSP00000478147.1",
"transcript_support_level": 5,
"aa_start": 67,
"aa_end": null,
"aa_length": 399,
"cds_start": 200,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616579.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.194G>A",
"hgvs_p": "p.Arg65His",
"transcript": "NM_001173552.2",
"protein_id": "NP_001167023.2",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 397,
"cds_start": 194,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173552.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.194G>A",
"hgvs_p": "p.Arg65His",
"transcript": "ENST00000523251.5",
"protein_id": "ENSP00000429209.1",
"transcript_support_level": 2,
"aa_start": 65,
"aa_end": null,
"aa_length": 397,
"cds_start": 194,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523251.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "ENST00000896312.1",
"protein_id": "ENSP00000566371.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 397,
"cds_start": 308,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896312.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000522151.6",
"protein_id": "ENSP00000428407.2",
"transcript_support_level": 3,
"aa_start": 52,
"aa_end": null,
"aa_length": 384,
"cds_start": 155,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522151.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "ENST00000517544.2",
"protein_id": "ENSP00000429833.2",
"transcript_support_level": 3,
"aa_start": 103,
"aa_end": null,
"aa_length": 179,
"cds_start": 308,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517544.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "XM_005271613.5",
"protein_id": "XP_005271670.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 494,
"cds_start": 314,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271613.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "XM_005271614.4",
"protein_id": "XP_005271671.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 492,
"cds_start": 308,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271614.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "XM_011542901.3",
"protein_id": "XP_011541203.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 489,
"cds_start": 314,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542901.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "XM_047427259.1",
"protein_id": "XP_047283215.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 487,
"cds_start": 308,
"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": "XM_047427259.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.200G>A",
"hgvs_p": "p.Arg67His",
"transcript": "XM_011542902.3",
"protein_id": "XP_011541204.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 456,
"cds_start": 200,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542902.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.194G>A",
"hgvs_p": "p.Arg65His",
"transcript": "XM_005271615.4",
"protein_id": "XP_005271672.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 454,
"cds_start": 194,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271615.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103His",
"transcript": "XM_047427260.1",
"protein_id": "XP_047283216.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 430,
"cds_start": 308,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427260.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "XM_011542903.4",
"protein_id": "XP_011541205.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 345,
"cds_start": 314,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542903.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His",
"transcript": "XM_011542904.3",
"protein_id": "XP_011541206.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 254,
"cds_start": 314,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542904.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.-113G>A",
"hgvs_p": null,
"transcript": "NM_001290096.2",
"protein_id": "NP_001277025.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": null,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290096.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "c.-113G>A",
"hgvs_p": null,
"transcript": "ENST00000522307.5",
"protein_id": "ENSP00000428814.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": null,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522307.5"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.*138G>A",
"hgvs_p": null,
"transcript": "ENST00000517483.5",
"protein_id": "ENSP00000431062.1",
"transcript_support_level": 2,
"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": "ENST00000517483.5"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.308G>A",
"hgvs_p": null,
"transcript": "ENST00000519236.5",
"protein_id": "ENSP00000429889.1",
"transcript_support_level": 2,
"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": "ENST00000519236.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.318G>A",
"hgvs_p": null,
"transcript": "ENST00000519813.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000519813.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.192G>A",
"hgvs_p": null,
"transcript": "ENST00000522462.6",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000522462.6"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.533G>A",
"hgvs_p": null,
"transcript": "NR_110734.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_110734.2"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"hgvs_c": "n.*138G>A",
"hgvs_p": null,
"transcript": "ENST00000517483.5",
"protein_id": "ENSP00000431062.1",
"transcript_support_level": 2,
"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": "ENST00000517483.5"
}
],
"gene_symbol": "TMPRSS4",
"gene_hgnc_id": 11878,
"dbsnp": "rs140457645",
"frequency_reference_population": 0.000062587766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 101,
"gnomad_exomes_af": 0.0000328359,
"gnomad_genomes_af": 0.000348868,
"gnomad_exomes_ac": 48,
"gnomad_genomes_ac": 53,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6424962282180786,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.769,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2166,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.471,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_019894.4",
"gene_symbol": "TMPRSS4",
"hgnc_id": 11878,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.314G>A",
"hgvs_p": "p.Arg105His"
}
],
"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
}