← 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: 11-62602665-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=62602665&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 62602665,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001411016.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2501T>C",
"hgvs_p": "p.Met834Thr",
"transcript": "NM_153265.3",
"protein_id": "NP_694997.2",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 896,
"cds_start": 2501,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000394773.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153265.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2501T>C",
"hgvs_p": "p.Met834Thr",
"transcript": "ENST00000394773.7",
"protein_id": "ENSP00000378254.2",
"transcript_support_level": 1,
"aa_start": 834,
"aa_end": null,
"aa_length": 896,
"cds_start": 2501,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_153265.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394773.7"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2612T>C",
"hgvs_p": "p.Met871Thr",
"transcript": "ENST00000964792.1",
"protein_id": "ENSP00000634851.1",
"transcript_support_level": null,
"aa_start": 871,
"aa_end": null,
"aa_length": 933,
"cds_start": 2612,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964792.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2534T>C",
"hgvs_p": "p.Met845Thr",
"transcript": "ENST00000859385.1",
"protein_id": "ENSP00000529444.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 907,
"cds_start": 2534,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859385.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2504T>C",
"hgvs_p": "p.Met835Thr",
"transcript": "NM_001411016.1",
"protein_id": "NP_001397945.1",
"transcript_support_level": null,
"aa_start": 835,
"aa_end": null,
"aa_length": 897,
"cds_start": 2504,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411016.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2504T>C",
"hgvs_p": "p.Met835Thr",
"transcript": "ENST00000278845.8",
"protein_id": "ENSP00000278845.4",
"transcript_support_level": 5,
"aa_start": 835,
"aa_end": null,
"aa_length": 897,
"cds_start": 2504,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000278845.8"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2498T>C",
"hgvs_p": "p.Met833Thr",
"transcript": "ENST00000929848.1",
"protein_id": "ENSP00000599907.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 895,
"cds_start": 2498,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929848.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2495T>C",
"hgvs_p": "p.Met832Thr",
"transcript": "ENST00000859380.1",
"protein_id": "ENSP00000529439.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 894,
"cds_start": 2495,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859380.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2495T>C",
"hgvs_p": "p.Met832Thr",
"transcript": "ENST00000929849.1",
"protein_id": "ENSP00000599908.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 894,
"cds_start": 2495,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929849.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2492T>C",
"hgvs_p": "p.Met831Thr",
"transcript": "ENST00000859388.1",
"protein_id": "ENSP00000529447.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 893,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859388.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2462T>C",
"hgvs_p": "p.Met821Thr",
"transcript": "ENST00000859391.1",
"protein_id": "ENSP00000529450.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 883,
"cds_start": 2462,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859391.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2459T>C",
"hgvs_p": "p.Met820Thr",
"transcript": "ENST00000859379.1",
"protein_id": "ENSP00000529438.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 882,
"cds_start": 2459,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859379.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2459T>C",
"hgvs_p": "p.Met820Thr",
"transcript": "ENST00000964791.1",
"protein_id": "ENSP00000634850.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 882,
"cds_start": 2459,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964791.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2456T>C",
"hgvs_p": "p.Met819Thr",
"transcript": "ENST00000859387.1",
"protein_id": "ENSP00000529446.1",
"transcript_support_level": null,
"aa_start": 819,
"aa_end": null,
"aa_length": 881,
"cds_start": 2456,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859387.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2453T>C",
"hgvs_p": "p.Met818Thr",
"transcript": "ENST00000859386.1",
"protein_id": "ENSP00000529445.1",
"transcript_support_level": null,
"aa_start": 818,
"aa_end": null,
"aa_length": 880,
"cds_start": 2453,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859386.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2450T>C",
"hgvs_p": "p.Met817Thr",
"transcript": "ENST00000859377.1",
"protein_id": "ENSP00000529436.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 879,
"cds_start": 2450,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859377.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2378T>C",
"hgvs_p": "p.Met793Thr",
"transcript": "ENST00000859383.1",
"protein_id": "ENSP00000529442.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 855,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859383.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2375T>C",
"hgvs_p": "p.Met792Thr",
"transcript": "ENST00000859376.1",
"protein_id": "ENSP00000529435.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 854,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859376.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2372T>C",
"hgvs_p": "p.Met791Thr",
"transcript": "ENST00000964794.1",
"protein_id": "ENSP00000634853.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 853,
"cds_start": 2372,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964794.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2369T>C",
"hgvs_p": "p.Met790Thr",
"transcript": "ENST00000859384.1",
"protein_id": "ENSP00000529443.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 852,
"cds_start": 2369,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859384.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2366T>C",
"hgvs_p": "p.Met789Thr",
"transcript": "ENST00000859378.1",
"protein_id": "ENSP00000529437.1",
"transcript_support_level": null,
"aa_start": 789,
"aa_end": null,
"aa_length": 851,
"cds_start": 2366,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859378.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2348T>C",
"hgvs_p": "p.Met783Thr",
"transcript": "ENST00000859389.1",
"protein_id": "ENSP00000529448.1",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 845,
"cds_start": 2348,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859389.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2345T>C",
"hgvs_p": "p.Met782Thr",
"transcript": "ENST00000859382.1",
"protein_id": "ENSP00000529441.1",
"transcript_support_level": null,
"aa_start": 782,
"aa_end": null,
"aa_length": 844,
"cds_start": 2345,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859382.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2342T>C",
"hgvs_p": "p.Met781Thr",
"transcript": "ENST00000964795.1",
"protein_id": "ENSP00000634854.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 843,
"cds_start": 2342,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964795.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2333T>C",
"hgvs_p": "p.Met778Thr",
"transcript": "ENST00000859381.1",
"protein_id": "ENSP00000529440.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 840,
"cds_start": 2333,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859381.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2243T>C",
"hgvs_p": "p.Met748Thr",
"transcript": "ENST00000859390.1",
"protein_id": "ENSP00000529449.1",
"transcript_support_level": null,
"aa_start": 748,
"aa_end": null,
"aa_length": 810,
"cds_start": 2243,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859390.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2219T>C",
"hgvs_p": "p.Met740Thr",
"transcript": "ENST00000964793.1",
"protein_id": "ENSP00000634852.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 802,
"cds_start": 2219,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964793.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.1850T>C",
"hgvs_p": "p.Met617Thr",
"transcript": "ENST00000531557.5",
"protein_id": "ENSP00000433417.1",
"transcript_support_level": 5,
"aa_start": 617,
"aa_end": null,
"aa_length": 679,
"cds_start": 1850,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531557.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.224T>C",
"hgvs_p": "p.Met75Thr",
"transcript": "ENST00000439994.5",
"protein_id": "ENSP00000409611.1",
"transcript_support_level": 5,
"aa_start": 75,
"aa_end": null,
"aa_length": 137,
"cds_start": 224,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439994.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2654T>C",
"hgvs_p": "p.Met885Thr",
"transcript": "XM_006718490.5",
"protein_id": "XP_006718553.1",
"transcript_support_level": null,
"aa_start": 885,
"aa_end": null,
"aa_length": 947,
"cds_start": 2654,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718490.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2651T>C",
"hgvs_p": "p.Met884Thr",
"transcript": "XM_006718491.5",
"protein_id": "XP_006718554.1",
"transcript_support_level": null,
"aa_start": 884,
"aa_end": null,
"aa_length": 946,
"cds_start": 2651,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718491.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2417T>C",
"hgvs_p": "p.Met806Thr",
"transcript": "XM_047426715.1",
"protein_id": "XP_047282671.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 868,
"cds_start": 2417,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426715.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2345T>C",
"hgvs_p": "p.Met782Thr",
"transcript": "XM_047426717.1",
"protein_id": "XP_047282673.1",
"transcript_support_level": null,
"aa_start": 782,
"aa_end": null,
"aa_length": 844,
"cds_start": 2345,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426717.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2153T>C",
"hgvs_p": "p.Met718Thr",
"transcript": "XM_017017482.2",
"protein_id": "XP_016872971.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 780,
"cds_start": 2153,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017482.2"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2394T>C",
"hgvs_p": "p.His798His",
"transcript": "NM_001300793.2",
"protein_id": "NP_001287722.1",
"transcript_support_level": null,
"aa_start": 798,
"aa_end": null,
"aa_length": 918,
"cds_start": 2394,
"cds_end": null,
"cds_length": 2757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300793.2"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2391T>C",
"hgvs_p": "p.His797His",
"transcript": "NM_001300794.2",
"protein_id": "NP_001287723.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 917,
"cds_start": 2391,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300794.2"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2391T>C",
"hgvs_p": "p.His797His",
"transcript": "ENST00000529309.5",
"protein_id": "ENSP00000434513.1",
"transcript_support_level": 2,
"aa_start": 797,
"aa_end": null,
"aa_length": 917,
"cds_start": 2391,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529309.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2370T>C",
"hgvs_p": "p.His790His",
"transcript": "ENST00000394776.8",
"protein_id": "ENSP00000378256.4",
"transcript_support_level": 2,
"aa_start": 790,
"aa_end": null,
"aa_length": 910,
"cds_start": 2370,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394776.8"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2307T>C",
"hgvs_p": "p.His769His",
"transcript": "ENST00000494176.6",
"protein_id": "ENSP00000435064.1",
"transcript_support_level": 2,
"aa_start": 769,
"aa_end": null,
"aa_length": 889,
"cds_start": 2307,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494176.6"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2544T>C",
"hgvs_p": "p.His848His",
"transcript": "XM_006718489.5",
"protein_id": "XP_006718552.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 968,
"cds_start": 2544,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718489.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2541T>C",
"hgvs_p": "p.His847His",
"transcript": "XM_011544896.4",
"protein_id": "XP_011543198.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 967,
"cds_start": 2541,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544896.4"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2388T>C",
"hgvs_p": "p.His796His",
"transcript": "XM_011544897.4",
"protein_id": "XP_011543199.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 916,
"cds_start": 2388,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544897.4"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2235T>C",
"hgvs_p": "p.His745His",
"transcript": "XM_047426716.1",
"protein_id": "XP_047282672.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 865,
"cds_start": 2235,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426716.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.2043T>C",
"hgvs_p": "p.His681His",
"transcript": "XM_017017481.3",
"protein_id": "XP_016872970.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 801,
"cds_start": 2043,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017481.3"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "c.1740T>C",
"hgvs_p": "p.His580His",
"transcript": "XM_047426718.1",
"protein_id": "XP_047282674.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 700,
"cds_start": 1740,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426718.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "n.1325T>C",
"hgvs_p": null,
"transcript": "ENST00000460939.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000460939.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "n.*1791T>C",
"hgvs_p": null,
"transcript": "ENST00000494448.5",
"protein_id": "ENSP00000431752.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000494448.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"hgvs_c": "n.*1791T>C",
"hgvs_p": null,
"transcript": "ENST00000494448.5",
"protein_id": "ENSP00000431752.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000494448.5"
}
],
"gene_symbol": "EML3",
"gene_hgnc_id": 26666,
"dbsnp": "rs774505119",
"frequency_reference_population": 0.000002076389,
"hom_count_reference_population": 1,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000207639,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10267278552055359,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.0905,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.465,
"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_001411016.1",
"gene_symbol": "EML3",
"hgnc_id": 26666,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2504T>C",
"hgvs_p": "p.Met835Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}