← 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-42560205-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=42560205&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 42560205,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014509.5",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "NM_014509.5",
"protein_id": "NP_055324.2",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 314,
"cds_start": 553,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000327678.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014509.5"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "ENST00000327678.10",
"protein_id": "ENSP00000331376.5",
"transcript_support_level": 1,
"aa_start": 185,
"aa_end": null,
"aa_length": 314,
"cds_start": 553,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014509.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327678.10"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.361C>G",
"hgvs_p": "p.His121Asp",
"transcript": "ENST00000335879.5",
"protein_id": "ENSP00000336578.5",
"transcript_support_level": 1,
"aa_start": 121,
"aa_end": null,
"aa_length": 250,
"cds_start": 361,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335879.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.37-24C>G",
"hgvs_p": null,
"transcript": "ENST00000407614.8",
"protein_id": "ENSP00000385691.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": null,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407614.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.925-3531G>C",
"hgvs_p": null,
"transcript": "ENST00000357802.7",
"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": "pseudogene",
"feature": "ENST00000357802.7"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "ENST00000968687.1",
"protein_id": "ENSP00000638746.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 345,
"cds_start": 553,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968687.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "ENST00000968684.1",
"protein_id": "ENSP00000638743.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 341,
"cds_start": 553,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968684.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.511C>G",
"hgvs_p": "p.His171Asp",
"transcript": "ENST00000968688.1",
"protein_id": "ENSP00000638747.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 330,
"cds_start": 511,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968688.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.511C>G",
"hgvs_p": "p.His171Asp",
"transcript": "ENST00000968686.1",
"protein_id": "ENSP00000638745.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 327,
"cds_start": 511,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968686.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "ENST00000968685.1",
"protein_id": "ENSP00000638744.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 313,
"cds_start": 553,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968685.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.511C>G",
"hgvs_p": "p.His171Asp",
"transcript": "ENST00000876813.1",
"protein_id": "ENSP00000546872.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 300,
"cds_start": 511,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876813.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.511C>G",
"hgvs_p": "p.His171Asp",
"transcript": "ENST00000968683.1",
"protein_id": "ENSP00000638742.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 299,
"cds_start": 511,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968683.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.436C>G",
"hgvs_p": "p.His146Asp",
"transcript": "ENST00000876812.1",
"protein_id": "ENSP00000546871.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 275,
"cds_start": 436,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876812.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.361C>G",
"hgvs_p": "p.His121Asp",
"transcript": "NM_001284334.2",
"protein_id": "NP_001271263.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 250,
"cds_start": 361,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284334.2"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "XM_024452196.2",
"protein_id": "XP_024307964.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 341,
"cds_start": 553,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452196.2"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "XM_047441295.1",
"protein_id": "XP_047297251.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 340,
"cds_start": 553,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441295.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "XM_047441296.1",
"protein_id": "XP_047297252.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 329,
"cds_start": 553,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441296.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.511C>G",
"hgvs_p": "p.His171Asp",
"transcript": "XM_047441297.1",
"protein_id": "XP_047297253.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 315,
"cds_start": 511,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441297.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "XM_047441298.1",
"protein_id": "XP_047297254.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 313,
"cds_start": 553,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441298.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.511C>G",
"hgvs_p": "p.His171Asp",
"transcript": "XM_017028739.3",
"protein_id": "XP_016884228.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 300,
"cds_start": 511,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028739.3"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.364C>G",
"hgvs_p": "p.His122Asp",
"transcript": "XM_047441299.1",
"protein_id": "XP_047297255.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 277,
"cds_start": 364,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441299.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp",
"transcript": "XM_047441300.1",
"protein_id": "XP_047297256.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 217,
"cds_start": 553,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.533+1748C>G",
"hgvs_p": null,
"transcript": "ENST00000340239.8",
"protein_id": "ENSP00000342425.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 203,
"cds_start": null,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340239.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "c.533+1748C>G",
"hgvs_p": null,
"transcript": "XM_047441301.1",
"protein_id": "XP_047297257.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 203,
"cds_start": null,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441301.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.*173C>G",
"hgvs_p": null,
"transcript": "ENST00000416156.6",
"protein_id": "ENSP00000413512.2",
"transcript_support_level": 2,
"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": "ENST00000416156.6"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.553C>G",
"hgvs_p": null,
"transcript": "ENST00000477564.5",
"protein_id": "ENSP00000435091.1",
"transcript_support_level": 2,
"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": "ENST00000477564.5"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.647C>G",
"hgvs_p": null,
"transcript": "ENST00000534080.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000534080.5"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.634C>G",
"hgvs_p": null,
"transcript": "NR_104300.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_104300.2"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.618C>G",
"hgvs_p": null,
"transcript": "NR_104301.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_104301.2"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.618C>G",
"hgvs_p": null,
"transcript": "XR_001755198.3",
"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": "XR_001755198.3"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.576C>G",
"hgvs_p": null,
"transcript": "XR_007067966.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": "pseudogene",
"feature": "XR_007067966.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.576C>G",
"hgvs_p": null,
"transcript": "XR_007067967.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": "pseudogene",
"feature": "XR_007067967.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.576C>G",
"hgvs_p": null,
"transcript": "XR_007067969.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": "pseudogene",
"feature": "XR_007067969.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.*173C>G",
"hgvs_p": null,
"transcript": "ENST00000416156.6",
"protein_id": "ENSP00000413512.2",
"transcript_support_level": 2,
"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": "ENST00000416156.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.977+1748C>G",
"hgvs_p": null,
"transcript": "ENST00000527167.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000527167.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.902-3531G>C",
"hgvs_p": null,
"transcript": "ENST00000692200.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": "ENST00000692200.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.905-3967G>C",
"hgvs_p": null,
"transcript": "ENST00000700886.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": "pseudogene",
"feature": "ENST00000700886.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.924-4403G>C",
"hgvs_p": null,
"transcript": "ENST00000729453.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": "pseudogene",
"feature": "ENST00000729453.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.924-3531G>C",
"hgvs_p": null,
"transcript": "ENST00000729454.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": "pseudogene",
"feature": "ENST00000729454.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.905-984G>C",
"hgvs_p": null,
"transcript": "ENST00000729455.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": "pseudogene",
"feature": "ENST00000729455.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.898-3531G>C",
"hgvs_p": null,
"transcript": "ENST00000729456.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": "pseudogene",
"feature": "ENST00000729456.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.924-984G>C",
"hgvs_p": null,
"transcript": "ENST00000729457.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": "pseudogene",
"feature": "ENST00000729457.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RRP7BP",
"gene_hgnc_id": null,
"hgvs_c": "n.897-3531G>C",
"hgvs_p": null,
"transcript": "ENST00000729458.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": "pseudogene",
"feature": "ENST00000729458.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"hgvs_c": "n.598+1748C>G",
"hgvs_p": null,
"transcript": "XR_007067968.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": "pseudogene",
"feature": "XR_007067968.1"
}
],
"gene_symbol": "SERHL2",
"gene_hgnc_id": 29446,
"dbsnp": "rs142867325",
"frequency_reference_population": 0.000008061215,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000684617,
"gnomad_genomes_af": 0.0000197381,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22033092379570007,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.05,
"revel_prediction": "Benign",
"alphamissense_score": 0.1993,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.884,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014509.5",
"gene_symbol": "SERHL2",
"hgnc_id": 29446,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.553C>G",
"hgvs_p": "p.His185Asp"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000357802.7",
"gene_symbol": "RRP7BP",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.925-3531G>C",
"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
}