← 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: 12-6329817-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=6329817&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 6329817,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001065.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.1018A>G",
"hgvs_p": "p.Lys340Glu",
"transcript": "NM_001065.4",
"protein_id": "NP_001056.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 455,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000162749.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001065.4"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.1018A>G",
"hgvs_p": "p.Lys340Glu",
"transcript": "ENST00000162749.7",
"protein_id": "ENSP00000162749.2",
"transcript_support_level": 1,
"aa_start": 340,
"aa_end": null,
"aa_length": 455,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001065.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000162749.7"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.889A>G",
"hgvs_p": "p.Lys297Glu",
"transcript": "ENST00000540022.5",
"protein_id": "ENSP00000438343.1",
"transcript_support_level": 1,
"aa_start": 297,
"aa_end": null,
"aa_length": 412,
"cds_start": 889,
"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": "ENST00000540022.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.2119A>G",
"hgvs_p": null,
"transcript": "ENST00000366159.9",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000366159.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*495A>G",
"hgvs_p": null,
"transcript": "ENST00000534885.5",
"protein_id": "ENSP00000441803.1",
"transcript_support_level": 1,
"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": "ENST00000534885.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*495A>G",
"hgvs_p": null,
"transcript": "ENST00000534885.5",
"protein_id": "ENSP00000441803.1",
"transcript_support_level": 1,
"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": "ENST00000534885.5"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.1237A>G",
"hgvs_p": "p.Lys413Glu",
"transcript": "ENST00000440083.7",
"protein_id": "ENSP00000413224.3",
"transcript_support_level": 2,
"aa_start": 413,
"aa_end": null,
"aa_length": 528,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440083.7"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.1009A>G",
"hgvs_p": "p.Lys337Glu",
"transcript": "ENST00000898687.1",
"protein_id": "ENSP00000568746.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 452,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898687.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.985A>G",
"hgvs_p": "p.Lys329Glu",
"transcript": "ENST00000898688.1",
"protein_id": "ENSP00000568747.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 444,
"cds_start": 985,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898688.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.940A>G",
"hgvs_p": "p.Lys314Glu",
"transcript": "ENST00000947892.1",
"protein_id": "ENSP00000617951.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 429,
"cds_start": 940,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947892.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Lys289Glu",
"transcript": "ENST00000947893.1",
"protein_id": "ENSP00000617952.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 404,
"cds_start": 865,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947893.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Lys271Glu",
"transcript": "ENST00000898689.1",
"protein_id": "ENSP00000568748.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 386,
"cds_start": 811,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898689.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Lys232Glu",
"transcript": "NM_001346091.2",
"protein_id": "NP_001333020.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 347,
"cds_start": 694,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346091.2"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.661A>G",
"hgvs_p": "p.Lys221Glu",
"transcript": "ENST00000947891.1",
"protein_id": "ENSP00000617950.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 336,
"cds_start": 661,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947891.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.559A>G",
"hgvs_p": "p.Lys187Glu",
"transcript": "NM_001346092.2",
"protein_id": "NP_001333021.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 302,
"cds_start": 559,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346092.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "c.740-195A>G",
"hgvs_p": null,
"transcript": "ENST00000898686.1",
"protein_id": "ENSP00000568745.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898686.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*479A>G",
"hgvs_p": null,
"transcript": "ENST00000437813.8",
"protein_id": "ENSP00000513672.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000437813.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*845A>G",
"hgvs_p": null,
"transcript": "ENST00000535958.2",
"protein_id": "ENSP00000513673.1",
"transcript_support_level": 4,
"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": "ENST00000535958.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*605A>G",
"hgvs_p": null,
"transcript": "ENST00000543995.5",
"protein_id": "ENSP00000442405.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000543995.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.979A>G",
"hgvs_p": null,
"transcript": "ENST00000698337.1",
"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": "retained_intron",
"feature": "ENST00000698337.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.1632A>G",
"hgvs_p": null,
"transcript": "ENST00000698338.1",
"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": "retained_intron",
"feature": "ENST00000698338.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*513A>G",
"hgvs_p": null,
"transcript": "ENST00000698339.1",
"protein_id": "ENSP00000513670.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": "ENST00000698339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*257A>G",
"hgvs_p": null,
"transcript": "ENST00000698340.1",
"protein_id": "ENSP00000513671.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": "ENST00000698340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.1206A>G",
"hgvs_p": null,
"transcript": "NR_144351.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_144351.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*479A>G",
"hgvs_p": null,
"transcript": "ENST00000437813.8",
"protein_id": "ENSP00000513672.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000437813.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*845A>G",
"hgvs_p": null,
"transcript": "ENST00000535958.2",
"protein_id": "ENSP00000513673.1",
"transcript_support_level": 4,
"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": "ENST00000535958.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*605A>G",
"hgvs_p": null,
"transcript": "ENST00000543995.5",
"protein_id": "ENSP00000442405.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000543995.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*513A>G",
"hgvs_p": null,
"transcript": "ENST00000698339.1",
"protein_id": "ENSP00000513670.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": "ENST00000698339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*257A>G",
"hgvs_p": null,
"transcript": "ENST00000698340.1",
"protein_id": "ENSP00000513671.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": "ENST00000698340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*177A>G",
"hgvs_p": null,
"transcript": "ENST00000535038.2",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000535038.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"hgvs_c": "n.*51A>G",
"hgvs_p": null,
"transcript": "ENST00000537842.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000537842.5"
}
],
"gene_symbol": "TNFRSF1A",
"gene_hgnc_id": 11916,
"dbsnp": "rs778653907",
"frequency_reference_population": 0.000034894834,
"hom_count_reference_population": 0,
"allele_count_reference_population": 56,
"gnomad_exomes_af": 0.0000378583,
"gnomad_genomes_af": 0.0000065773,
"gnomad_exomes_ac": 55,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05535686016082764,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.387,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1378,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.078,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001065.4",
"gene_symbol": "TNFRSF1A",
"hgnc_id": 11916,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1018A>G",
"hgvs_p": "p.Lys340Glu"
}
],
"clinvar_disease": "TNF receptor-associated periodic fever syndrome (TRAPS)",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "TNF receptor-associated periodic fever syndrome (TRAPS)",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}