← 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: 19-53795911-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=53795911&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 9,
"criteria": [
"PVS1",
"BP6",
"BS1",
"BS2"
],
"effects": [
"stop_gained"
],
"gene_symbol": "NLRP12",
"hgnc_id": 22938,
"hgvs_c": "c.3049C>T",
"hgvs_p": "p.Arg1017*",
"inheritance_mode": "AD",
"pathogenic_score": 8,
"score": -1,
"transcript": "NM_001277126.2",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PVS1,BP6,BS1,BS2",
"acmg_score": -1,
"allele_count_reference_population": 1573,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.27,
"chr": "19",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Autoinflammatory syndrome,Familial cold autoinflammatory syndrome 2,Multisystem inflammatory syndrome in children,NLRP12-related disorder,not provided",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:3 LB:2 B:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.27000001072883606,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1061,
"aa_ref": "R",
"aa_start": 1016,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3634,
"cdna_start": 3186,
"cds_end": null,
"cds_length": 3186,
"cds_start": 3046,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_144687.4",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.3046C>T",
"hgvs_p": "p.Arg1016*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000324134.11",
"protein_coding": true,
"protein_id": "NP_653288.1",
"strand": false,
"transcript": "NM_144687.4",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1061,
"aa_ref": "R",
"aa_start": 1016,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3634,
"cdna_start": 3186,
"cds_end": null,
"cds_length": 3186,
"cds_start": 3046,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000324134.11",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.3046C>T",
"hgvs_p": "p.Arg1016*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_144687.4",
"protein_coding": true,
"protein_id": "ENSP00000319377.6",
"strand": false,
"transcript": "ENST00000324134.11",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1062,
"aa_ref": "R",
"aa_start": 1017,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5328,
"cdna_start": 3278,
"cds_end": null,
"cds_length": 3189,
"cds_start": 3049,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000391773.8",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.3049C>T",
"hgvs_p": "p.Arg1017*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000375653.1",
"strand": false,
"transcript": "ENST00000391773.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1006,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3547,
"cdna_start": null,
"cds_end": null,
"cds_length": 3021,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000345770.9",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2934-1775C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000341428.5",
"strand": false,
"transcript": "ENST00000345770.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 892,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3205,
"cdna_start": null,
"cds_end": null,
"cds_length": 2679,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000391772.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2592-1775C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000375652.1",
"strand": false,
"transcript": "ENST00000391772.1",
"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": 2479,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000492915.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "n.2033C>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": "ENST00000492915.1",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1062,
"aa_ref": "R",
"aa_start": 1017,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3637,
"cdna_start": 3189,
"cds_end": null,
"cds_length": 3189,
"cds_start": 3049,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001277126.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.3049C>T",
"hgvs_p": "p.Arg1017*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001264055.1",
"strand": false,
"transcript": "NM_001277126.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1005,
"aa_ref": "R",
"aa_start": 960,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3439,
"cdna_start": 3017,
"cds_end": null,
"cds_length": 3018,
"cds_start": 2878,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000956368.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2878C>T",
"hgvs_p": "p.Arg960*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626427.1",
"strand": false,
"transcript": "ENST00000956368.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1004,
"aa_ref": "R",
"aa_start": 959,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3709,
"cdna_start": 3104,
"cds_end": null,
"cds_length": 3015,
"cds_start": 2875,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001277129.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2875C>T",
"hgvs_p": "p.Arg959*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001264058.1",
"strand": false,
"transcript": "NM_001277129.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1004,
"aa_ref": "R",
"aa_start": 959,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3465,
"cdna_start": 3018,
"cds_end": null,
"cds_length": 3015,
"cds_start": 2875,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000391775.7",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2875C>T",
"hgvs_p": "p.Arg959*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000375655.3",
"strand": false,
"transcript": "ENST00000391775.7",
"transcript_support_level": 2
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 948,
"aa_ref": "R",
"aa_start": 903,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3250,
"cdna_start": 2804,
"cds_end": null,
"cds_length": 2847,
"cds_start": 2707,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000917906.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2707C>T",
"hgvs_p": "p.Arg903*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000587965.1",
"strand": false,
"transcript": "ENST00000917906.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 947,
"aa_ref": "R",
"aa_start": 902,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3303,
"cdna_start": 2859,
"cds_end": null,
"cds_length": 2844,
"cds_start": 2704,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000956367.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2704C>T",
"hgvs_p": "p.Arg902*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626426.1",
"strand": false,
"transcript": "ENST00000956367.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 947,
"aa_ref": "R",
"aa_start": 902,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3143,
"cdna_start": 2721,
"cds_end": null,
"cds_length": 2844,
"cds_start": 2704,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000956369.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2704C>T",
"hgvs_p": "p.Arg902*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626428.1",
"strand": false,
"transcript": "ENST00000956369.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1005,
"aa_ref": "R",
"aa_start": 960,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3712,
"cdna_start": 3107,
"cds_end": null,
"cds_length": 3018,
"cds_start": 2878,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_011527479.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2878C>T",
"hgvs_p": "p.Arg960*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011525781.1",
"strand": false,
"transcript": "XM_011527479.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1005,
"aa_ref": "R",
"aa_start": 960,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3712,
"cdna_start": 3107,
"cds_end": null,
"cds_length": 3018,
"cds_start": 2878,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_011527480.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2878C>T",
"hgvs_p": "p.Arg960*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011525782.1",
"strand": false,
"transcript": "XM_011527480.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1004,
"aa_ref": "R",
"aa_start": 959,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3709,
"cdna_start": 3104,
"cds_end": null,
"cds_length": 3015,
"cds_start": 2875,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_017027462.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2875C>T",
"hgvs_p": "p.Arg959*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882951.1",
"strand": false,
"transcript": "XM_017027462.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1004,
"aa_ref": "R",
"aa_start": 959,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3709,
"cdna_start": 3104,
"cds_end": null,
"cds_length": 3015,
"cds_start": 2875,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047439673.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2875C>T",
"hgvs_p": "p.Arg959*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295629.1",
"strand": false,
"transcript": "XM_047439673.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 948,
"aa_ref": "R",
"aa_start": 903,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3541,
"cdna_start": 2936,
"cds_end": null,
"cds_length": 2847,
"cds_start": 2707,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_011527482.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2707C>T",
"hgvs_p": "p.Arg903*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011525784.1",
"strand": false,
"transcript": "XM_011527482.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 947,
"aa_ref": "R",
"aa_start": 902,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3538,
"cdna_start": 2933,
"cds_end": null,
"cds_length": 2844,
"cds_start": 2704,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047439675.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2704C>T",
"hgvs_p": "p.Arg902*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295631.1",
"strand": false,
"transcript": "XM_047439675.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 947,
"aa_ref": "R",
"aa_start": 902,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3538,
"cdna_start": 2933,
"cds_end": null,
"cds_length": 2844,
"cds_start": 2704,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047439676.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2704C>T",
"hgvs_p": "p.Arg902*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295632.1",
"strand": false,
"transcript": "XM_047439676.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 923,
"aa_ref": "R",
"aa_start": 878,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4092,
"cdna_start": 3487,
"cds_end": null,
"cds_length": 2772,
"cds_start": 2632,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "XM_017027463.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2632C>T",
"hgvs_p": "p.Arg878*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882952.1",
"strand": false,
"transcript": "XM_017027463.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 923,
"aa_ref": "R",
"aa_start": 878,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3454,
"cdna_start": 2849,
"cds_end": null,
"cds_length": 2772,
"cds_start": 2632,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_017027464.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2632C>T",
"hgvs_p": "p.Arg878*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882953.1",
"strand": false,
"transcript": "XM_017027464.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 923,
"aa_ref": "R",
"aa_start": 878,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3664,
"cdna_start": 3059,
"cds_end": null,
"cds_length": 2772,
"cds_start": 2632,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "XM_017027465.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2632C>T",
"hgvs_p": "p.Arg878*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882954.1",
"strand": false,
"transcript": "XM_017027465.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 923,
"aa_ref": "R",
"aa_start": 878,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3462,
"cdna_start": 2857,
"cds_end": null,
"cds_length": 2772,
"cds_start": 2632,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_017027467.2",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2632C>T",
"hgvs_p": "p.Arg878*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016882956.1",
"strand": false,
"transcript": "XM_017027467.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1004,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3312,
"cdna_start": null,
"cds_end": null,
"cds_length": 3015,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000956370.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2928-1775C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626429.1",
"strand": false,
"transcript": "ENST00000956370.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 891,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3118,
"cdna_start": null,
"cds_end": null,
"cds_length": 2676,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000917905.1",
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"hgvs_c": "c.2589-1775C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000587964.1",
"strand": false,
"transcript": "ENST00000917905.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs35064500",
"effect": "stop_gained",
"frequency_reference_population": 0.0009745393,
"gene_hgnc_id": 22938,
"gene_symbol": "NLRP12",
"gnomad_exomes_ac": 924,
"gnomad_exomes_af": 0.000632067,
"gnomad_exomes_homalt": 8,
"gnomad_genomes_ac": 649,
"gnomad_genomes_af": 0.0042634,
"gnomad_genomes_homalt": 3,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 11,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not provided|Familial cold autoinflammatory syndrome 2|Multisystem inflammatory syndrome in children|Autoinflammatory syndrome|NLRP12-related disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.991,
"pos": 53795911,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.07999999821186066,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.08,
"transcript": "NM_001277126.2"
}
]
}