← 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: 17-75558566-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=75558566&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 75558566,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001031803.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "NM_001031803.2",
"protein_id": "NP_001026973.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1020,
"cds_start": 310,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3553,
"mane_select": "ENST00000392550.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000392550.8",
"protein_id": "ENSP00000376333.4",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 1020,
"cds_start": 310,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3553,
"mane_select": "NM_001031803.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000577200.5",
"protein_id": "ENSP00000464397.1",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 1019,
"cds_start": 310,
"cds_end": null,
"cds_length": 3060,
"cdna_start": 414,
"cdna_end": null,
"cdna_length": 3192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000167462.9",
"protein_id": "ENSP00000167462.5",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 1015,
"cds_start": 310,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 3480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000375227.8",
"protein_id": "ENSP00000364375.4",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 356,
"cds_start": 310,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 434,
"cdna_end": null,
"cdna_length": 1374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000578363.5",
"protein_id": "ENSP00000464603.1",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 356,
"cds_start": 310,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 451,
"cdna_end": null,
"cdna_length": 1393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "NM_004524.3",
"protein_id": "NP_004515.2",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1015,
"cds_start": 310,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "NM_001015002.2",
"protein_id": "NP_001015002.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 356,
"cds_start": 310,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 1411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.313G>T",
"hgvs_p": "p.Val105Phe",
"transcript": "ENST00000583658.1",
"protein_id": "ENSP00000464483.1",
"transcript_support_level": 3,
"aa_start": 105,
"aa_end": null,
"aa_length": 155,
"cds_start": 313,
"cds_end": null,
"cds_length": 468,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000580578.5",
"protein_id": "ENSP00000464598.1",
"transcript_support_level": 4,
"aa_start": 104,
"aa_end": null,
"aa_length": 149,
"cds_start": 310,
"cds_end": null,
"cds_length": 452,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000581713.5",
"protein_id": "ENSP00000463390.1",
"transcript_support_level": 3,
"aa_start": 104,
"aa_end": null,
"aa_length": 138,
"cds_start": 310,
"cds_end": null,
"cds_length": 419,
"cdna_start": 476,
"cdna_end": null,
"cdna_length": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "ENST00000578536.5",
"protein_id": "ENSP00000464451.1",
"transcript_support_level": 5,
"aa_start": 104,
"aa_end": null,
"aa_length": 104,
"cds_start": 310,
"cds_end": null,
"cds_length": 316,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_011524802.2",
"protein_id": "XP_011523104.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 436,
"cdna_end": null,
"cdna_length": 3532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435973.1",
"protein_id": "XP_047291929.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435974.1",
"protein_id": "XP_047291930.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 1145,
"cdna_end": null,
"cdna_length": 4241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435975.1",
"protein_id": "XP_047291931.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 3671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435976.1",
"protein_id": "XP_047291932.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 362,
"cdna_end": null,
"cdna_length": 3458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435977.1",
"protein_id": "XP_047291933.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 395,
"cdna_end": null,
"cdna_length": 3491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435978.1",
"protein_id": "XP_047291934.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 361,
"cdna_end": null,
"cdna_length": 3457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435979.1",
"protein_id": "XP_047291935.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1024,
"cds_start": 310,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 4217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435980.1",
"protein_id": "XP_047291936.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1023,
"cds_start": 310,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_017024626.2",
"protein_id": "XP_016880115.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1020,
"cds_start": 310,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 513,
"cdna_end": null,
"cdna_length": 3597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435981.1",
"protein_id": "XP_047291937.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1020,
"cds_start": 310,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 3659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435982.1",
"protein_id": "XP_047291938.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1020,
"cds_start": 310,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 4056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435983.1",
"protein_id": "XP_047291939.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1020,
"cds_start": 310,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 746,
"cdna_end": null,
"cdna_length": 3830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435984.1",
"protein_id": "XP_047291940.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1019,
"cds_start": 310,
"cds_end": null,
"cds_length": 3060,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435985.1",
"protein_id": "XP_047291941.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1019,
"cds_start": 310,
"cds_end": null,
"cds_length": 3060,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 3656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435986.1",
"protein_id": "XP_047291942.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1019,
"cds_start": 310,
"cds_end": null,
"cds_length": 3060,
"cdna_start": 672,
"cdna_end": null,
"cdna_length": 3753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435987.1",
"protein_id": "XP_047291943.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1019,
"cds_start": 310,
"cds_end": null,
"cds_length": 3060,
"cdna_start": 1025,
"cdna_end": null,
"cdna_length": 4106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435988.1",
"protein_id": "XP_047291944.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1019,
"cds_start": 310,
"cds_end": null,
"cds_length": 3060,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435989.1",
"protein_id": "XP_047291945.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1018,
"cds_start": 310,
"cds_end": null,
"cds_length": 3057,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_024450747.2",
"protein_id": "XP_024306515.2",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1015,
"cds_start": 310,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 4245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435990.1",
"protein_id": "XP_047291946.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1015,
"cds_start": 310,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435991.1",
"protein_id": "XP_047291947.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1015,
"cds_start": 310,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 4071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435992.1",
"protein_id": "XP_047291948.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1014,
"cds_start": 310,
"cds_end": null,
"cds_length": 3045,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435993.1",
"protein_id": "XP_047291949.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1014,
"cds_start": 310,
"cds_end": null,
"cds_length": 3045,
"cdna_start": 2220,
"cdna_end": null,
"cdna_length": 5258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435994.1",
"protein_id": "XP_047291950.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1014,
"cds_start": 310,
"cds_end": null,
"cds_length": 3045,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 3644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435995.1",
"protein_id": "XP_047291951.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1014,
"cds_start": 310,
"cds_end": null,
"cds_length": 3045,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 3458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435996.1",
"protein_id": "XP_047291952.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 999,
"cds_start": 310,
"cds_end": null,
"cds_length": 3000,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 3172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.112G>T",
"hgvs_p": "p.Val38Phe",
"transcript": "XM_047435997.1",
"protein_id": "XP_047291953.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 958,
"cds_start": 112,
"cds_end": null,
"cds_length": 2877,
"cdna_start": 454,
"cdna_end": null,
"cdna_length": 3550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe",
"transcript": "XM_047435998.1",
"protein_id": "XP_047291954.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 356,
"cds_start": 310,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 2065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "?",
"aa_alt": "?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "c.310G>T",
"hgvs_p": "p.???104???",
"transcript": "ENST00000579392.5",
"protein_id": "ENSP00000463721.1",
"transcript_support_level": 4,
"aa_start": 104,
"aa_end": null,
"aa_length": 102,
"cds_start": 310,
"cds_end": null,
"cds_length": 310,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"hgvs_c": "n.487G>T",
"hgvs_p": null,
"transcript": "ENST00000545227.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": 3527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LLGL2",
"gene_hgnc_id": 6629,
"dbsnp": "rs774877468",
"frequency_reference_population": 0.0000012409735,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.85161e-7,
"gnomad_genomes_af": 0.00000657341,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2060653269290924,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.123,
"revel_prediction": "Benign",
"alphamissense_score": 0.1206,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.03,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001031803.2",
"gene_symbol": "LLGL2",
"hgnc_id": 6629,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.310G>T",
"hgvs_p": "p.Val104Phe"
}
],
"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
}