← 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: 10-86718086-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=86718086&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 86718086,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001171610.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Gln",
"transcript": "NM_007078.3",
"protein_id": "NP_009009.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 727,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361373.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007078.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Gln",
"transcript": "ENST00000361373.9",
"protein_id": "ENSP00000355296.3",
"transcript_support_level": 1,
"aa_start": 600,
"aa_end": null,
"aa_length": 727,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007078.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361373.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.2003G>A",
"hgvs_p": "p.Arg668Gln",
"transcript": "ENST00000945680.1",
"protein_id": "ENSP00000615739.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 795,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945680.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1940G>A",
"hgvs_p": "p.Arg647Gln",
"transcript": "ENST00000871464.1",
"protein_id": "ENSP00000541523.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 774,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871464.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "ENST00000871462.1",
"protein_id": "ENSP00000541521.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 743,
"cds_start": 1847,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871462.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605Gln",
"transcript": "NM_001171610.2",
"protein_id": "NP_001165081.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 732,
"cds_start": 1814,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171610.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605Gln",
"transcript": "ENST00000623056.4",
"protein_id": "ENSP00000485500.1",
"transcript_support_level": 5,
"aa_start": 605,
"aa_end": null,
"aa_length": 732,
"cds_start": 1814,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000623056.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605Gln",
"transcript": "ENST00000871441.1",
"protein_id": "ENSP00000541500.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 732,
"cds_start": 1814,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871441.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605Gln",
"transcript": "ENST00000871460.1",
"protein_id": "ENSP00000541519.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 732,
"cds_start": 1814,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871460.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Gln",
"transcript": "ENST00000871439.1",
"protein_id": "ENSP00000541498.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 727,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871439.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Gln",
"transcript": "ENST00000871467.1",
"protein_id": "ENSP00000541526.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 727,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871467.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1751G>A",
"hgvs_p": "p.Arg584Gln",
"transcript": "ENST00000871456.1",
"protein_id": "ENSP00000541515.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 711,
"cds_start": 1751,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871456.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569Gln",
"transcript": "ENST00000871454.1",
"protein_id": "ENSP00000541513.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 696,
"cds_start": 1706,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871454.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1658G>A",
"hgvs_p": "p.Arg553Gln",
"transcript": "NM_001368066.1",
"protein_id": "NP_001354995.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 680,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368066.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1658G>A",
"hgvs_p": "p.Arg553Gln",
"transcript": "ENST00000689740.1",
"protein_id": "ENSP00000510300.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 680,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689740.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1658G>A",
"hgvs_p": "p.Arg553Gln",
"transcript": "ENST00000693680.1",
"protein_id": "ENSP00000509539.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 680,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693680.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1658G>A",
"hgvs_p": "p.Arg553Gln",
"transcript": "ENST00000871440.1",
"protein_id": "ENSP00000541499.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 680,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871440.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1658G>A",
"hgvs_p": "p.Arg553Gln",
"transcript": "ENST00000871442.1",
"protein_id": "ENSP00000541501.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 680,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871442.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1658G>A",
"hgvs_p": "p.Arg553Gln",
"transcript": "ENST00000871446.1",
"protein_id": "ENSP00000541505.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 680,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871446.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1658G>A",
"hgvs_p": "p.Arg553Gln",
"transcript": "ENST00000871450.1",
"protein_id": "ENSP00000541509.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 680,
"cds_start": 1658,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871450.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "NM_001368064.1",
"protein_id": "NP_001354993.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368064.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "NM_001368065.1",
"protein_id": "NP_001354994.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368065.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "ENST00000688001.1",
"protein_id": "ENSP00000508987.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688001.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "ENST00000689296.1",
"protein_id": "ENSP00000510609.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689296.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "ENST00000871445.1",
"protein_id": "ENSP00000541504.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871445.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "ENST00000871448.1",
"protein_id": "ENSP00000541507.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871448.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "ENST00000871465.1",
"protein_id": "ENSP00000541524.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871465.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "ENST00000945670.1",
"protein_id": "ENSP00000615729.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945670.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Gln",
"transcript": "ENST00000945671.1",
"protein_id": "ENSP00000615730.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 664,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945671.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1604G>A",
"hgvs_p": "p.Arg535Gln",
"transcript": "ENST00000871452.1",
"protein_id": "ENSP00000541511.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 662,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871452.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1589G>A",
"hgvs_p": "p.Arg530Gln",
"transcript": "ENST00000871463.1",
"protein_id": "ENSP00000541522.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 657,
"cds_start": 1589,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871463.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1517G>A",
"hgvs_p": "p.Arg506Gln",
"transcript": "ENST00000871451.1",
"protein_id": "ENSP00000541510.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 633,
"cds_start": 1517,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871451.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490Gln",
"transcript": "NM_001080114.2",
"protein_id": "NP_001073583.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 617,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080114.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490Gln",
"transcript": "ENST00000429277.7",
"protein_id": "ENSP00000401437.3",
"transcript_support_level": 2,
"aa_start": 490,
"aa_end": null,
"aa_length": 617,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429277.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490Gln",
"transcript": "ENST00000871438.1",
"protein_id": "ENSP00000541497.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 617,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871438.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490Gln",
"transcript": "ENST00000871455.1",
"protein_id": "ENSP00000541514.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 617,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871455.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490Gln",
"transcript": "ENST00000871466.1",
"protein_id": "ENSP00000541525.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 617,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871466.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490Gln",
"transcript": "ENST00000945675.1",
"protein_id": "ENSP00000615734.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 617,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945675.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1454G>A",
"hgvs_p": "p.Arg485Gln",
"transcript": "ENST00000871457.1",
"protein_id": "ENSP00000541516.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 612,
"cds_start": 1454,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871457.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1280G>A",
"hgvs_p": "p.Arg427Gln",
"transcript": "ENST00000945669.1",
"protein_id": "ENSP00000615728.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 554,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945669.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1265G>A",
"hgvs_p": "p.Arg422Gln",
"transcript": "ENST00000871443.1",
"protein_id": "ENSP00000541502.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 549,
"cds_start": 1265,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871443.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1265G>A",
"hgvs_p": "p.Arg422Gln",
"transcript": "ENST00000871447.1",
"protein_id": "ENSP00000541506.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 549,
"cds_start": 1265,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871447.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1190G>A",
"hgvs_p": "p.Arg397Gln",
"transcript": "ENST00000871449.1",
"protein_id": "ENSP00000541508.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 524,
"cds_start": 1190,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871449.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1115G>A",
"hgvs_p": "p.Arg372Gln",
"transcript": "ENST00000945667.1",
"protein_id": "ENSP00000615726.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 499,
"cds_start": 1115,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945667.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.956G>A",
"hgvs_p": "p.Arg319Gln",
"transcript": "ENST00000945679.1",
"protein_id": "ENSP00000615738.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 446,
"cds_start": 956,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945679.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000945674.1",
"protein_id": "ENSP00000615733.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 420,
"cds_start": 878,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945674.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1792+7G>A",
"hgvs_p": null,
"transcript": "ENST00000871458.1",
"protein_id": "ENSP00000541517.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 710,
"cds_start": null,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871458.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1603+7G>A",
"hgvs_p": null,
"transcript": "ENST00000945677.1",
"protein_id": "ENSP00000615736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 647,
"cds_start": null,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945677.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1231+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000871453.1",
"protein_id": "ENSP00000541512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871453.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1090+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000945673.1",
"protein_id": "ENSP00000615732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 431,
"cds_start": null,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945673.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1042+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000871444.1",
"protein_id": "ENSP00000541503.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871444.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1042+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000871461.1",
"protein_id": "ENSP00000541520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871461.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1042+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000945672.1",
"protein_id": "ENSP00000615731.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945672.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.916+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000945676.1",
"protein_id": "ENSP00000615735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.901+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000871459.1",
"protein_id": "ENSP00000541518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871459.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.901+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000945666.1",
"protein_id": "ENSP00000615725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945666.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.901+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000945668.1",
"protein_id": "ENSP00000615727.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945668.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.901+8036G>A",
"hgvs_p": null,
"transcript": "ENST00000945678.1",
"protein_id": "ENSP00000615737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "n.515-641G>A",
"hgvs_p": null,
"transcript": "ENST00000687154.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000687154.1"
}
],
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"dbsnp": "rs747523570",
"frequency_reference_population": 0.0000123912205,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000123129,
"gnomad_genomes_af": 0.0000131432,
"gnomad_exomes_ac": 18,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4037593603134155,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.28999999165534973,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.356,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0987,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.034,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.29,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM5",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001171610.2",
"gene_symbol": "LDB3",
"hgnc_id": 15710,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605Gln"
}
],
"clinvar_disease": "Cardiovascular phenotype,Myofibrillar myopathy 4,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:5",
"phenotype_combined": "not specified|Myofibrillar myopathy 4|not provided|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}