← 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: 7-139417656-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=139417656&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 139417656,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001244584.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.928C>A",
"hgvs_p": "p.Arg310Ser",
"transcript": "NM_016019.5",
"protein_id": "NP_057103.2",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 392,
"cds_start": 928,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000354926.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016019.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.928C>A",
"hgvs_p": "p.Arg310Ser",
"transcript": "ENST00000354926.9",
"protein_id": "ENSP00000347005.4",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 392,
"cds_start": 928,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016019.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354926.9"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FMC1-LUC7L2",
"gene_hgnc_id": 44671,
"hgvs_c": "c.1126C>A",
"hgvs_p": "p.Arg376Ser",
"transcript": "ENST00000541515.3",
"protein_id": "ENSP00000440222.1",
"transcript_support_level": 2,
"aa_start": 376,
"aa_end": null,
"aa_length": 458,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541515.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.925C>A",
"hgvs_p": "p.Arg309Ser",
"transcript": "ENST00000619796.4",
"protein_id": "ENSP00000483438.1",
"transcript_support_level": 1,
"aa_start": 309,
"aa_end": null,
"aa_length": 391,
"cds_start": 925,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619796.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "n.*747C>A",
"hgvs_p": null,
"transcript": "ENST00000456182.5",
"protein_id": "ENSP00000393012.1",
"transcript_support_level": 1,
"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": "ENST00000456182.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "n.*747C>A",
"hgvs_p": null,
"transcript": "ENST00000456182.5",
"protein_id": "ENSP00000393012.1",
"transcript_support_level": 1,
"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": "ENST00000456182.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.1150C>A",
"hgvs_p": "p.Arg384Ser",
"transcript": "ENST00000867366.1",
"protein_id": "ENSP00000537425.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 466,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867366.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FMC1-LUC7L2",
"gene_hgnc_id": 44671,
"hgvs_c": "c.1126C>A",
"hgvs_p": "p.Arg376Ser",
"transcript": "NM_001244584.3",
"protein_id": "NP_001231513.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 458,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244584.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.1093C>A",
"hgvs_p": "p.Arg365Ser",
"transcript": "ENST00000947909.1",
"protein_id": "ENSP00000617968.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 447,
"cds_start": 1093,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947909.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.949C>A",
"hgvs_p": "p.Arg317Ser",
"transcript": "ENST00000947908.1",
"protein_id": "ENSP00000617967.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 399,
"cds_start": 949,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947908.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.928C>A",
"hgvs_p": "p.Arg310Ser",
"transcript": "ENST00000867360.1",
"protein_id": "ENSP00000537419.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 392,
"cds_start": 928,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867360.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.925C>A",
"hgvs_p": "p.Arg309Ser",
"transcript": "NM_001270643.2",
"protein_id": "NP_001257572.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 391,
"cds_start": 925,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270643.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.925C>A",
"hgvs_p": "p.Arg309Ser",
"transcript": "ENST00000933629.1",
"protein_id": "ENSP00000603688.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 391,
"cds_start": 925,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933629.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.922C>A",
"hgvs_p": "p.Arg308Ser",
"transcript": "ENST00000867362.1",
"protein_id": "ENSP00000537421.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 390,
"cds_start": 922,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867362.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.919C>A",
"hgvs_p": "p.Arg307Ser",
"transcript": "NM_001244585.2",
"protein_id": "NP_001231514.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 389,
"cds_start": 919,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244585.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.919C>A",
"hgvs_p": "p.Arg307Ser",
"transcript": "ENST00000263545.7",
"protein_id": "ENSP00000263545.7",
"transcript_support_level": 5,
"aa_start": 307,
"aa_end": null,
"aa_length": 389,
"cds_start": 919,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263545.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.919C>A",
"hgvs_p": "p.Arg307Ser",
"transcript": "ENST00000541170.7",
"protein_id": "ENSP00000441604.1",
"transcript_support_level": 2,
"aa_start": 307,
"aa_end": null,
"aa_length": 389,
"cds_start": 919,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541170.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.916C>A",
"hgvs_p": "p.Arg306Ser",
"transcript": "ENST00000867367.1",
"protein_id": "ENSP00000537426.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 388,
"cds_start": 916,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867367.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.898C>A",
"hgvs_p": "p.Arg300Ser",
"transcript": "ENST00000867365.1",
"protein_id": "ENSP00000537424.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 382,
"cds_start": 898,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867365.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.829C>A",
"hgvs_p": "p.Arg277Ser",
"transcript": "ENST00000867363.1",
"protein_id": "ENSP00000537422.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 359,
"cds_start": 829,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867363.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.607C>A",
"hgvs_p": "p.Arg203Ser",
"transcript": "ENST00000947910.1",
"protein_id": "ENSP00000617969.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 285,
"cds_start": 607,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947910.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": 9,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.911+17C>A",
"hgvs_p": null,
"transcript": "ENST00000867364.1",
"protein_id": "ENSP00000537423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": null,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867364.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": 8,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.810-4507C>A",
"hgvs_p": null,
"transcript": "ENST00000867361.1",
"protein_id": "ENSP00000537420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": null,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867361.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "c.780-4507C>A",
"hgvs_p": null,
"transcript": "ENST00000947907.1",
"protein_id": "ENSP00000617966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 318,
"cds_start": null,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947907.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "n.1532C>A",
"hgvs_p": null,
"transcript": "ENST00000482860.1",
"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": "ENST00000482860.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LUC7L2",
"gene_hgnc_id": 21608,
"hgvs_c": "n.1725C>A",
"hgvs_p": null,
"transcript": "ENST00000498518.1",
"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": "retained_intron",
"feature": "ENST00000498518.1"
},
{
"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": "ENSG00000310166",
"gene_hgnc_id": null,
"hgvs_c": "n.537G>T",
"hgvs_p": null,
"transcript": "ENST00000847755.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": "ENST00000847755.1"
},
{
"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": "ENSG00000310166",
"gene_hgnc_id": null,
"hgvs_c": "n.475G>T",
"hgvs_p": null,
"transcript": "ENST00000847756.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": "ENST00000847756.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": "ENSG00000310166",
"gene_hgnc_id": null,
"hgvs_c": "n.480G>T",
"hgvs_p": null,
"transcript": "ENST00000847757.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": "ENST00000847757.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "LOC100129148",
"gene_hgnc_id": null,
"hgvs_c": "n.267G>T",
"hgvs_p": null,
"transcript": "NR_033999.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": "NR_033999.1"
}
],
"gene_symbol": "FMC1-LUC7L2",
"gene_hgnc_id": 44671,
"dbsnp": "rs753016350",
"frequency_reference_population": 0.000002736401,
"hom_count_reference_population": 1,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.0000027364,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23143285512924194,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.093,
"revel_prediction": "Benign",
"alphamissense_score": 0.4579,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.438,
"phylop100way_prediction": "Benign",
"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": 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_001244584.3",
"gene_symbol": "FMC1-LUC7L2",
"hgnc_id": 44671,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1126C>A",
"hgvs_p": "p.Arg376Ser"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016019.5",
"gene_symbol": "LUC7L2",
"hgnc_id": 21608,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.928C>A",
"hgvs_p": "p.Arg310Ser"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_033999.1",
"gene_symbol": "LOC100129148",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.267G>T",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000847755.1",
"gene_symbol": "ENSG00000310166",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.537G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}