← 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-6333823-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=6333823&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PS3",
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"gene_symbol": "TNFRSF1A",
"hgnc_id": 11916,
"hgvs_c": "c.-89C>T",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 18,
"score": 18,
"transcript": "NM_001346091.2",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM2,PP3_Strong,PP5_Very_Strong",
"acmg_score": 18,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": 0.6074,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.3,
"chr": "12",
"clinvar_classification": "Pathogenic",
"clinvar_disease": "Multiple sclerosis,TNF receptor-associated periodic fever syndrome (TRAPS),not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:7 O:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9626883268356323,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 455,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2171,
"cdna_start": 498,
"cds_end": null,
"cds_length": 1368,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001065.4",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000162749.7",
"protein_coding": true,
"protein_id": "NP_001056.1",
"strand": false,
"transcript": "NM_001065.4",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 455,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2171,
"cdna_start": 498,
"cds_end": null,
"cds_length": 1368,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000162749.7",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001065.4",
"protein_coding": true,
"protein_id": "ENSP00000162749.2",
"strand": false,
"transcript": "ENST00000162749.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 412,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1527,
"cdna_start": null,
"cds_end": null,
"cds_length": 1239,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000540022.5",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.193+268C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000438343.1",
"strand": false,
"transcript": "ENST00000540022.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2990,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000366159.9",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000366159.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2069,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000534885.5",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.82C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000441803.1",
"strand": false,
"transcript": "ENST00000534885.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 347,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2017,
"cdna_start": null,
"cds_end": null,
"cds_length": 1044,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001346091.2",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.-89C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001333020.1",
"strand": false,
"transcript": "NM_001346091.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 302,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2289,
"cdna_start": null,
"cds_end": null,
"cds_length": 909,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001346092.2",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.-342C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001333021.1",
"strand": false,
"transcript": "NM_001346092.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 528,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2379,
"cdna_start": 507,
"cds_end": null,
"cds_length": 1587,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000440083.7",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000413224.3",
"strand": false,
"transcript": "ENST00000440083.7",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 452,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2113,
"cdna_start": 449,
"cds_end": null,
"cds_length": 1359,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898687.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568746.1",
"strand": false,
"transcript": "ENST00000898687.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 444,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2087,
"cdna_start": 442,
"cds_end": null,
"cds_length": 1335,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898688.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568747.1",
"strand": false,
"transcript": "ENST00000898688.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 429,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2094,
"cdna_start": 495,
"cds_end": null,
"cds_length": 1290,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000947892.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617951.1",
"strand": false,
"transcript": "ENST00000947892.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 404,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1966,
"cdna_start": 448,
"cds_end": null,
"cds_length": 1215,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000947893.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617952.1",
"strand": false,
"transcript": "ENST00000947893.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 386,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1907,
"cdna_start": 449,
"cds_end": null,
"cds_length": 1161,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898689.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568748.1",
"strand": false,
"transcript": "ENST00000898689.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 349,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1817,
"cdna_start": 468,
"cds_end": null,
"cds_length": 1050,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898686.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568745.1",
"strand": false,
"transcript": "ENST00000898686.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 336,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1822,
"cdna_start": 514,
"cds_end": null,
"cds_length": 1011,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000947891.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617950.1",
"strand": false,
"transcript": "ENST00000947891.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 297,
"aa_ref": "T",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1063,
"cdna_start": 404,
"cds_end": null,
"cds_length": 895,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000539372.5",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.236C>T",
"hgvs_p": "p.Thr79Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442059.1",
"strand": false,
"transcript": "ENST00000539372.5",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 117,
"aa_ref": "T",
"aa_start": 70,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 581,
"cdna_start": 436,
"cds_end": null,
"cds_length": 354,
"cds_start": 209,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000536194.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.209C>T",
"hgvs_p": "p.Thr70Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442919.1",
"strand": false,
"transcript": "ENST00000536194.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 347,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2017,
"cdna_start": null,
"cds_end": null,
"cds_length": 1044,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001346091.2",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.-89C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001333020.1",
"strand": false,
"transcript": "NM_001346091.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 302,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2289,
"cdna_start": null,
"cds_end": null,
"cds_length": 909,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001346092.2",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "c.-342C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001333021.1",
"strand": false,
"transcript": "NM_001346092.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2220,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000437813.8",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.236C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513672.1",
"strand": false,
"transcript": "ENST00000437813.8",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2135,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000535958.2",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.*63C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513673.1",
"strand": false,
"transcript": "ENST00000535958.2",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2254,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000698339.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.236C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513670.1",
"strand": false,
"transcript": "ENST00000698339.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2028,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000698340.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.236C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513671.1",
"strand": false,
"transcript": "ENST00000698340.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2097,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NR_144351.2",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.498C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_144351.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2135,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000535958.2",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.*63C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513673.1",
"strand": false,
"transcript": "ENST00000535958.2",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 571,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000543048.5",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.214+22C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000439981.1",
"strand": false,
"transcript": "ENST00000543048.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1531,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000543995.5",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.193+268C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000442405.1",
"strand": false,
"transcript": "ENST00000543995.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 554,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000538363.1",
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"hgvs_c": "n.*97C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000538363.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs104895219",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"frequency_reference_population": 6.92214e-7,
"gene_hgnc_id": 11916,
"gene_symbol": "TNFRSF1A",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.92214e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "TNF receptor-associated periodic fever syndrome (TRAPS)|not provided|Multiple sclerosis",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.877,
"pos": 6333823,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.704,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001346091.2"
}
]
}