← 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: 11-47438800-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=47438800&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 47438800,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_005055.5",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1098C>A",
"hgvs_p": "p.Cys366*",
"transcript": "NM_005055.5",
"protein_id": "NP_005046.2",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 412,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000298854.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005055.5"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1098C>A",
"hgvs_p": "p.Cys366*",
"transcript": "ENST00000298854.7",
"protein_id": "ENSP00000298854.2",
"transcript_support_level": 1,
"aa_start": 366,
"aa_end": null,
"aa_length": 412,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005055.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298854.7"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.921C>A",
"hgvs_p": "p.Cys307*",
"transcript": "ENST00000352508.7",
"protein_id": "ENSP00000298853.3",
"transcript_support_level": 1,
"aa_start": 307,
"aa_end": null,
"aa_length": 353,
"cds_start": 921,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352508.7"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.921C>A",
"hgvs_p": "p.Cys307*",
"transcript": "ENST00000529341.1",
"protein_id": "ENSP00000431732.1",
"transcript_support_level": 1,
"aa_start": 307,
"aa_end": null,
"aa_length": 353,
"cds_start": 921,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529341.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1098C>A",
"hgvs_p": "p.Cys366*",
"transcript": "NM_001440492.1",
"protein_id": "NP_001427421.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 412,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440492.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1089C>A",
"hgvs_p": "p.Cys363*",
"transcript": "ENST00000949301.1",
"protein_id": "ENSP00000619360.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 409,
"cds_start": 1089,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949301.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1086C>A",
"hgvs_p": "p.Cys362*",
"transcript": "ENST00000949304.1",
"protein_id": "ENSP00000619363.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 408,
"cds_start": 1086,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949304.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1044C>A",
"hgvs_p": "p.Cys348*",
"transcript": "NM_001440495.1",
"protein_id": "NP_001427424.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 394,
"cds_start": 1044,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440495.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1044C>A",
"hgvs_p": "p.Cys348*",
"transcript": "ENST00000897203.1",
"protein_id": "ENSP00000567262.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 394,
"cds_start": 1044,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897203.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.975C>A",
"hgvs_p": "p.Cys325*",
"transcript": "NM_001440497.1",
"protein_id": "NP_001427426.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 371,
"cds_start": 975,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440497.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.975C>A",
"hgvs_p": "p.Cys325*",
"transcript": "NM_001440498.1",
"protein_id": "NP_001427427.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 371,
"cds_start": 975,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440498.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.975C>A",
"hgvs_p": "p.Cys325*",
"transcript": "ENST00000897204.1",
"protein_id": "ENSP00000567263.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 371,
"cds_start": 975,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897204.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.939C>A",
"hgvs_p": "p.Cys313*",
"transcript": "NM_001440499.1",
"protein_id": "NP_001427428.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 359,
"cds_start": 939,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440499.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.939C>A",
"hgvs_p": "p.Cys313*",
"transcript": "ENST00000524487.5",
"protein_id": "ENSP00000435551.2",
"transcript_support_level": 5,
"aa_start": 313,
"aa_end": null,
"aa_length": 359,
"cds_start": 939,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524487.5"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.921C>A",
"hgvs_p": "p.Cys307*",
"transcript": "NM_001440500.1",
"protein_id": "NP_001427429.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 353,
"cds_start": 921,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440500.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.921C>A",
"hgvs_p": "p.Cys307*",
"transcript": "NM_032645.5",
"protein_id": "NP_116034.2",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 353,
"cds_start": 921,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032645.5"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.885C>A",
"hgvs_p": "p.Cys295*",
"transcript": "NM_001440502.1",
"protein_id": "NP_001427431.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 341,
"cds_start": 885,
"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": "NM_001440502.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.885C>A",
"hgvs_p": "p.Cys295*",
"transcript": "ENST00000949303.1",
"protein_id": "ENSP00000619362.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 341,
"cds_start": 885,
"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": "ENST00000949303.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.816C>A",
"hgvs_p": "p.Cys272*",
"transcript": "NM_001440503.1",
"protein_id": "NP_001427432.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 318,
"cds_start": 816,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440503.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.816C>A",
"hgvs_p": "p.Cys272*",
"transcript": "ENST00000949305.1",
"protein_id": "ENSP00000619364.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 318,
"cds_start": 816,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949305.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.762C>A",
"hgvs_p": "p.Cys254*",
"transcript": "ENST00000949302.1",
"protein_id": "ENSP00000619361.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 300,
"cds_start": 762,
"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": "ENST00000949302.1"
},
{
"aa_ref": "C",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.759C>A",
"hgvs_p": "p.Cys253*",
"transcript": "NM_001440504.1",
"protein_id": "NP_001427433.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 299,
"cds_start": 759,
"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": "NM_001440504.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1234C>A",
"hgvs_p": "p.Arg412Arg",
"transcript": "NM_001440490.1",
"protein_id": "NP_001427419.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 520,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440490.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.1183C>A",
"hgvs_p": "p.Arg395Arg",
"transcript": "NM_001440491.1",
"protein_id": "NP_001427420.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 503,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440491.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.901C>A",
"hgvs_p": "p.Arg301Arg",
"transcript": "NM_001440493.1",
"protein_id": "NP_001427422.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 409,
"cds_start": 901,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440493.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.967-753C>A",
"hgvs_p": null,
"transcript": "NM_001440494.1",
"protein_id": "NP_001427423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 408,
"cds_start": null,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440494.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.913-753C>A",
"hgvs_p": null,
"transcript": "NM_001440496.1",
"protein_id": "NP_001427425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": null,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440496.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.790-753C>A",
"hgvs_p": null,
"transcript": "NM_001440501.1",
"protein_id": "NP_001427430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440501.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "n.122-753C>A",
"hgvs_p": null,
"transcript": "ENST00000528356.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000528356.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124902673",
"gene_hgnc_id": null,
"hgvs_c": "n.144+1033G>T",
"hgvs_p": null,
"transcript": "XR_007062669.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_007062669.1"
}
],
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"dbsnp": "rs139525851",
"frequency_reference_population": 0.0000014103059,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000141031,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4399999976158142,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.114,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "NM_005055.5",
"gene_symbol": "RAPSN",
"hgnc_id": 9863,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1098C>A",
"hgvs_p": "p.Cys366*"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "XR_007062669.1",
"gene_symbol": "LOC124902673",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.144+1033G>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
}