← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 22-23834262-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=23834262&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 23834262,
"ref": "C",
"alt": "A",
"effect": "3_prime_UTR_variant",
"transcript": "ENST00000644036.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "NM_003073.5",
"protein_id": "NP_003064.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": -4,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5191,
"mane_select": "ENST00000644036.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "ENST00000644036.2",
"protein_id": "ENSP00000494049.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": -4,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5191,
"mane_select": "NM_003073.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "ENST00000407422.8",
"protein_id": "ENSP00000383984.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": -4,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "ENST00000263121.12",
"protein_id": "ENSP00000263121.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 339,
"cds_start": -4,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*1307C>A",
"hgvs_p": null,
"transcript": "ENST00000644462.1",
"protein_id": "ENSP00000494283.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.2562C>A",
"hgvs_p": null,
"transcript": "ENST00000645799.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.3586C>A",
"hgvs_p": null,
"transcript": "ENST00000646723.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*734C>A",
"hgvs_p": null,
"transcript": "ENST00000647057.1",
"protein_id": "ENSP00000494757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "NM_001362877.2",
"protein_id": "NP_001349806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": -4,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "NM_001317946.2",
"protein_id": "NP_001304875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": -4,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "ENST00000344921.11",
"protein_id": "ENSP00000340883.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": -4,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "c.*82C>A",
"hgvs_p": null,
"transcript": "NM_001007468.3",
"protein_id": "NP_001007469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": -4,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5164,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*1307C>A",
"hgvs_p": null,
"transcript": "ENST00000644462.1",
"protein_id": "ENSP00000494283.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"hgvs_c": "n.*734C>A",
"hgvs_p": null,
"transcript": "ENST00000647057.1",
"protein_id": "ENSP00000494757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*2607G>T",
"hgvs_p": null,
"transcript": "NM_001002862.3",
"protein_id": "NP_001002862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": -4,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3093,
"mane_select": "ENST00000318109.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*2607G>T",
"hgvs_p": null,
"transcript": "ENST00000318109.12",
"protein_id": "ENSP00000315303.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": -4,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3093,
"mane_select": "NM_001002862.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*565G>T",
"hgvs_p": null,
"transcript": "ENST00000406855.7",
"protein_id": "ENSP00000384744.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": -4,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*565G>T",
"hgvs_p": null,
"transcript": "NM_001135751.2",
"protein_id": "NP_001129223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": -4,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*630G>T",
"hgvs_p": null,
"transcript": "NM_001363072.2",
"protein_id": "NP_001350001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 233,
"cds_start": -4,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*2798G>T",
"hgvs_p": null,
"transcript": "NM_198440.4",
"protein_id": "NP_940842.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": -4,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*2798G>T",
"hgvs_p": null,
"transcript": "ENST00000404056.1",
"protein_id": "ENSP00000384473.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 178,
"cds_start": -4,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "n.*241G>T",
"hgvs_p": null,
"transcript": "ENST00000290730.11",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "n.*241G>T",
"hgvs_p": null,
"transcript": "ENST00000464023.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*565G>T",
"hgvs_p": null,
"transcript": "XM_017029078.3",
"protein_id": "XP_016884567.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 285,
"cds_start": -4,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*2647G>T",
"hgvs_p": null,
"transcript": "XM_047441594.1",
"protein_id": "XP_047297550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": -4,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*635G>T",
"hgvs_p": null,
"transcript": "XM_047441595.1",
"protein_id": "XP_047297551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": -4,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*565G>T",
"hgvs_p": null,
"transcript": "XM_047441596.1",
"protein_id": "XP_047297552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 238,
"cds_start": -4,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*2607G>T",
"hgvs_p": null,
"transcript": "XM_011530505.4",
"protein_id": "XP_011528807.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 234,
"cds_start": -4,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DERL3",
"gene_hgnc_id": 14236,
"hgvs_c": "c.*630G>T",
"hgvs_p": null,
"transcript": "XM_047441597.1",
"protein_id": "XP_047297553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 232,
"cds_start": -4,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SMARCB1",
"gene_hgnc_id": 11103,
"dbsnp": "rs878854600",
"frequency_reference_population": 7.760372e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.76037e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7599999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.109,
"phylop100way_prediction": "Benign",
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000644036.2",
"gene_symbol": "SMARCB1",
"hgnc_id": 11103,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*82C>A",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000318109.12",
"gene_symbol": "DERL3",
"hgnc_id": 14236,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*2607G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}