← 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-43529628-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=43529628&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 43529628,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001986.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "NM_001079675.5",
"protein_id": "NP_001073143.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000319349.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001079675.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "ENST00000319349.10",
"protein_id": "ENSP00000321835.4",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001079675.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319349.10"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "ENST00000393664.6",
"protein_id": "ENSP00000377273.1",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393664.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "ENST00000591713.5",
"protein_id": "ENSP00000465718.1",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591713.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.173A>G",
"hgvs_p": "p.Tyr58Cys",
"transcript": "ENST00000586826.1",
"protein_id": "ENSP00000468636.1",
"transcript_support_level": 1,
"aa_start": 58,
"aa_end": null,
"aa_length": 207,
"cds_start": 173,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586826.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "NM_001369366.2",
"protein_id": "NP_001356295.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369366.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "NM_001986.4",
"protein_id": "NP_001977.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001986.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "ENST00000857844.1",
"protein_id": "ENSP00000527903.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857844.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys",
"transcript": "ENST00000922775.1",
"protein_id": "ENSP00000592834.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 484,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922775.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.1001A>G",
"hgvs_p": "p.Tyr334Cys",
"transcript": "NM_001369367.2",
"protein_id": "NP_001356296.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 483,
"cds_start": 1001,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369367.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Tyr330Cys",
"transcript": "NM_001369368.2",
"protein_id": "NP_001356297.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 479,
"cds_start": 989,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369368.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Tyr330Cys",
"transcript": "ENST00000857843.1",
"protein_id": "ENSP00000527902.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 479,
"cds_start": 989,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857843.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Tyr330Cys",
"transcript": "ENST00000922774.1",
"protein_id": "ENSP00000592833.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 479,
"cds_start": 989,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922774.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.944A>G",
"hgvs_p": "p.Tyr315Cys",
"transcript": "ENST00000922776.1",
"protein_id": "ENSP00000592835.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 464,
"cds_start": 944,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922776.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.929A>G",
"hgvs_p": "p.Tyr310Cys",
"transcript": "ENST00000922777.1",
"protein_id": "ENSP00000592836.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 459,
"cds_start": 929,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922777.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.887A>G",
"hgvs_p": "p.Tyr296Cys",
"transcript": "NM_001261437.3",
"protein_id": "NP_001248366.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 445,
"cds_start": 887,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261437.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.887A>G",
"hgvs_p": "p.Tyr296Cys",
"transcript": "NM_001261438.3",
"protein_id": "NP_001248367.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 445,
"cds_start": 887,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261438.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.887A>G",
"hgvs_p": "p.Tyr296Cys",
"transcript": "ENST00000538265.5",
"protein_id": "ENSP00000443846.1",
"transcript_support_level": 2,
"aa_start": 296,
"aa_end": null,
"aa_length": 445,
"cds_start": 887,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538265.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.887A>G",
"hgvs_p": "p.Tyr296Cys",
"transcript": "ENST00000545954.5",
"protein_id": "ENSP00000440023.1",
"transcript_support_level": 2,
"aa_start": 296,
"aa_end": null,
"aa_length": 445,
"cds_start": 887,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545954.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.842A>G",
"hgvs_p": "p.Tyr281Cys",
"transcript": "ENST00000545089.5",
"protein_id": "ENSP00000441749.1",
"transcript_support_level": 2,
"aa_start": 281,
"aa_end": null,
"aa_length": 430,
"cds_start": 842,
"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": "ENST00000545089.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Tyr276Cys",
"transcript": "ENST00000922779.1",
"protein_id": "ENSP00000592838.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 425,
"cds_start": 827,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922779.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.767A>G",
"hgvs_p": "p.Tyr256Cys",
"transcript": "ENST00000922778.1",
"protein_id": "ENSP00000592837.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 405,
"cds_start": 767,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922778.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.434A>G",
"hgvs_p": "p.Tyr145Cys",
"transcript": "ENST00000922780.1",
"protein_id": "ENSP00000592839.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 294,
"cds_start": 434,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922780.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.173A>G",
"hgvs_p": "p.Tyr58Cys",
"transcript": "NM_001261439.3",
"protein_id": "NP_001248368.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 207,
"cds_start": 173,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261439.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.215A>G",
"hgvs_p": "p.Tyr72Cys",
"transcript": "XM_047435592.1",
"protein_id": "XP_047291548.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 221,
"cds_start": 215,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435592.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"hgvs_c": "c.173A>G",
"hgvs_p": "p.Tyr58Cys",
"transcript": "XM_047435593.1",
"protein_id": "XP_047291549.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 207,
"cds_start": 173,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435593.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DHX8",
"gene_hgnc_id": 2749,
"hgvs_c": "c.3444-6784T>C",
"hgvs_p": null,
"transcript": "NM_001322219.2",
"protein_id": "NP_001309148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1169,
"cds_start": null,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322219.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DHX8",
"gene_hgnc_id": 2749,
"hgvs_c": "c.3444-6784T>C",
"hgvs_p": null,
"transcript": "ENST00000589898.2",
"protein_id": "ENSP00000466900.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1169,
"cds_start": null,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589898.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DHX8",
"gene_hgnc_id": 2749,
"hgvs_c": "n.*338+5443T>C",
"hgvs_p": null,
"transcript": "ENST00000650571.1",
"protein_id": "ENSP00000496923.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": "ENST00000650571.1"
}
],
"gene_symbol": "ETV4",
"gene_hgnc_id": 3493,
"dbsnp": "rs1567706269",
"frequency_reference_population": 0.000002052239,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205224,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5594578981399536,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.372,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5094,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.267,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001986.4",
"gene_symbol": "ETV4",
"hgnc_id": 3493,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1004A>G",
"hgvs_p": "p.Tyr335Cys"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001322219.2",
"gene_symbol": "DHX8",
"hgnc_id": 2749,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3444-6784T>C",
"hgvs_p": null
}
],
"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
}