← 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: 4-16512098-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=16512098&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 16512098,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001290.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "NM_001290.5",
"protein_id": "NP_001281.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 373,
"cds_start": 622,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000304523.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "ENST00000304523.10",
"protein_id": "ENSP00000306772.5",
"transcript_support_level": 1,
"aa_start": 208,
"aa_end": null,
"aa_length": 373,
"cds_start": 622,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001290.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304523.10"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "ENST00000441778.6",
"protein_id": "ENSP00000392089.2",
"transcript_support_level": 1,
"aa_start": 208,
"aa_end": null,
"aa_length": 331,
"cds_start": 622,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441778.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "ENST00000502640.5",
"protein_id": "ENSP00000423963.1",
"transcript_support_level": 1,
"aa_start": 208,
"aa_end": null,
"aa_length": 313,
"cds_start": 622,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502640.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "NM_001304434.2",
"protein_id": "NP_001291363.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 371,
"cds_start": 622,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304434.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "ENST00000515064.5",
"protein_id": "ENSP00000422552.1",
"transcript_support_level": 2,
"aa_start": 208,
"aa_end": null,
"aa_length": 371,
"cds_start": 622,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515064.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "ENST00000854230.1",
"protein_id": "ENSP00000524289.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 370,
"cds_start": 622,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854230.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.538G>A",
"hgvs_p": "p.Val180Ile",
"transcript": "ENST00000854229.1",
"protein_id": "ENSP00000524288.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 345,
"cds_start": 538,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854229.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.538G>A",
"hgvs_p": "p.Val180Ile",
"transcript": "ENST00000854232.1",
"protein_id": "ENSP00000524291.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 343,
"cds_start": 538,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854232.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.538G>A",
"hgvs_p": "p.Val180Ile",
"transcript": "ENST00000854231.1",
"protein_id": "ENSP00000524290.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 342,
"cds_start": 538,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854231.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "NM_001130834.3",
"protein_id": "NP_001124306.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 331,
"cds_start": 622,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130834.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "NM_001304435.2",
"protein_id": "NP_001291364.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 313,
"cds_start": 622,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304435.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.385G>A",
"hgvs_p": "p.Val129Ile",
"transcript": "ENST00000507464.5",
"protein_id": "ENSP00000425754.1",
"transcript_support_level": 5,
"aa_start": 129,
"aa_end": null,
"aa_length": 293,
"cds_start": 385,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507464.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_006713975.5",
"protein_id": "XP_006714038.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 411,
"cds_start": 736,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713975.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_006713976.5",
"protein_id": "XP_006714039.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 410,
"cds_start": 736,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713976.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_006713977.5",
"protein_id": "XP_006714040.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 409,
"cds_start": 736,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713977.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_017008812.3",
"protein_id": "XP_016864301.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 408,
"cds_start": 736,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008812.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "XM_005248197.5",
"protein_id": "XP_005248254.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 372,
"cds_start": 622,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248197.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "XM_017008813.3",
"protein_id": "XP_016864302.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 370,
"cds_start": 622,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008813.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_006713982.5",
"protein_id": "XP_006714045.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 351,
"cds_start": 736,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713982.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_017008815.3",
"protein_id": "XP_016864304.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 350,
"cds_start": 736,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008815.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_006713983.5",
"protein_id": "XP_006714046.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 349,
"cds_start": 736,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713983.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Val246Ile",
"transcript": "XM_017008816.3",
"protein_id": "XP_016864305.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 348,
"cds_start": 736,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008816.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "XM_024454278.2",
"protein_id": "XP_024310046.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 331,
"cds_start": 622,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454278.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.493G>A",
"hgvs_p": "p.Val165Ile",
"transcript": "XM_017008818.2",
"protein_id": "XP_016864307.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 330,
"cds_start": 493,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008818.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "XM_017008819.3",
"protein_id": "XP_016864308.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 312,
"cds_start": 622,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008819.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "XM_017008820.3",
"protein_id": "XP_016864309.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 311,
"cds_start": 622,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008820.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile",
"transcript": "XM_017008821.3",
"protein_id": "XP_016864310.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 310,
"cds_start": 622,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008821.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.397G>A",
"hgvs_p": "p.Val133Ile",
"transcript": "XM_047416390.1",
"protein_id": "XP_047272346.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 298,
"cds_start": 397,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416390.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.250G>A",
"hgvs_p": "p.Val84Ile",
"transcript": "XM_024454280.2",
"protein_id": "XP_024310048.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 249,
"cds_start": 250,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454280.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "c.250G>A",
"hgvs_p": "p.Val84Ile",
"transcript": "XM_047416391.1",
"protein_id": "XP_047272347.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 249,
"cds_start": 250,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416391.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "n.480G>A",
"hgvs_p": null,
"transcript": "ENST00000503153.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "pseudogene",
"feature": "ENST00000503153.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "n.*409G>A",
"hgvs_p": null,
"transcript": "ENST00000508918.5",
"protein_id": "ENSP00000424770.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000508918.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "n.*353G>A",
"hgvs_p": null,
"transcript": "ENST00000512345.5",
"protein_id": "ENSP00000424676.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000512345.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000248138",
"gene_hgnc_id": 58741,
"hgvs_c": "n.346C>T",
"hgvs_p": null,
"transcript": "ENST00000512370.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000512370.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "n.*409G>A",
"hgvs_p": null,
"transcript": "ENST00000508918.5",
"protein_id": "ENSP00000424770.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000508918.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"hgvs_c": "n.*353G>A",
"hgvs_p": null,
"transcript": "ENST00000512345.5",
"protein_id": "ENSP00000424676.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000512345.5"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000248138",
"gene_hgnc_id": 58741,
"hgvs_c": "n.224-83006C>T",
"hgvs_p": null,
"transcript": "ENST00000782749.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": "pseudogene",
"feature": "ENST00000782749.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000248138",
"gene_hgnc_id": 58741,
"hgvs_c": "n.341-83006C>T",
"hgvs_p": null,
"transcript": "ENST00000782750.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": "pseudogene",
"feature": "ENST00000782750.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000248138",
"gene_hgnc_id": 58741,
"hgvs_c": "n.232-3952C>T",
"hgvs_p": null,
"transcript": "ENST00000782751.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": "pseudogene",
"feature": "ENST00000782751.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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105374505",
"gene_hgnc_id": null,
"hgvs_c": "n.209-24532C>T",
"hgvs_p": null,
"transcript": "XR_007058068.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": "pseudogene",
"feature": "XR_007058068.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105374505",
"gene_hgnc_id": null,
"hgvs_c": "n.209-26786C>T",
"hgvs_p": null,
"transcript": "XR_007058069.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": "pseudogene",
"feature": "XR_007058069.1"
}
],
"gene_symbol": "LDB2",
"gene_hgnc_id": 6533,
"dbsnp": "rs1179933323",
"frequency_reference_population": 0.000008080236,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000755152,
"gnomad_genomes_af": 0.0000131403,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6386501789093018,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.397,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2458,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001290.5",
"gene_symbol": "LDB2",
"hgnc_id": 6533,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Val208Ile"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000512370.5",
"gene_symbol": "ENSG00000248138",
"hgnc_id": 58741,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.346C>T",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007058068.1",
"gene_symbol": "LOC105374505",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.209-24532C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}