← 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-86718015-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=86718015&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 86718015,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001171610.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1728C>T",
"hgvs_p": "p.Thr576Thr",
"transcript": "NM_007078.3",
"protein_id": "NP_009009.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 727,
"cds_start": 1728,
"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": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1728C>T",
"hgvs_p": "p.Thr576Thr",
"transcript": "ENST00000361373.9",
"protein_id": "ENSP00000355296.3",
"transcript_support_level": 1,
"aa_start": 576,
"aa_end": null,
"aa_length": 727,
"cds_start": 1728,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1932C>T",
"hgvs_p": "p.Thr644Thr",
"transcript": "ENST00000945680.1",
"protein_id": "ENSP00000615739.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 795,
"cds_start": 1932,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1869C>T",
"hgvs_p": "p.Thr623Thr",
"transcript": "ENST00000871464.1",
"protein_id": "ENSP00000541523.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 774,
"cds_start": 1869,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1776C>T",
"hgvs_p": "p.Thr592Thr",
"transcript": "ENST00000871462.1",
"protein_id": "ENSP00000541521.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 743,
"cds_start": 1776,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1743C>T",
"hgvs_p": "p.Thr581Thr",
"transcript": "NM_001171610.2",
"protein_id": "NP_001165081.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 732,
"cds_start": 1743,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1743C>T",
"hgvs_p": "p.Thr581Thr",
"transcript": "ENST00000623056.4",
"protein_id": "ENSP00000485500.1",
"transcript_support_level": 5,
"aa_start": 581,
"aa_end": null,
"aa_length": 732,
"cds_start": 1743,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1743C>T",
"hgvs_p": "p.Thr581Thr",
"transcript": "ENST00000871441.1",
"protein_id": "ENSP00000541500.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 732,
"cds_start": 1743,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1743C>T",
"hgvs_p": "p.Thr581Thr",
"transcript": "ENST00000871460.1",
"protein_id": "ENSP00000541519.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 732,
"cds_start": 1743,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1728C>T",
"hgvs_p": "p.Thr576Thr",
"transcript": "ENST00000871439.1",
"protein_id": "ENSP00000541498.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 727,
"cds_start": 1728,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1728C>T",
"hgvs_p": "p.Thr576Thr",
"transcript": "ENST00000871467.1",
"protein_id": "ENSP00000541526.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 727,
"cds_start": 1728,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1680C>T",
"hgvs_p": "p.Thr560Thr",
"transcript": "ENST00000871456.1",
"protein_id": "ENSP00000541515.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 711,
"cds_start": 1680,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1728C>T",
"hgvs_p": "p.Thr576Thr",
"transcript": "ENST00000871458.1",
"protein_id": "ENSP00000541517.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 710,
"cds_start": 1728,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1635C>T",
"hgvs_p": "p.Thr545Thr",
"transcript": "ENST00000871454.1",
"protein_id": "ENSP00000541513.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 696,
"cds_start": 1635,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1587C>T",
"hgvs_p": "p.Thr529Thr",
"transcript": "NM_001368066.1",
"protein_id": "NP_001354995.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 680,
"cds_start": 1587,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1587C>T",
"hgvs_p": "p.Thr529Thr",
"transcript": "ENST00000689740.1",
"protein_id": "ENSP00000510300.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 680,
"cds_start": 1587,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1587C>T",
"hgvs_p": "p.Thr529Thr",
"transcript": "ENST00000693680.1",
"protein_id": "ENSP00000509539.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 680,
"cds_start": 1587,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1587C>T",
"hgvs_p": "p.Thr529Thr",
"transcript": "ENST00000871440.1",
"protein_id": "ENSP00000541499.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 680,
"cds_start": 1587,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1587C>T",
"hgvs_p": "p.Thr529Thr",
"transcript": "ENST00000871442.1",
"protein_id": "ENSP00000541501.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 680,
"cds_start": 1587,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1587C>T",
"hgvs_p": "p.Thr529Thr",
"transcript": "ENST00000871446.1",
"protein_id": "ENSP00000541505.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 680,
"cds_start": 1587,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1587C>T",
"hgvs_p": "p.Thr529Thr",
"transcript": "ENST00000871450.1",
"protein_id": "ENSP00000541509.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 680,
"cds_start": 1587,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "NM_001368064.1",
"protein_id": "NP_001354993.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "NM_001368065.1",
"protein_id": "NP_001354994.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000688001.1",
"protein_id": "ENSP00000508987.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000689296.1",
"protein_id": "ENSP00000510609.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000871445.1",
"protein_id": "ENSP00000541504.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000871448.1",
"protein_id": "ENSP00000541507.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000871465.1",
"protein_id": "ENSP00000541524.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000945670.1",
"protein_id": "ENSP00000615729.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000945671.1",
"protein_id": "ENSP00000615730.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 664,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1533C>T",
"hgvs_p": "p.Thr511Thr",
"transcript": "ENST00000871452.1",
"protein_id": "ENSP00000541511.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 662,
"cds_start": 1533,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1518C>T",
"hgvs_p": "p.Thr506Thr",
"transcript": "ENST00000871463.1",
"protein_id": "ENSP00000541522.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 657,
"cds_start": 1518,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1539C>T",
"hgvs_p": "p.Thr513Thr",
"transcript": "ENST00000945677.1",
"protein_id": "ENSP00000615736.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 647,
"cds_start": 1539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1446C>T",
"hgvs_p": "p.Thr482Thr",
"transcript": "ENST00000871451.1",
"protein_id": "ENSP00000541510.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 633,
"cds_start": 1446,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "NM_001080114.2",
"protein_id": "NP_001073583.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 617,
"cds_start": 1398,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "ENST00000429277.7",
"protein_id": "ENSP00000401437.3",
"transcript_support_level": 2,
"aa_start": 466,
"aa_end": null,
"aa_length": 617,
"cds_start": 1398,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "ENST00000871438.1",
"protein_id": "ENSP00000541497.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 617,
"cds_start": 1398,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "ENST00000871455.1",
"protein_id": "ENSP00000541514.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 617,
"cds_start": 1398,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "ENST00000871466.1",
"protein_id": "ENSP00000541525.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 617,
"cds_start": 1398,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "ENST00000945675.1",
"protein_id": "ENSP00000615734.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 617,
"cds_start": 1398,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1383C>T",
"hgvs_p": "p.Thr461Thr",
"transcript": "ENST00000871457.1",
"protein_id": "ENSP00000541516.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 612,
"cds_start": 1383,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1209C>T",
"hgvs_p": "p.Thr403Thr",
"transcript": "ENST00000945669.1",
"protein_id": "ENSP00000615728.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 554,
"cds_start": 1209,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1194C>T",
"hgvs_p": "p.Thr398Thr",
"transcript": "ENST00000871443.1",
"protein_id": "ENSP00000541502.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 549,
"cds_start": 1194,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1194C>T",
"hgvs_p": "p.Thr398Thr",
"transcript": "ENST00000871447.1",
"protein_id": "ENSP00000541506.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 549,
"cds_start": 1194,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1119C>T",
"hgvs_p": "p.Thr373Thr",
"transcript": "ENST00000871449.1",
"protein_id": "ENSP00000541508.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 524,
"cds_start": 1119,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1044C>T",
"hgvs_p": "p.Thr348Thr",
"transcript": "ENST00000945667.1",
"protein_id": "ENSP00000615726.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 499,
"cds_start": 1044,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.885C>T",
"hgvs_p": "p.Thr295Thr",
"transcript": "ENST00000945679.1",
"protein_id": "ENSP00000615738.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 446,
"cds_start": 885,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.807C>T",
"hgvs_p": "p.Thr269Thr",
"transcript": "ENST00000945674.1",
"protein_id": "ENSP00000615733.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 420,
"cds_start": 807,
"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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1231+7965C>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": 10,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1090+7965C>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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LDB3",
"gene_hgnc_id": 15710,
"hgvs_c": "c.1042+7965C>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+7965C>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+7965C>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+7965C>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+7965C>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+7965C>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+7965C>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+7965C>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-712C>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": "rs749988944",
"frequency_reference_population": 0.0000068149347,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.0000027362,
"gnomad_genomes_af": 0.0000459867,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.41999998688697815,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.778,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -15,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS1",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 15,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_001171610.2",
"gene_symbol": "LDB3",
"hgnc_id": 15710,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1743C>T",
"hgvs_p": "p.Thr581Thr"
}
],
"clinvar_disease": "Cardiovascular phenotype,Myofibrillar myopathy 4,not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4",
"phenotype_combined": "not specified|Myofibrillar myopathy 4|Cardiovascular phenotype|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}