← 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-72088556-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72088556&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 72088556,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_145309.6",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "NM_145309.6",
"protein_id": "NP_660352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2129,
"mane_select": "ENST00000289488.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000289488.8",
"protein_id": "ENSP00000289488.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2129,
"mane_select": "NM_145309.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "c.-321-4940C>T",
"hgvs_p": null,
"transcript": "ENST00000307198.11",
"protein_id": "ENSP00000305742.7",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000541614.5",
"protein_id": "ENSP00000438522.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": -4,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000324866.11",
"protein_id": "ENSP00000440693.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "n.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000427369.6",
"protein_id": "ENSP00000409403.2",
"transcript_support_level": 1,
"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": 3299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000535883.6",
"protein_id": "ENSP00000437561.1",
"transcript_support_level": 1,
"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": 1154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "n.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000544409.5",
"protein_id": "ENSP00000440969.1",
"transcript_support_level": 1,
"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": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "c.-321-4940C>T",
"hgvs_p": null,
"transcript": "NM_001145308.5",
"protein_id": "NP_001138780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "c.-459+176C>T",
"hgvs_p": null,
"transcript": "NM_001145309.4",
"protein_id": "NP_001138781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "c.-459+176C>T",
"hgvs_p": null,
"transcript": "NM_001145310.4",
"protein_id": "NP_001138782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": -4,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "NM_001318803.2",
"protein_id": "NP_001305732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-55-473C>T",
"hgvs_p": null,
"transcript": "ENST00000538413.6",
"protein_id": "ENSP00000438762.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000538478.5",
"protein_id": "ENSP00000444583.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000642648.1",
"protein_id": "ENSP00000494362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000647530.1",
"protein_id": "ENSP00000494072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.28+176C>T",
"hgvs_p": null,
"transcript": "NM_001205138.4",
"protein_id": "NP_001192067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": -4,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1992,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.28+176C>T",
"hgvs_p": null,
"transcript": "ENST00000423494.6",
"protein_id": "ENSP00000441249.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": -4,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "NM_001145307.5",
"protein_id": "NP_001138779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": -4,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000439209.5",
"protein_id": "ENSP00000395139.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000643715.1",
"protein_id": "ENSP00000496019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "NM_001271471.3",
"protein_id": "NP_001258400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000536917.2",
"protein_id": "ENSP00000443421.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": -4,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1179,
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "LAMTOR1",
"gene_hgnc_id": 26068,
"hgvs_c": "c.394-2112G>A",
"hgvs_p": null,
"transcript": "ENST00000545249.5",
"protein_id": "ENSP00000440738.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 142,
"cds_start": -4,
"cds_end": null,
"cds_length": 429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000542846.5",
"protein_id": "ENSP00000440248.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 102,
"cds_start": -4,
"cds_end": null,
"cds_length": 311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-332-4940C>T",
"hgvs_p": null,
"transcript": "ENST00000539271.6",
"protein_id": "ENSP00000442267.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 54,
"cds_start": -4,
"cds_end": null,
"cds_length": 165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-126-6392C>T",
"hgvs_p": null,
"transcript": "ENST00000539587.6",
"protein_id": "ENSP00000437649.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 54,
"cds_start": -4,
"cds_end": null,
"cds_length": 165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "c.-332-4940C>T",
"hgvs_p": null,
"transcript": "ENST00000642510.1",
"protein_id": "ENSP00000496544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 54,
"cds_start": -4,
"cds_end": null,
"cds_length": 165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.110-4940C>T",
"hgvs_p": null,
"transcript": "ENST00000412777.6",
"protein_id": null,
"transcript_support_level": 4,
"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": 548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.57+176C>T",
"hgvs_p": null,
"transcript": "ENST00000537483.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000642478.1",
"protein_id": "ENSP00000495182.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": 968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.404+176C>T",
"hgvs_p": null,
"transcript": "ENST00000642813.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": 695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.-56+176C>T",
"hgvs_p": null,
"transcript": "ENST00000645358.1",
"protein_id": "ENSP00000495121.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": 980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRTOMT",
"gene_hgnc_id": 25033,
"hgvs_c": "n.-332-4940C>T",
"hgvs_p": null,
"transcript": "ENST00000646163.1",
"protein_id": "ENSP00000494749.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": 773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.120+176C>T",
"hgvs_p": null,
"transcript": "NR_026886.4",
"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": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.37-4940C>T",
"hgvs_p": null,
"transcript": "NR_134858.2",
"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": 1908,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"hgvs_c": "n.-108C>T",
"hgvs_p": null,
"transcript": "ENST00000644745.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": 793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LRRC51",
"gene_hgnc_id": 55526,
"dbsnp": "rs116078212",
"frequency_reference_population": 0.0012442996,
"hom_count_reference_population": 6,
"allele_count_reference_population": 776,
"gnomad_exomes_af": 0.000443409,
"gnomad_genomes_af": 0.00372301,
"gnomad_exomes_ac": 209,
"gnomad_genomes_ac": 567,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 4,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8100000023841858,
"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.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.06,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_145309.6",
"gene_symbol": "LRRC51",
"hgnc_id": 55526,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-56+176C>T",
"hgvs_p": null
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000307198.11",
"gene_symbol": "LRTOMT",
"hgnc_id": 25033,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-321-4940C>T",
"hgvs_p": null
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000545249.5",
"gene_symbol": "LAMTOR1",
"hgnc_id": 26068,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.394-2112G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}