← 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-86716601-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=86716601&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 86716601,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001171610.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1506G>T",
"hgvs_p": "p.Pro502Pro",
"transcript": "NM_007078.3",
"protein_id": "NP_009009.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 727,
"cds_start": 1506,
"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": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1506G>T",
"hgvs_p": "p.Pro502Pro",
"transcript": "ENST00000361373.9",
"protein_id": "ENSP00000355296.3",
"transcript_support_level": 1,
"aa_start": 502,
"aa_end": null,
"aa_length": 727,
"cds_start": 1506,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1710G>T",
"hgvs_p": "p.Pro570Pro",
"transcript": "ENST00000945680.1",
"protein_id": "ENSP00000615739.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 795,
"cds_start": 1710,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1647G>T",
"hgvs_p": "p.Pro549Pro",
"transcript": "ENST00000871464.1",
"protein_id": "ENSP00000541523.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 774,
"cds_start": 1647,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1554G>T",
"hgvs_p": "p.Pro518Pro",
"transcript": "ENST00000871462.1",
"protein_id": "ENSP00000541521.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 743,
"cds_start": 1554,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1521G>T",
"hgvs_p": "p.Pro507Pro",
"transcript": "NM_001171610.2",
"protein_id": "NP_001165081.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 732,
"cds_start": 1521,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1521G>T",
"hgvs_p": "p.Pro507Pro",
"transcript": "ENST00000623056.4",
"protein_id": "ENSP00000485500.1",
"transcript_support_level": 5,
"aa_start": 507,
"aa_end": null,
"aa_length": 732,
"cds_start": 1521,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1521G>T",
"hgvs_p": "p.Pro507Pro",
"transcript": "ENST00000871441.1",
"protein_id": "ENSP00000541500.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 732,
"cds_start": 1521,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1521G>T",
"hgvs_p": "p.Pro507Pro",
"transcript": "ENST00000871460.1",
"protein_id": "ENSP00000541519.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 732,
"cds_start": 1521,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1506G>T",
"hgvs_p": "p.Pro502Pro",
"transcript": "ENST00000871439.1",
"protein_id": "ENSP00000541498.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 727,
"cds_start": 1506,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1506G>T",
"hgvs_p": "p.Pro502Pro",
"transcript": "ENST00000871467.1",
"protein_id": "ENSP00000541526.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 727,
"cds_start": 1506,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1458G>T",
"hgvs_p": "p.Pro486Pro",
"transcript": "ENST00000871456.1",
"protein_id": "ENSP00000541515.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 711,
"cds_start": 1458,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1506G>T",
"hgvs_p": "p.Pro502Pro",
"transcript": "ENST00000871458.1",
"protein_id": "ENSP00000541517.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 710,
"cds_start": 1506,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1413G>T",
"hgvs_p": "p.Pro471Pro",
"transcript": "ENST00000871454.1",
"protein_id": "ENSP00000541513.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 696,
"cds_start": 1413,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1365G>T",
"hgvs_p": "p.Pro455Pro",
"transcript": "NM_001368066.1",
"protein_id": "NP_001354995.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 680,
"cds_start": 1365,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1365G>T",
"hgvs_p": "p.Pro455Pro",
"transcript": "ENST00000689740.1",
"protein_id": "ENSP00000510300.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 680,
"cds_start": 1365,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1365G>T",
"hgvs_p": "p.Pro455Pro",
"transcript": "ENST00000693680.1",
"protein_id": "ENSP00000509539.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 680,
"cds_start": 1365,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1365G>T",
"hgvs_p": "p.Pro455Pro",
"transcript": "ENST00000871440.1",
"protein_id": "ENSP00000541499.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 680,
"cds_start": 1365,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1365G>T",
"hgvs_p": "p.Pro455Pro",
"transcript": "ENST00000871442.1",
"protein_id": "ENSP00000541501.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 680,
"cds_start": 1365,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1365G>T",
"hgvs_p": "p.Pro455Pro",
"transcript": "ENST00000871446.1",
"protein_id": "ENSP00000541505.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 680,
"cds_start": 1365,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1365G>T",
"hgvs_p": "p.Pro455Pro",
"transcript": "ENST00000871450.1",
"protein_id": "ENSP00000541509.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 680,
"cds_start": 1365,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "NM_001368064.1",
"protein_id": "NP_001354993.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "NM_001368065.1",
"protein_id": "NP_001354994.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000688001.1",
"protein_id": "ENSP00000508987.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000689296.1",
"protein_id": "ENSP00000510609.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000871445.1",
"protein_id": "ENSP00000541504.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000871448.1",
"protein_id": "ENSP00000541507.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000871465.1",
"protein_id": "ENSP00000541524.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000945670.1",
"protein_id": "ENSP00000615729.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000945671.1",
"protein_id": "ENSP00000615730.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 664,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1311G>T",
"hgvs_p": "p.Pro437Pro",
"transcript": "ENST00000871452.1",
"protein_id": "ENSP00000541511.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 662,
"cds_start": 1311,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1296G>T",
"hgvs_p": "p.Pro432Pro",
"transcript": "ENST00000871463.1",
"protein_id": "ENSP00000541522.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 657,
"cds_start": 1296,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1317G>T",
"hgvs_p": "p.Pro439Pro",
"transcript": "ENST00000945677.1",
"protein_id": "ENSP00000615736.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 647,
"cds_start": 1317,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1224G>T",
"hgvs_p": "p.Pro408Pro",
"transcript": "ENST00000871451.1",
"protein_id": "ENSP00000541510.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 633,
"cds_start": 1224,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1176G>T",
"hgvs_p": "p.Pro392Pro",
"transcript": "NM_001080114.2",
"protein_id": "NP_001073583.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 617,
"cds_start": 1176,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1176G>T",
"hgvs_p": "p.Pro392Pro",
"transcript": "ENST00000429277.7",
"protein_id": "ENSP00000401437.3",
"transcript_support_level": 2,
"aa_start": 392,
"aa_end": null,
"aa_length": 617,
"cds_start": 1176,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1176G>T",
"hgvs_p": "p.Pro392Pro",
"transcript": "ENST00000871438.1",
"protein_id": "ENSP00000541497.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 617,
"cds_start": 1176,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1176G>T",
"hgvs_p": "p.Pro392Pro",
"transcript": "ENST00000871455.1",
"protein_id": "ENSP00000541514.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 617,
"cds_start": 1176,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1176G>T",
"hgvs_p": "p.Pro392Pro",
"transcript": "ENST00000871466.1",
"protein_id": "ENSP00000541525.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 617,
"cds_start": 1176,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1176G>T",
"hgvs_p": "p.Pro392Pro",
"transcript": "ENST00000945675.1",
"protein_id": "ENSP00000615734.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 617,
"cds_start": 1176,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1161G>T",
"hgvs_p": "p.Pro387Pro",
"transcript": "ENST00000871457.1",
"protein_id": "ENSP00000541516.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 612,
"cds_start": 1161,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.987G>T",
"hgvs_p": "p.Pro329Pro",
"transcript": "ENST00000945669.1",
"protein_id": "ENSP00000615728.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 554,
"cds_start": 987,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.972G>T",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000871443.1",
"protein_id": "ENSP00000541502.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 549,
"cds_start": 972,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.972G>T",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000871447.1",
"protein_id": "ENSP00000541506.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 549,
"cds_start": 972,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.897G>T",
"hgvs_p": "p.Pro299Pro",
"transcript": "ENST00000871449.1",
"protein_id": "ENSP00000541508.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 524,
"cds_start": 897,
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.822G>T",
"hgvs_p": "p.Pro274Pro",
"transcript": "ENST00000945667.1",
"protein_id": "ENSP00000615726.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 499,
"cds_start": 822,
"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": 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+6551G>T",
"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": 7,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.756-93G>T",
"hgvs_p": null,
"transcript": "ENST00000945679.1",
"protein_id": "ENSP00000615738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": null,
"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": 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+6551G>T",
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.756-1363G>T",
"hgvs_p": null,
"transcript": "ENST00000945674.1",
"protein_id": "ENSP00000615733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"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": [
"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+6551G>T",
"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+6551G>T",
"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+6551G>T",
"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+6551G>T",
"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+6551G>T",
"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+6551G>T",
"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+6551G>T",
"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+6551G>T",
"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-2126G>T",
"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": "rs45579241",
"frequency_reference_population": 6.840703e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8407e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5799999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.226,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001171610.2",
"gene_symbol": "LDB3",
"hgnc_id": 15710,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1521G>T",
"hgvs_p": "p.Pro507Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}