← 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: 22-37069154-C-CGGGG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=37069154&ref=C&alt=CGGGG&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 37069154,
"ref": "C",
"alt": "CGGGG",
"effect": "frameshift_variant",
"transcript": "NM_001289000.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "NM_001374504.1",
"protein_id": "NP_001361433.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000676104.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374504.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000676104.1",
"protein_id": "ENSP00000501573.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001374504.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676104.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000406856.7",
"protein_id": "ENSP00000384964.1",
"transcript_support_level": 1,
"aa_start": 677,
"aa_end": null,
"aa_length": 824,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406856.7"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000346753.9",
"protein_id": "ENSP00000334962.6",
"transcript_support_level": 1,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000346753.9"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000406725.6",
"protein_id": "ENSP00000385453.1",
"transcript_support_level": 1,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406725.6"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2097_2100dupCCCC",
"hgvs_p": "p.Val701fs",
"transcript": "ENST00000862848.1",
"protein_id": "ENSP00000532907.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 847,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862848.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2130_2133dupCCCC",
"hgvs_p": "p.Val712fs",
"transcript": "ENST00000862852.1",
"protein_id": "ENSP00000532911.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 836,
"cds_start": 2133,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862852.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2097_2100dupCCCC",
"hgvs_p": "p.Val701fs",
"transcript": "ENST00000862846.1",
"protein_id": "ENSP00000532905.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 825,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862846.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2097_2100dupCCCC",
"hgvs_p": "p.Val701fs",
"transcript": "ENST00000862856.1",
"protein_id": "ENSP00000532915.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 825,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862856.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "NM_001289000.2",
"protein_id": "NP_001275929.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 824,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289000.2"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000381792.6",
"protein_id": "ENSP00000371211.2",
"transcript_support_level": 5,
"aa_start": 677,
"aa_end": null,
"aa_length": 824,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381792.6"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000862826.1",
"protein_id": "ENSP00000532884.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 824,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862826.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000862853.1",
"protein_id": "ENSP00000532912.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 824,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862853.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2061_2064dupCCCC",
"hgvs_p": "p.Val689fs",
"transcript": "ENST00000862835.1",
"protein_id": "ENSP00000532894.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 813,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862835.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2058_2061dupCCCC",
"hgvs_p": "p.Val688fs",
"transcript": "ENST00000862850.1",
"protein_id": "ENSP00000532909.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 812,
"cds_start": 2061,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862850.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000862849.1",
"protein_id": "ENSP00000532908.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 810,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862849.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "NM_001289001.2",
"protein_id": "NP_001275930.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289001.2"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "NM_153609.4",
"protein_id": "NP_705837.2",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153609.4"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000862824.1",
"protein_id": "ENSP00000532883.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862824.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000862837.1",
"protein_id": "ENSP00000532896.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862837.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "ENST00000862847.1",
"protein_id": "ENSP00000532906.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862847.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2025_2028dupCCCC",
"hgvs_p": "p.Val677fs",
"transcript": "ENST00000862827.1",
"protein_id": "ENSP00000532886.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 801,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862827.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2025_2028dupCCCC",
"hgvs_p": "p.Val677fs",
"transcript": "ENST00000862840.1",
"protein_id": "ENSP00000532899.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 801,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862840.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2025_2028dupCCCC",
"hgvs_p": "p.Val677fs",
"transcript": "ENST00000862851.1",
"protein_id": "ENSP00000532910.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 801,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862851.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2025_2028dupCCCC",
"hgvs_p": "p.Val677fs",
"transcript": "ENST00000862854.1",
"protein_id": "ENSP00000532913.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 801,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862854.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1986_1989dupCCCC",
"hgvs_p": "p.Val664fs",
"transcript": "ENST00000862841.1",
"protein_id": "ENSP00000532900.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 788,
"cds_start": 1989,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862841.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1986_1989dupCCCC",
"hgvs_p": "p.Val664fs",
"transcript": "ENST00000956781.1",
"protein_id": "ENSP00000626840.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 788,
"cds_start": 1989,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956781.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1914_1917dupCCCC",
"hgvs_p": "p.Val640fs",
"transcript": "ENST00000862832.1",
"protein_id": "ENSP00000532891.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 764,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862832.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1914_1917dupCCCC",
"hgvs_p": "p.Val640fs",
"transcript": "ENST00000862838.1",
"protein_id": "ENSP00000532897.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 764,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862838.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1914_1917dupCCCC",
"hgvs_p": "p.Val640fs",
"transcript": "ENST00000862839.1",
"protein_id": "ENSP00000532898.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 764,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862839.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1884_1887dupCCCC",
"hgvs_p": "p.Val630fs",
"transcript": "ENST00000862845.1",
"protein_id": "ENSP00000532904.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 754,
"cds_start": 1887,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862845.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1830_1833dupCCCC",
"hgvs_p": "p.Val612fs",
"transcript": "ENST00000862842.1",
"protein_id": "ENSP00000532901.1",
"transcript_support_level": null,
"aa_start": 611,
"aa_end": null,
"aa_length": 736,
"cds_start": 1833,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862842.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1716_1719dupCCCC",
"hgvs_p": "p.Val574fs",
"transcript": "ENST00000862830.1",
"protein_id": "ENSP00000532889.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 698,
"cds_start": 1719,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862830.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1596_1599dupCCCC",
"hgvs_p": "p.Val534fs",
"transcript": "ENST00000862843.1",
"protein_id": "ENSP00000532902.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 680,
"cds_start": 1599,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862843.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1596_1599dupCCCC",
"hgvs_p": "p.Val534fs",
"transcript": "ENST00000862829.1",
"protein_id": "ENSP00000532888.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 658,
"cds_start": 1599,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862829.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1596_1599dupCCCC",
"hgvs_p": "p.Val534fs",
"transcript": "ENST00000862836.1",
"protein_id": "ENSP00000532895.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 658,
"cds_start": 1599,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862836.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1596_1599dupCCCC",
"hgvs_p": "p.Val534fs",
"transcript": "ENST00000862855.1",
"protein_id": "ENSP00000532914.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 658,
"cds_start": 1599,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862855.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1482_1485dupCCCC",
"hgvs_p": "p.Val496fs",
"transcript": "ENST00000862844.1",
"protein_id": "ENSP00000532903.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 620,
"cds_start": 1485,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862844.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "XM_024452167.2",
"protein_id": "XP_024307935.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 824,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452167.2"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs",
"transcript": "XM_024452168.2",
"protein_id": "XP_024307936.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 824,
"cds_start": 2031,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452168.2"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1596_1599dupCCCC",
"hgvs_p": "p.Val534fs",
"transcript": "XM_011529989.3",
"protein_id": "XP_011528291.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 680,
"cds_start": 1599,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529989.3"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1596_1599dupCCCC",
"hgvs_p": "p.Val534fs",
"transcript": "XM_047441170.1",
"protein_id": "XP_047297126.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 658,
"cds_start": 1599,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441170.1"
},
{
"aa_ref": "P",
"aa_alt": "PP?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"hgvs_c": "c.1596_1599dupCCCC",
"hgvs_p": "p.Val534fs",
"transcript": "XM_047441171.1",
"protein_id": "XP_047297127.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 658,
"cds_start": 1599,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441171.1"
}
],
"gene_symbol": "TMPRSS6",
"gene_hgnc_id": 16517,
"dbsnp": "rs786205060",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.302,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_001289000.2",
"gene_symbol": "TMPRSS6",
"hgnc_id": 16517,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2028_2031dupCCCC",
"hgvs_p": "p.Val678fs"
}
],
"clinvar_disease": "Iron-refractory iron deficiency anemia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Iron-refractory iron deficiency anemia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}