← 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: 1-52904720-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=52904720&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 52904720,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001198961.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser",
"transcript": "NM_001198961.2",
"protein_id": "NP_001185890.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 292,
"cds_start": 628,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371522.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198961.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser",
"transcript": "ENST00000371522.9",
"protein_id": "ENSP00000360577.4",
"transcript_support_level": 1,
"aa_start": 210,
"aa_end": null,
"aa_length": 292,
"cds_start": 628,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001198961.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371522.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.*839G>T",
"hgvs_p": null,
"transcript": "ENST00000371520.5",
"protein_id": "ENSP00000360575.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000371520.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.*839G>T",
"hgvs_p": null,
"transcript": "ENST00000371520.5",
"protein_id": "ENSP00000360575.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000371520.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.751G>T",
"hgvs_p": "p.Ala251Ser",
"transcript": "ENST00000958445.1",
"protein_id": "ENSP00000628504.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 333,
"cds_start": 751,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958445.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.733G>T",
"hgvs_p": "p.Ala245Ser",
"transcript": "ENST00000874988.1",
"protein_id": "ENSP00000545047.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 327,
"cds_start": 733,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874988.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.631G>T",
"hgvs_p": "p.Ala211Ser",
"transcript": "ENST00000874990.1",
"protein_id": "ENSP00000545049.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 293,
"cds_start": 631,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874990.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.625G>T",
"hgvs_p": "p.Ala209Ser",
"transcript": "ENST00000874986.1",
"protein_id": "ENSP00000545045.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 291,
"cds_start": 625,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874986.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.625G>T",
"hgvs_p": "p.Ala209Ser",
"transcript": "ENST00000958441.1",
"protein_id": "ENSP00000628500.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 291,
"cds_start": 625,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958441.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.622G>T",
"hgvs_p": "p.Ala208Ser",
"transcript": "ENST00000874981.1",
"protein_id": "ENSP00000545040.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 290,
"cds_start": 622,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874981.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.616G>T",
"hgvs_p": "p.Ala206Ser",
"transcript": "ENST00000874976.1",
"protein_id": "ENSP00000545035.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 288,
"cds_start": 616,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874976.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.631G>T",
"hgvs_p": "p.Ala211Ser",
"transcript": "ENST00000874997.1",
"protein_id": "ENSP00000545056.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 277,
"cds_start": 631,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874997.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser",
"transcript": "ENST00000874973.1",
"protein_id": "ENSP00000545032.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 276,
"cds_start": 628,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874973.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser",
"transcript": "ENST00000874977.1",
"protein_id": "ENSP00000545036.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 275,
"cds_start": 628,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874977.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.625G>T",
"hgvs_p": "p.Ala209Ser",
"transcript": "ENST00000874984.1",
"protein_id": "ENSP00000545043.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 275,
"cds_start": 625,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874984.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.625G>T",
"hgvs_p": "p.Ala209Ser",
"transcript": "ENST00000958443.1",
"protein_id": "ENSP00000628502.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 275,
"cds_start": 625,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958443.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.622G>T",
"hgvs_p": "p.Ala208Ser",
"transcript": "ENST00000874995.1",
"protein_id": "ENSP00000545054.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 274,
"cds_start": 622,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874995.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.625G>T",
"hgvs_p": "p.Ala209Ser",
"transcript": "ENST00000958442.1",
"protein_id": "ENSP00000628501.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 274,
"cds_start": 625,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958442.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.571G>T",
"hgvs_p": "p.Ala191Ser",
"transcript": "ENST00000874974.1",
"protein_id": "ENSP00000545033.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 273,
"cds_start": 571,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874974.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.616G>T",
"hgvs_p": "p.Ala206Ser",
"transcript": "ENST00000874982.1",
"protein_id": "ENSP00000545041.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 272,
"cds_start": 616,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874982.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.559G>T",
"hgvs_p": "p.Ala187Ser",
"transcript": "ENST00000929358.1",
"protein_id": "ENSP00000599417.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 269,
"cds_start": 559,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929358.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.541G>T",
"hgvs_p": "p.Ala181Ser",
"transcript": "ENST00000874992.1",
"protein_id": "ENSP00000545051.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 263,
"cds_start": 541,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874992.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.538G>T",
"hgvs_p": "p.Ala180Ser",
"transcript": "ENST00000874987.1",
"protein_id": "ENSP00000545046.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 262,
"cds_start": 538,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874987.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "NM_018281.4",
"protein_id": "NP_060751.2",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 261,
"cds_start": 535,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018281.4"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "ENST00000358358.9",
"protein_id": "ENSP00000351125.5",
"transcript_support_level": 2,
"aa_start": 179,
"aa_end": null,
"aa_length": 261,
"cds_start": 535,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358358.9"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser",
"transcript": "ENST00000874983.1",
"protein_id": "ENSP00000545042.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 259,
"cds_start": 628,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874983.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.529G>T",
"hgvs_p": "p.Ala177Ser",
"transcript": "ENST00000874998.1",
"protein_id": "ENSP00000545057.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 259,
"cds_start": 529,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874998.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.523G>T",
"hgvs_p": "p.Ala175Ser",
"transcript": "ENST00000874979.1",
"protein_id": "ENSP00000545038.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 257,
"cds_start": 523,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874979.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.538G>T",
"hgvs_p": "p.Ala180Ser",
"transcript": "ENST00000874994.1",
"protein_id": "ENSP00000545053.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 246,
"cds_start": 538,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874994.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "ENST00000874978.1",
"protein_id": "ENSP00000545037.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 245,
"cds_start": 535,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874978.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "NM_001198962.1",
"protein_id": "NP_001185891.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 244,
"cds_start": 535,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198962.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "ENST00000536120.5",
"protein_id": "ENSP00000439264.2",
"transcript_support_level": 3,
"aa_start": 179,
"aa_end": null,
"aa_length": 244,
"cds_start": 535,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536120.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.529G>T",
"hgvs_p": "p.Ala177Ser",
"transcript": "ENST00000874989.1",
"protein_id": "ENSP00000545048.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 243,
"cds_start": 529,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874989.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.478G>T",
"hgvs_p": "p.Ala160Ser",
"transcript": "ENST00000874975.1",
"protein_id": "ENSP00000545034.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 242,
"cds_start": 478,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874975.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.523G>T",
"hgvs_p": "p.Ala175Ser",
"transcript": "ENST00000874996.1",
"protein_id": "ENSP00000545055.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 241,
"cds_start": 523,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874996.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.472G>T",
"hgvs_p": "p.Ala158Ser",
"transcript": "ENST00000874985.1",
"protein_id": "ENSP00000545044.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 240,
"cds_start": 472,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874985.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.523G>T",
"hgvs_p": "p.Ala175Ser",
"transcript": "ENST00000929357.1",
"protein_id": "ENSP00000599416.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 240,
"cds_start": 523,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929357.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.448G>T",
"hgvs_p": "p.Ala150Ser",
"transcript": "ENST00000874991.1",
"protein_id": "ENSP00000545050.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 232,
"cds_start": 448,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874991.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "ENST00000958446.1",
"protein_id": "ENSP00000628505.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 228,
"cds_start": 535,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958446.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.478G>T",
"hgvs_p": "p.Ala160Ser",
"transcript": "ENST00000874980.1",
"protein_id": "ENSP00000545039.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 226,
"cds_start": 478,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874980.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "ENST00000467988.2",
"protein_id": "ENSP00000441962.1",
"transcript_support_level": 5,
"aa_start": 179,
"aa_end": null,
"aa_length": 218,
"cds_start": 535,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467988.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.397G>T",
"hgvs_p": "p.Ala133Ser",
"transcript": "NM_001319958.2",
"protein_id": "NP_001306887.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 215,
"cds_start": 397,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319958.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.391G>T",
"hgvs_p": "p.Ala131Ser",
"transcript": "ENST00000929359.1",
"protein_id": "ENSP00000599418.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 213,
"cds_start": 391,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929359.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Ala127Ser",
"transcript": "ENST00000874993.1",
"protein_id": "ENSP00000545052.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 209,
"cds_start": 379,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874993.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.322G>T",
"hgvs_p": "p.Ala108Ser",
"transcript": "ENST00000958444.1",
"protein_id": "ENSP00000628503.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 190,
"cds_start": 322,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958444.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser",
"transcript": "XM_024448153.2",
"protein_id": "XP_024303921.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 276,
"cds_start": 628,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448153.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.478G>T",
"hgvs_p": "p.Ala160Ser",
"transcript": "XM_024448159.2",
"protein_id": "XP_024303927.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 268,
"cds_start": 478,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448159.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser",
"transcript": "XM_047424331.1",
"protein_id": "XP_047280287.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 256,
"cds_start": 628,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424331.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.490G>T",
"hgvs_p": "p.Ala164Ser",
"transcript": "XM_047424333.1",
"protein_id": "XP_047280289.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 246,
"cds_start": 490,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424333.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.490G>T",
"hgvs_p": "p.Ala164Ser",
"transcript": "XM_047424335.1",
"protein_id": "XP_047280291.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 246,
"cds_start": 490,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424335.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.490G>T",
"hgvs_p": "p.Ala164Ser",
"transcript": "XM_047424344.1",
"protein_id": "XP_047280300.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 246,
"cds_start": 490,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424344.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.535G>T",
"hgvs_p": "p.Ala179Ser",
"transcript": "XM_024448160.2",
"protein_id": "XP_024303928.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 245,
"cds_start": 535,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448160.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.478G>T",
"hgvs_p": "p.Ala160Ser",
"transcript": "XM_024448161.2",
"protein_id": "XP_024303929.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 242,
"cds_start": 478,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448161.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.478G>T",
"hgvs_p": "p.Ala160Ser",
"transcript": "XM_047424372.1",
"protein_id": "XP_047280328.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 226,
"cds_start": 478,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424372.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.397G>T",
"hgvs_p": "p.Ala133Ser",
"transcript": "XM_047424373.1",
"protein_id": "XP_047280329.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 215,
"cds_start": 397,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424373.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.397G>T",
"hgvs_p": "p.Ala133Ser",
"transcript": "XM_047424374.1",
"protein_id": "XP_047280330.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 215,
"cds_start": 397,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424374.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.340G>T",
"hgvs_p": "p.Ala114Ser",
"transcript": "XM_047424375.1",
"protein_id": "XP_047280331.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 196,
"cds_start": 340,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424375.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.340G>T",
"hgvs_p": "p.Ala114Ser",
"transcript": "XM_047424376.1",
"protein_id": "XP_047280332.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 196,
"cds_start": 340,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424376.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "c.340G>T",
"hgvs_p": "p.Ala114Ser",
"transcript": "XM_047424379.1",
"protein_id": "XP_047280335.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 180,
"cds_start": 340,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424379.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.2145G>T",
"hgvs_p": null,
"transcript": "ENST00000460612.5",
"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": "ENST00000460612.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.*844G>T",
"hgvs_p": null,
"transcript": "ENST00000476477.6",
"protein_id": "ENSP00000446190.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": "ENST00000476477.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.128G>T",
"hgvs_p": null,
"transcript": "ENST00000479183.6",
"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": "ENST00000479183.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.543G>T",
"hgvs_p": null,
"transcript": "ENST00000479593.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": "pseudogene",
"feature": "ENST00000479593.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.352G>T",
"hgvs_p": null,
"transcript": "ENST00000486170.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": "pseudogene",
"feature": "ENST00000486170.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000487866.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": "ENST00000487866.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.453G>T",
"hgvs_p": null,
"transcript": "ENST00000498544.5",
"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": "ENST00000498544.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.*844G>T",
"hgvs_p": null,
"transcript": "ENST00000476477.6",
"protein_id": "ENSP00000446190.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": "ENST00000476477.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.198+3148G>T",
"hgvs_p": null,
"transcript": "ENST00000463923.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000463923.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.91-5496G>T",
"hgvs_p": null,
"transcript": "ENST00000543419.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000543419.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.*69G>T",
"hgvs_p": null,
"transcript": "ENST00000487851.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000487851.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"hgvs_c": "n.*97G>T",
"hgvs_p": null,
"transcript": "XR_002957013.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": "XR_002957013.2"
}
],
"gene_symbol": "ECHDC2",
"gene_hgnc_id": 23408,
"dbsnp": "rs199751837",
"frequency_reference_population": 0.0000024804785,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000136951,
"gnomad_genomes_af": 0.0000131389,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2411806583404541,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.158,
"revel_prediction": "Benign",
"alphamissense_score": 0.1222,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.161,
"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_001198961.2",
"gene_symbol": "ECHDC2",
"hgnc_id": 23408,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.628G>T",
"hgvs_p": "p.Ala210Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}