← 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: 6-130863678-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=130863678&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 130863678,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001350299.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "NM_001431.4",
"protein_id": "NP_001422.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000337057.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001431.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "ENST00000337057.8",
"protein_id": "ENSP00000338481.3",
"transcript_support_level": 1,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001431.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337057.8"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "ENST00000528282.5",
"protein_id": "ENSP00000434308.1",
"transcript_support_level": 1,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528282.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1874G>T",
"hgvs_p": "p.Arg625Leu",
"transcript": "ENST00000392427.7",
"protein_id": "ENSP00000376222.3",
"transcript_support_level": 1,
"aa_start": 625,
"aa_end": null,
"aa_length": 673,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392427.7"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1004G>T",
"hgvs_p": "p.Arg335Leu",
"transcript": "ENST00000524581.5",
"protein_id": "ENSP00000437207.1",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 383,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524581.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "n.1589G>T",
"hgvs_p": null,
"transcript": "ENST00000452150.6",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000452150.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.3026G>T",
"hgvs_p": "p.Arg1009Leu",
"transcript": "NM_001350299.2",
"protein_id": "NP_001337228.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1057,
"cds_start": 3026,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350299.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.3026G>T",
"hgvs_p": "p.Arg1009Leu",
"transcript": "ENST00000706365.1",
"protein_id": "ENSP00000516350.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1057,
"cds_start": 3026,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706365.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2999G>T",
"hgvs_p": "p.Arg1000Leu",
"transcript": "ENST00000922900.1",
"protein_id": "ENSP00000592959.1",
"transcript_support_level": null,
"aa_start": 1000,
"aa_end": null,
"aa_length": 1048,
"cds_start": 2999,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922900.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2972G>T",
"hgvs_p": "p.Arg991Leu",
"transcript": "ENST00000904972.1",
"protein_id": "ENSP00000575031.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1039,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904972.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2972G>T",
"hgvs_p": "p.Arg991Leu",
"transcript": "ENST00000904992.1",
"protein_id": "ENSP00000575051.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1039,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904992.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2963G>T",
"hgvs_p": "p.Arg988Leu",
"transcript": "ENST00000922891.1",
"protein_id": "ENSP00000592950.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2963,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922891.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2963G>T",
"hgvs_p": "p.Arg988Leu",
"transcript": "ENST00000922899.1",
"protein_id": "ENSP00000592958.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2963,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922899.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2927G>T",
"hgvs_p": "p.Arg976Leu",
"transcript": "NM_001350301.2",
"protein_id": "NP_001337230.1",
"transcript_support_level": null,
"aa_start": 976,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2927,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350301.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2924G>T",
"hgvs_p": "p.Arg975Leu",
"transcript": "ENST00000904970.1",
"protein_id": "ENSP00000575029.1",
"transcript_support_level": null,
"aa_start": 975,
"aa_end": null,
"aa_length": 1023,
"cds_start": 2924,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904970.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2924G>T",
"hgvs_p": "p.Arg975Leu",
"transcript": "ENST00000904976.1",
"protein_id": "ENSP00000575035.1",
"transcript_support_level": null,
"aa_start": 975,
"aa_end": null,
"aa_length": 1023,
"cds_start": 2924,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904976.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2924G>T",
"hgvs_p": "p.Arg975Leu",
"transcript": "ENST00000904997.1",
"protein_id": "ENSP00000575056.1",
"transcript_support_level": null,
"aa_start": 975,
"aa_end": null,
"aa_length": 1023,
"cds_start": 2924,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904997.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "NM_001350302.2",
"protein_id": "NP_001337231.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350302.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "ENST00000368128.6",
"protein_id": "ENSP00000357110.2",
"transcript_support_level": 5,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368128.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "ENST00000904971.1",
"protein_id": "ENSP00000575030.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904971.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "ENST00000904989.1",
"protein_id": "ENSP00000575048.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904989.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "ENST00000905001.1",
"protein_id": "ENSP00000575060.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905001.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2870G>T",
"hgvs_p": "p.Arg957Leu",
"transcript": "ENST00000969086.1",
"protein_id": "ENSP00000639145.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2870,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969086.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2843G>T",
"hgvs_p": "p.Arg948Leu",
"transcript": "ENST00000904978.1",
"protein_id": "ENSP00000575037.1",
"transcript_support_level": null,
"aa_start": 948,
"aa_end": null,
"aa_length": 996,
"cds_start": 2843,
"cds_end": null,
"cds_length": 2991,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904978.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2807G>T",
"hgvs_p": "p.Arg936Leu",
"transcript": "ENST00000904979.1",
"protein_id": "ENSP00000575038.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 984,
"cds_start": 2807,
"cds_end": null,
"cds_length": 2955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904979.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2777G>T",
"hgvs_p": "p.Arg926Leu",
"transcript": "ENST00000904973.1",
"protein_id": "ENSP00000575032.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 974,
"cds_start": 2777,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904973.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2777G>T",
"hgvs_p": "p.Arg926Leu",
"transcript": "ENST00000904985.1",
"protein_id": "ENSP00000575044.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 974,
"cds_start": 2777,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904985.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2765G>T",
"hgvs_p": "p.Arg922Leu",
"transcript": "ENST00000969084.1",
"protein_id": "ENSP00000639143.1",
"transcript_support_level": null,
"aa_start": 922,
"aa_end": null,
"aa_length": 970,
"cds_start": 2765,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969084.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2762G>T",
"hgvs_p": "p.Arg921Leu",
"transcript": "ENST00000922896.1",
"protein_id": "ENSP00000592955.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 969,
"cds_start": 2762,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922896.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2750G>T",
"hgvs_p": "p.Arg917Leu",
"transcript": "ENST00000922897.1",
"protein_id": "ENSP00000592956.1",
"transcript_support_level": null,
"aa_start": 917,
"aa_end": null,
"aa_length": 965,
"cds_start": 2750,
"cds_end": null,
"cds_length": 2898,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922897.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2723G>T",
"hgvs_p": "p.Arg908Leu",
"transcript": "NM_001350303.2",
"protein_id": "NP_001337232.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 956,
"cds_start": 2723,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350303.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2723G>T",
"hgvs_p": "p.Arg908Leu",
"transcript": "ENST00000904993.1",
"protein_id": "ENSP00000575052.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 956,
"cds_start": 2723,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904993.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2723G>T",
"hgvs_p": "p.Arg908Leu",
"transcript": "ENST00000904999.1",
"protein_id": "ENSP00000575058.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 956,
"cds_start": 2723,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904999.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2714G>T",
"hgvs_p": "p.Arg905Leu",
"transcript": "ENST00000904996.1",
"protein_id": "ENSP00000575055.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 953,
"cds_start": 2714,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904996.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2714G>T",
"hgvs_p": "p.Arg905Leu",
"transcript": "ENST00000922888.1",
"protein_id": "ENSP00000592947.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 953,
"cds_start": 2714,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922888.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2714G>T",
"hgvs_p": "p.Arg905Leu",
"transcript": "ENST00000922894.1",
"protein_id": "ENSP00000592953.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 953,
"cds_start": 2714,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922894.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2714G>T",
"hgvs_p": "p.Arg905Leu",
"transcript": "ENST00000969085.1",
"protein_id": "ENSP00000639144.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 953,
"cds_start": 2714,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969085.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2696G>T",
"hgvs_p": "p.Arg899Leu",
"transcript": "ENST00000904980.1",
"protein_id": "ENSP00000575039.1",
"transcript_support_level": null,
"aa_start": 899,
"aa_end": null,
"aa_length": 947,
"cds_start": 2696,
"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": "ENST00000904980.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "NM_001350304.2",
"protein_id": "NP_001337233.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350304.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "NM_001350305.2",
"protein_id": "NP_001337234.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350305.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "NM_001350306.2",
"protein_id": "NP_001337235.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350306.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "ENST00000527411.5",
"protein_id": "ENSP00000436348.1",
"transcript_support_level": 5,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527411.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "ENST00000529208.5",
"protein_id": "ENSP00000436641.1",
"transcript_support_level": 5,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529208.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "ENST00000628542.2",
"protein_id": "ENSP00000486691.1",
"transcript_support_level": 5,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628542.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "ENST00000904968.1",
"protein_id": "ENSP00000575027.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904968.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "ENST00000922892.1",
"protein_id": "ENSP00000592951.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922892.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2660G>T",
"hgvs_p": "p.Arg887Leu",
"transcript": "ENST00000969083.1",
"protein_id": "ENSP00000639142.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 935,
"cds_start": 2660,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969083.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2633G>T",
"hgvs_p": "p.Arg878Leu",
"transcript": "ENST00000904983.1",
"protein_id": "ENSP00000575042.1",
"transcript_support_level": null,
"aa_start": 878,
"aa_end": null,
"aa_length": 926,
"cds_start": 2633,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904983.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2633G>T",
"hgvs_p": "p.Arg878Leu",
"transcript": "ENST00000922889.1",
"protein_id": "ENSP00000592948.1",
"transcript_support_level": null,
"aa_start": 878,
"aa_end": null,
"aa_length": 926,
"cds_start": 2633,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922889.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2621G>T",
"hgvs_p": "p.Arg874Leu",
"transcript": "ENST00000904981.1",
"protein_id": "ENSP00000575040.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 922,
"cds_start": 2621,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904981.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2621G>T",
"hgvs_p": "p.Arg874Leu",
"transcript": "ENST00000904987.1",
"protein_id": "ENSP00000575046.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 922,
"cds_start": 2621,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904987.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2621G>T",
"hgvs_p": "p.Arg874Leu",
"transcript": "ENST00000904991.1",
"protein_id": "ENSP00000575050.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 922,
"cds_start": 2621,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904991.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2615G>T",
"hgvs_p": "p.Arg872Leu",
"transcript": "ENST00000922898.1",
"protein_id": "ENSP00000592957.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 920,
"cds_start": 2615,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922898.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2561G>T",
"hgvs_p": "p.Arg854Leu",
"transcript": "ENST00000922887.1",
"protein_id": "ENSP00000592946.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 902,
"cds_start": 2561,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922887.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2561G>T",
"hgvs_p": "p.Arg854Leu",
"transcript": "ENST00000922893.1",
"protein_id": "ENSP00000592952.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 902,
"cds_start": 2561,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922893.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2555G>T",
"hgvs_p": "p.Arg852Leu",
"transcript": "ENST00000922890.1",
"protein_id": "ENSP00000592949.1",
"transcript_support_level": null,
"aa_start": 852,
"aa_end": null,
"aa_length": 900,
"cds_start": 2555,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922890.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2537G>T",
"hgvs_p": "p.Arg846Leu",
"transcript": "ENST00000904998.1",
"protein_id": "ENSP00000575057.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 894,
"cds_start": 2537,
"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": "ENST00000904998.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2465G>T",
"hgvs_p": "p.Arg822Leu",
"transcript": "NM_001350307.2",
"protein_id": "NP_001337236.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 870,
"cds_start": 2465,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350307.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2465G>T",
"hgvs_p": "p.Arg822Leu",
"transcript": "ENST00000904974.1",
"protein_id": "ENSP00000575033.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 870,
"cds_start": 2465,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904974.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2465G>T",
"hgvs_p": "p.Arg822Leu",
"transcript": "ENST00000904986.1",
"protein_id": "ENSP00000575045.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 870,
"cds_start": 2465,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904986.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2411G>T",
"hgvs_p": "p.Arg804Leu",
"transcript": "NM_001199388.3",
"protein_id": "NP_001186317.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 852,
"cds_start": 2411,
"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": "NM_001199388.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2411G>T",
"hgvs_p": "p.Arg804Leu",
"transcript": "NM_001350308.2",
"protein_id": "NP_001337237.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 852,
"cds_start": 2411,
"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": "NM_001350308.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2411G>T",
"hgvs_p": "p.Arg804Leu",
"transcript": "NM_001350309.1",
"protein_id": "NP_001337238.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 852,
"cds_start": 2411,
"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": "NM_001350309.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2411G>T",
"hgvs_p": "p.Arg804Leu",
"transcript": "NM_001350310.2",
"protein_id": "NP_001337239.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 852,
"cds_start": 2411,
"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": "NM_001350310.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2411G>T",
"hgvs_p": "p.Arg804Leu",
"transcript": "ENST00000530481.5",
"protein_id": "ENSP00000434576.1",
"transcript_support_level": 2,
"aa_start": 804,
"aa_end": null,
"aa_length": 852,
"cds_start": 2411,
"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": "ENST00000530481.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2411G>T",
"hgvs_p": "p.Arg804Leu",
"transcript": "ENST00000904966.1",
"protein_id": "ENSP00000575025.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 852,
"cds_start": 2411,
"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": "ENST00000904966.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2411G>T",
"hgvs_p": "p.Arg804Leu",
"transcript": "ENST00000904995.1",
"protein_id": "ENSP00000575054.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 852,
"cds_start": 2411,
"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": "ENST00000904995.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2366G>T",
"hgvs_p": "p.Arg789Leu",
"transcript": "ENST00000904975.1",
"protein_id": "ENSP00000575034.1",
"transcript_support_level": null,
"aa_start": 789,
"aa_end": null,
"aa_length": 837,
"cds_start": 2366,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904975.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2333G>T",
"hgvs_p": "p.Arg778Leu",
"transcript": "ENST00000904988.1",
"protein_id": "ENSP00000575047.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 826,
"cds_start": 2333,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904988.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2318G>T",
"hgvs_p": "p.Arg773Leu",
"transcript": "ENST00000904967.1",
"protein_id": "ENSP00000575026.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 821,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904967.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2312G>T",
"hgvs_p": "p.Arg771Leu",
"transcript": "ENST00000922901.1",
"protein_id": "ENSP00000592960.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 819,
"cds_start": 2312,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922901.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2306G>T",
"hgvs_p": "p.Arg769Leu",
"transcript": "ENST00000904994.1",
"protein_id": "ENSP00000575053.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 817,
"cds_start": 2306,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904994.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2288G>T",
"hgvs_p": "p.Arg763Leu",
"transcript": "ENST00000527659.5",
"protein_id": "ENSP00000431647.1",
"transcript_support_level": 5,
"aa_start": 763,
"aa_end": null,
"aa_length": 811,
"cds_start": 2288,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527659.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2189G>T",
"hgvs_p": "p.Arg730Leu",
"transcript": "ENST00000922895.1",
"protein_id": "ENSP00000592954.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 778,
"cds_start": 2189,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922895.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2180G>T",
"hgvs_p": "p.Arg727Leu",
"transcript": "ENST00000904984.1",
"protein_id": "ENSP00000575043.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 775,
"cds_start": 2180,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904984.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "NM_001252660.2",
"protein_id": "NP_001239589.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001252660.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "NM_001350311.2",
"protein_id": "NP_001337240.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350311.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "NM_001350312.2",
"protein_id": "NP_001337241.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350312.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "NM_001350313.2",
"protein_id": "NP_001337242.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350313.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "ENST00000445890.6",
"protein_id": "ENSP00000402041.2",
"transcript_support_level": 5,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445890.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "ENST00000904969.1",
"protein_id": "ENSP00000575028.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904969.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2096G>T",
"hgvs_p": "p.Arg699Leu",
"transcript": "ENST00000904990.1",
"protein_id": "ENSP00000575049.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 747,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904990.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.2036G>T",
"hgvs_p": "p.Arg679Leu",
"transcript": "ENST00000969082.1",
"protein_id": "ENSP00000639141.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 727,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969082.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1973G>T",
"hgvs_p": "p.Arg658Leu",
"transcript": "NM_001350314.2",
"protein_id": "NP_001337243.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 706,
"cds_start": 1973,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350314.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1973G>T",
"hgvs_p": "p.Arg658Leu",
"transcript": "NM_001350315.2",
"protein_id": "NP_001337244.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 706,
"cds_start": 1973,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350315.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1973G>T",
"hgvs_p": "p.Arg658Leu",
"transcript": "ENST00000525193.5",
"protein_id": "ENSP00000431988.1",
"transcript_support_level": 5,
"aa_start": 658,
"aa_end": null,
"aa_length": 706,
"cds_start": 1973,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525193.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1874G>T",
"hgvs_p": "p.Arg625Leu",
"transcript": "NM_001135554.2",
"protein_id": "NP_001129026.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 673,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135554.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1874G>T",
"hgvs_p": "p.Arg625Leu",
"transcript": "NM_001135555.4",
"protein_id": "NP_001129027.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 673,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135555.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1874G>T",
"hgvs_p": "p.Arg625Leu",
"transcript": "ENST00000525271.5",
"protein_id": "ENSP00000432803.1",
"transcript_support_level": 2,
"aa_start": 625,
"aa_end": null,
"aa_length": 673,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525271.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1874G>T",
"hgvs_p": "p.Arg625Leu",
"transcript": "ENST00000905000.1",
"protein_id": "ENSP00000575059.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 673,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905000.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1547G>T",
"hgvs_p": "p.Arg516Leu",
"transcript": "ENST00000904977.1",
"protein_id": "ENSP00000575036.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 564,
"cds_start": 1547,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904977.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1454G>T",
"hgvs_p": "p.Arg485Leu",
"transcript": "NM_001350320.2",
"protein_id": "NP_001337249.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 533,
"cds_start": 1454,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350320.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.662G>T",
"hgvs_p": "p.Arg221Leu",
"transcript": "ENST00000527017.6",
"protein_id": "ENSP00000432949.1",
"transcript_support_level": 5,
"aa_start": 221,
"aa_end": null,
"aa_length": 239,
"cds_start": 662,
"cds_end": null,
"cds_length": 721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527017.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.458G>T",
"hgvs_p": "p.Arg153Leu",
"transcript": "ENST00000530757.5",
"protein_id": "ENSP00000436349.1",
"transcript_support_level": 2,
"aa_start": 153,
"aa_end": null,
"aa_length": 201,
"cds_start": 458,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530757.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.233G>T",
"hgvs_p": "p.Arg78Leu",
"transcript": "ENST00000531410.5",
"protein_id": "ENSP00000434596.1",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 126,
"cds_start": 233,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531410.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "c.1834-5435G>T",
"hgvs_p": null,
"transcript": "ENST00000904982.1",
"protein_id": "ENSP00000575041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 646,
"cds_start": null,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904982.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "n.339G>T",
"hgvs_p": null,
"transcript": "ENST00000368126.2",
"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": "ENST00000368126.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"hgvs_c": "n.1260G>T",
"hgvs_p": null,
"transcript": "NR_146620.2",
"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_146620.2"
}
],
"gene_symbol": "EPB41L2",
"gene_hgnc_id": 3379,
"dbsnp": "rs546185609",
"frequency_reference_population": 6.8428096e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84281e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9733864068984985,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.813,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9617,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.568,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001350299.2",
"gene_symbol": "EPB41L2",
"hgnc_id": 3379,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3026G>T",
"hgvs_p": "p.Arg1009Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}