← 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-43896916-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=43896916&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 43896916,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000260665.12",
"consequences": [
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3826-208A>G",
"hgvs_p": null,
"transcript": "NM_133259.4",
"protein_id": "NP_573566.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1394,
"cds_start": -4,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6603,
"mane_select": "ENST00000260665.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3826-208A>G",
"hgvs_p": null,
"transcript": "ENST00000260665.12",
"protein_id": "ENSP00000260665.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1394,
"cds_start": -4,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6603,
"mane_select": "NM_133259.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.1844A>G",
"hgvs_p": null,
"transcript": "ENST00000683096.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.5478A>G",
"hgvs_p": null,
"transcript": "ENST00000684454.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3934-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683125.1",
"protein_id": "ENSP00000507939.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1430,
"cds_start": -4,
"cds_end": null,
"cds_length": 4293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3856-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683220.1",
"protein_id": "ENSP00000507151.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1404,
"cds_start": -4,
"cds_end": null,
"cds_length": 4215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3844-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682480.1",
"protein_id": "ENSP00000508344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1400,
"cds_start": -4,
"cds_end": null,
"cds_length": 4203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3829-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683213.1",
"protein_id": "ENSP00000507751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1395,
"cds_start": -4,
"cds_end": null,
"cds_length": 4188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3823-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682546.1",
"protein_id": "ENSP00000508188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1393,
"cds_start": -4,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3817-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682779.1",
"protein_id": "ENSP00000507947.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1391,
"cds_start": -4,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3781-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682885.1",
"protein_id": "ENSP00000508036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1379,
"cds_start": -4,
"cds_end": null,
"cds_length": 4140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3826-2287A>G",
"hgvs_p": null,
"transcript": "ENST00000682308.1",
"protein_id": "ENSP00000507056.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1369,
"cds_start": -4,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3817-2287A>G",
"hgvs_p": null,
"transcript": "ENST00000683833.1",
"protein_id": "ENSP00000506852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1366,
"cds_start": -4,
"cds_end": null,
"cds_length": 4101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3733-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683623.1",
"protein_id": "ENSP00000507702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1363,
"cds_start": -4,
"cds_end": null,
"cds_length": 4092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 35,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3574-2287A>G",
"hgvs_p": null,
"transcript": "ENST00000683590.1",
"protein_id": "ENSP00000506820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": -4,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.256-208A>G",
"hgvs_p": null,
"transcript": "ENST00000419884.6",
"protein_id": "ENSP00000414207.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2869-208A>G",
"hgvs_p": null,
"transcript": "ENST00000463456.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.905-208A>G",
"hgvs_p": null,
"transcript": "ENST00000472420.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.257-261A>G",
"hgvs_p": null,
"transcript": "ENST00000483489.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.1378-208A>G",
"hgvs_p": null,
"transcript": "ENST00000681993.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 36,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*3612-2287A>G",
"hgvs_p": null,
"transcript": "ENST00000682303.1",
"protein_id": "ENSP00000508325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.1377-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682434.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3826-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682585.1",
"protein_id": "ENSP00000506885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 33,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.4410-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682595.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2242-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682607.1",
"protein_id": "ENSP00000507512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.676-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682612.1",
"protein_id": "ENSP00000507966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3900-208A>G",
"hgvs_p": null,
"transcript": "ENST00000682933.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.676-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683002.1",
"protein_id": "ENSP00000507415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 36,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.4410-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683072.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.1445-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683080.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.4629-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683329.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*3701-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683346.1",
"protein_id": "ENSP00000507458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.2433-2287A>G",
"hgvs_p": null,
"transcript": "ENST00000683409.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 36,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.4413-208A>G",
"hgvs_p": null,
"transcript": "ENST00000683459.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*3698-2287A>G",
"hgvs_p": null,
"transcript": "ENST00000683796.1",
"protein_id": "ENSP00000508221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3826-261A>G",
"hgvs_p": null,
"transcript": "ENST00000683994.1",
"protein_id": "ENSP00000507181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 34,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*1362-2287A>G",
"hgvs_p": null,
"transcript": "ENST00000684290.1",
"protein_id": "ENSP00000507243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*3739-208A>G",
"hgvs_p": null,
"transcript": "ENST00000684306.1",
"protein_id": "ENSP00000508384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 35,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3846-208A>G",
"hgvs_p": null,
"transcript": "ENST00000684341.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*3464-208A>G",
"hgvs_p": null,
"transcript": "ENST00000684383.1",
"protein_id": "ENSP00000506863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.5007-208A>G",
"hgvs_p": null,
"transcript": "ENST00000684418.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.210-208A>G",
"hgvs_p": null,
"transcript": "ENST00000684433.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.*3698-208A>G",
"hgvs_p": null,
"transcript": "ENST00000684619.1",
"protein_id": "ENSP00000508088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.6571-208A>G",
"hgvs_p": null,
"transcript": "ENST00000684743.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3748-208A>G",
"hgvs_p": null,
"transcript": "XM_006711915.3",
"protein_id": "XP_006711978.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1368,
"cds_start": -4,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "c.3700-208A>G",
"hgvs_p": null,
"transcript": "XM_047442809.1",
"protein_id": "XP_047298765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.3868-208A>G",
"hgvs_p": null,
"transcript": "XR_007068563.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"hgvs_c": "n.-215A>G",
"hgvs_p": null,
"transcript": "ENST00000682154.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LRPPRC",
"gene_hgnc_id": 15714,
"dbsnp": "rs10495910",
"frequency_reference_population": 0.08792573,
"hom_count_reference_population": 671,
"allele_count_reference_population": 13383,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0879257,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 13383,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 671,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7699999809265137,
"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.77,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.135,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BA1",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000260665.12",
"gene_symbol": "LRPPRC",
"hgnc_id": 15714,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3826-208A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}