← 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: 2-127639339-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=127639339&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 127639339,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000355119.9",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.968T>G",
"hgvs_p": "p.Leu323Arg",
"transcript": "NM_001161403.3",
"protein_id": "NP_001154875.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 341,
"cds_start": 968,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1474,
"cdna_end": null,
"cdna_length": 2387,
"mane_select": "ENST00000355119.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.968T>G",
"hgvs_p": "p.Leu323Arg",
"transcript": "ENST00000355119.9",
"protein_id": "ENSP00000347240.4",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 341,
"cds_start": 968,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1474,
"cdna_end": null,
"cdna_length": 2387,
"mane_select": "NM_001161403.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.1040T>G",
"hgvs_p": "p.Leu347Arg",
"transcript": "ENST00000324938.9",
"protein_id": "ENSP00000326888.5",
"transcript_support_level": 1,
"aa_start": 347,
"aa_end": null,
"aa_length": 365,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1198,
"cdna_end": null,
"cdna_length": 2111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.953T>G",
"hgvs_p": "p.Leu318Arg",
"transcript": "ENST00000409455.5",
"protein_id": "ENSP00000386383.1",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 336,
"cds_start": 953,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1589,
"cdna_end": null,
"cdna_length": 2500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.953T>G",
"hgvs_p": "p.Leu318Arg",
"transcript": "ENST00000410011.5",
"protein_id": "ENSP00000387002.1",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 336,
"cds_start": 953,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1424,
"cdna_end": null,
"cdna_length": 2335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "ENST00000409754.5",
"protein_id": "ENSP00000386345.1",
"transcript_support_level": 1,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.1040T>G",
"hgvs_p": "p.Leu347Arg",
"transcript": "NM_017980.5",
"protein_id": "NP_060450.2",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 365,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1245,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.1034T>G",
"hgvs_p": "p.Leu345Arg",
"transcript": "NM_001136037.4",
"protein_id": "NP_001129509.2",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 363,
"cds_start": 1034,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 2453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.1034T>G",
"hgvs_p": "p.Leu345Arg",
"transcript": "ENST00000545738.6",
"protein_id": "ENSP00000443794.2",
"transcript_support_level": 5,
"aa_start": 345,
"aa_end": null,
"aa_length": 363,
"cds_start": 1034,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 1112,
"cdna_end": null,
"cdna_length": 1730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.953T>G",
"hgvs_p": "p.Leu318Arg",
"transcript": "NM_001161404.2",
"protein_id": "NP_001154876.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 336,
"cds_start": 953,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1424,
"cdna_end": null,
"cdna_length": 2337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.953T>G",
"hgvs_p": "p.Leu318Arg",
"transcript": "ENST00000409808.6",
"protein_id": "ENSP00000386637.2",
"transcript_support_level": 5,
"aa_start": 318,
"aa_end": null,
"aa_length": 336,
"cds_start": 953,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1404,
"cdna_end": null,
"cdna_length": 2315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "NM_001256542.2",
"protein_id": "NP_001243471.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 1739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "ENST00000409254.1",
"protein_id": "ENSP00000386907.1",
"transcript_support_level": 3,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 725,
"cdna_end": null,
"cdna_length": 867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "ENST00000409286.5",
"protein_id": "ENSP00000386252.1",
"transcript_support_level": 2,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 1678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "ENST00000410038.5",
"protein_id": "ENSP00000386570.1",
"transcript_support_level": 2,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.449T>G",
"hgvs_p": "p.Leu150Arg",
"transcript": "ENST00000426981.5",
"protein_id": "ENSP00000397253.1",
"transcript_support_level": 3,
"aa_start": 150,
"aa_end": null,
"aa_length": 168,
"cds_start": 449,
"cds_end": null,
"cds_length": 507,
"cdna_start": 451,
"cdna_end": null,
"cdna_length": 1409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.1025T>G",
"hgvs_p": "p.Leu342Arg",
"transcript": "XM_047444963.1",
"protein_id": "XP_047300919.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 360,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 2125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.953T>G",
"hgvs_p": "p.Leu318Arg",
"transcript": "XM_024452983.2",
"protein_id": "XP_024308751.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 336,
"cds_start": 953,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1276,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.917T>G",
"hgvs_p": "p.Leu306Arg",
"transcript": "XM_011511453.2",
"protein_id": "XP_011509755.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 324,
"cds_start": 917,
"cds_end": null,
"cds_length": 975,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 2035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.845T>G",
"hgvs_p": "p.Leu282Arg",
"transcript": "XM_047444970.1",
"protein_id": "XP_047300926.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 300,
"cds_start": 845,
"cds_end": null,
"cds_length": 903,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 2264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.761T>G",
"hgvs_p": "p.Leu254Arg",
"transcript": "XM_005263710.3",
"protein_id": "XP_005263767.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 272,
"cds_start": 761,
"cds_end": null,
"cds_length": 819,
"cdna_start": 1314,
"cdna_end": null,
"cdna_length": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.707T>G",
"hgvs_p": "p.Leu236Arg",
"transcript": "XM_047444972.1",
"protein_id": "XP_047300928.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 254,
"cds_start": 707,
"cds_end": null,
"cds_length": 765,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 1715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.659T>G",
"hgvs_p": "p.Leu220Arg",
"transcript": "XM_017004469.2",
"protein_id": "XP_016859958.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 238,
"cds_start": 659,
"cds_end": null,
"cds_length": 717,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 1605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.620T>G",
"hgvs_p": "p.Leu207Arg",
"transcript": "XM_006712627.5",
"protein_id": "XP_006712690.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 225,
"cds_start": 620,
"cds_end": null,
"cds_length": 678,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "XM_024452985.2",
"protein_id": "XP_024308753.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 1662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "XM_024452986.2",
"protein_id": "XP_024308754.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 1626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "XM_047444975.1",
"protein_id": "XP_047300931.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 2133,
"cdna_end": null,
"cdna_length": 3046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "c.512T>G",
"hgvs_p": "p.Leu171Arg",
"transcript": "XM_047444976.1",
"protein_id": "XP_047300932.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 189,
"cds_start": 512,
"cds_end": null,
"cds_length": 570,
"cdna_start": 1838,
"cdna_end": null,
"cdna_length": 2751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "n.*178T>G",
"hgvs_p": null,
"transcript": "ENST00000413578.5",
"protein_id": "ENSP00000388611.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "n.1681T>G",
"hgvs_p": null,
"transcript": "ENST00000466410.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "n.3893T>G",
"hgvs_p": null,
"transcript": "ENST00000469300.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "n.1356T>G",
"hgvs_p": null,
"transcript": "ENST00000476932.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "n.1188T>G",
"hgvs_p": null,
"transcript": "ENST00000484252.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "n.224T>G",
"hgvs_p": null,
"transcript": "ENST00000494613.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"hgvs_c": "n.*178T>G",
"hgvs_p": null,
"transcript": "ENST00000413578.5",
"protein_id": "ENSP00000388611.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LIMS2",
"gene_hgnc_id": 16084,
"dbsnp": "rs869025562",
"frequency_reference_population": 6.8412743e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84127e-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.5437580347061157,
"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.318,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3291,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.297,
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PM5",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000355119.9",
"gene_symbol": "LIMS2",
"hgnc_id": 16084,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.968T>G",
"hgvs_p": "p.Leu323Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}