← 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: 2-189775596-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=189775596&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 189775596,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001371385.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "NM_016467.5",
"protein_id": "NP_057551.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 2150,
"mane_select": "ENST00000392349.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016467.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000392349.9",
"protein_id": "ENSP00000376160.4",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 2150,
"mane_select": "NM_016467.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392349.9"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000325795.7",
"protein_id": "ENSP00000326869.3",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 1082,
"cdna_end": null,
"cdna_length": 2692,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325795.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000392350.7",
"protein_id": "ENSP00000376161.3",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 398,
"cdna_end": null,
"cdna_length": 2009,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392350.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "NM_001371385.1",
"protein_id": "NP_001358314.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 158,
"cds_start": 295,
"cds_end": null,
"cds_length": 477,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 4063,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371385.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "NM_001371386.1",
"protein_id": "NP_001358315.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 158,
"cds_start": 295,
"cds_end": null,
"cds_length": 477,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 4173,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371386.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000850615.1",
"protein_id": "ENSP00000520902.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 158,
"cds_start": 295,
"cds_end": null,
"cds_length": 477,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850615.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "NM_001128150.2",
"protein_id": "NP_001121622.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 2040,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128150.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "NM_001371384.1",
"protein_id": "NP_001358313.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 4040,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371384.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853746.1",
"protein_id": "ENSP00000523805.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 780,
"cdna_end": null,
"cdna_length": 2390,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853746.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853747.1",
"protein_id": "ENSP00000523806.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 505,
"cdna_end": null,
"cdna_length": 2124,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853747.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853748.1",
"protein_id": "ENSP00000523807.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 587,
"cdna_end": null,
"cdna_length": 2253,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853748.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853749.1",
"protein_id": "ENSP00000523808.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 2505,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853749.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853750.1",
"protein_id": "ENSP00000523809.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 2085,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853750.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853751.1",
"protein_id": "ENSP00000523810.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 582,
"cdna_end": null,
"cdna_length": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853751.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853752.1",
"protein_id": "ENSP00000523811.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 458,
"cdna_end": null,
"cdna_length": 1467,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853752.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853753.1",
"protein_id": "ENSP00000523812.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 628,
"cdna_end": null,
"cdna_length": 1251,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853753.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853755.1",
"protein_id": "ENSP00000523814.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 1048,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853755.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853757.1",
"protein_id": "ENSP00000523816.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 1939,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853757.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853758.1",
"protein_id": "ENSP00000523817.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 836,
"cdna_end": null,
"cdna_length": 1458,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853758.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853759.1",
"protein_id": "ENSP00000523818.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853759.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853760.1",
"protein_id": "ENSP00000523819.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 644,
"cdna_end": null,
"cdna_length": 1267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853760.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853761.1",
"protein_id": "ENSP00000523820.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 2068,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853761.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853762.1",
"protein_id": "ENSP00000523821.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 1312,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853762.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853763.1",
"protein_id": "ENSP00000523822.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 1465,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853763.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853764.1",
"protein_id": "ENSP00000523823.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 983,
"cdna_end": null,
"cdna_length": 1606,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853764.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853765.1",
"protein_id": "ENSP00000523824.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 926,
"cdna_end": null,
"cdna_length": 1549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853765.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000853766.1",
"protein_id": "ENSP00000523825.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 631,
"cdna_end": null,
"cdna_length": 979,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853766.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921292.1",
"protein_id": "ENSP00000591351.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 2023,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921292.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921293.1",
"protein_id": "ENSP00000591352.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 804,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921293.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921294.1",
"protein_id": "ENSP00000591353.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 2300,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921294.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921295.1",
"protein_id": "ENSP00000591354.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 2089,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921295.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921297.1",
"protein_id": "ENSP00000591356.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 716,
"cdna_end": null,
"cdna_length": 1339,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921297.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921298.1",
"protein_id": "ENSP00000591357.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 875,
"cdna_end": null,
"cdna_length": 1498,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921298.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921299.1",
"protein_id": "ENSP00000591358.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921299.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921300.1",
"protein_id": "ENSP00000591359.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 639,
"cdna_end": null,
"cdna_length": 1262,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921300.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": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000921301.1",
"protein_id": "ENSP00000591360.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 815,
"cdna_end": null,
"cdna_length": 1438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921301.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000961246.1",
"protein_id": "ENSP00000631305.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 2270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961246.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000961247.1",
"protein_id": "ENSP00000631306.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 2264,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961247.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000961248.1",
"protein_id": "ENSP00000631307.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 940,
"cdna_end": null,
"cdna_length": 1952,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961248.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000961251.1",
"protein_id": "ENSP00000631310.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 1500,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961251.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000961252.1",
"protein_id": "ENSP00000631311.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 1159,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961252.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "NM_001371387.1",
"protein_id": "NP_001358316.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 115,
"cds_start": 295,
"cds_end": null,
"cds_length": 348,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 3934,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371387.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "NM_001371388.1",
"protein_id": "NP_001358317.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 115,
"cds_start": 295,
"cds_end": null,
"cds_length": 348,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371388.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000409519.5",
"protein_id": "ENSP00000386253.1",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 109,
"cds_start": 295,
"cds_end": null,
"cds_length": 330,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 1223,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409519.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000442547.5",
"protein_id": "ENSP00000407234.1",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 107,
"cds_start": 295,
"cds_end": null,
"cds_length": 326,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442547.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "ENST00000458355.1",
"protein_id": "ENSP00000402074.1",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 107,
"cds_start": 295,
"cds_end": null,
"cds_length": 326,
"cdna_start": 883,
"cdna_end": null,
"cdna_length": 914,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458355.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.157C>A",
"hgvs_p": "p.Arg53Arg",
"transcript": "ENST00000853754.1",
"protein_id": "ENSP00000523813.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 107,
"cds_start": 157,
"cds_end": null,
"cds_length": 324,
"cdna_start": 1909,
"cdna_end": null,
"cdna_length": 2530,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853754.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.157C>A",
"hgvs_p": "p.Arg53Arg",
"transcript": "ENST00000853756.1",
"protein_id": "ENSP00000523815.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 107,
"cds_start": 157,
"cds_end": null,
"cds_length": 324,
"cdna_start": 1478,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853756.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.157C>A",
"hgvs_p": "p.Arg53Arg",
"transcript": "ENST00000921296.1",
"protein_id": "ENSP00000591355.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 107,
"cds_start": 157,
"cds_end": null,
"cds_length": 324,
"cdna_start": 278,
"cdna_end": null,
"cdna_length": 901,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921296.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.157C>A",
"hgvs_p": "p.Arg53Arg",
"transcript": "ENST00000961249.1",
"protein_id": "ENSP00000631308.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 107,
"cds_start": 157,
"cds_end": null,
"cds_length": 324,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 1385,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961249.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.157C>A",
"hgvs_p": "p.Arg53Arg",
"transcript": "ENST00000961250.1",
"protein_id": "ENSP00000631309.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 107,
"cds_start": 157,
"cds_end": null,
"cds_length": 324,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 1250,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961250.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "XM_005246970.4",
"protein_id": "XP_005247027.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 2084,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246970.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "XM_017005347.2",
"protein_id": "XP_016860836.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 527,
"cdna_end": null,
"cdna_length": 2194,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005347.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "XM_047446425.1",
"protein_id": "XP_047302381.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 153,
"cds_start": 295,
"cds_end": null,
"cds_length": 462,
"cdna_start": 1628,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446425.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "XM_047446426.1",
"protein_id": "XP_047302382.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 111,
"cds_start": 295,
"cds_end": null,
"cds_length": 336,
"cdna_start": 894,
"cdna_end": null,
"cdna_length": 1191,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446426.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg",
"transcript": "XM_047446427.1",
"protein_id": "XP_047302383.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 111,
"cds_start": 295,
"cds_end": null,
"cds_length": 336,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 670,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446427.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"hgvs_c": "n.373C>A",
"hgvs_p": null,
"transcript": "NR_163942.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": 4129,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_163942.1"
}
],
"gene_symbol": "ORMDL1",
"gene_hgnc_id": 16036,
"dbsnp": "rs746392152",
"frequency_reference_population": 6.878241e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.87824e-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.30000001192092896,
"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.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.507,
"phylop100way_prediction": "Uncertain_significance",
"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_001371385.1",
"gene_symbol": "ORMDL1",
"hgnc_id": 16036,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.295C>A",
"hgvs_p": "p.Arg99Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}