← 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: 19-17762799-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=17762799&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 17762799,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_015122.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_015122.3",
"protein_id": "NP_055937.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": "ENST00000596536.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000596536.6",
"protein_id": "ENSP00000470731.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": "NM_015122.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699212.1",
"protein_id": "ENSP00000514208.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 930,
"cds_start": 65,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 3329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000594202.6",
"protein_id": "ENSP00000473001.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 891,
"cds_start": 65,
"cds_end": null,
"cds_length": 2676,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 3214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000596309.6",
"protein_id": "ENSP00000470511.2",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 386,
"cdna_end": null,
"cdna_length": 3174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000596951.6",
"protein_id": "ENSP00000472417.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000600209.6",
"protein_id": "ENSP00000469075.2",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 3211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000600676.5",
"protein_id": "ENSP00000470493.1",
"transcript_support_level": 2,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 227,
"cdna_end": null,
"cdna_length": 3094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699176.1",
"protein_id": "ENSP00000514179.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 3110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699177.1",
"protein_id": "ENSP00000514180.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 316,
"cdna_end": null,
"cdna_length": 3104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699207.1",
"protein_id": "ENSP00000514204.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 497,
"cdna_end": null,
"cdna_length": 3285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699209.1",
"protein_id": "ENSP00000514206.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 376,
"cdna_end": null,
"cdna_length": 3164,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699215.1",
"protein_id": "ENSP00000514211.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699202.1",
"protein_id": "ENSP00000514200.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 876,
"cds_start": 65,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 3067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699214.1",
"protein_id": "ENSP00000514210.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 876,
"cds_start": 65,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 3167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699208.1",
"protein_id": "ENSP00000514205.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 858,
"cds_start": 65,
"cds_end": null,
"cds_length": 2577,
"cdna_start": 497,
"cdna_end": null,
"cdna_length": 3192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699198.1",
"protein_id": "ENSP00000514196.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 2993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699199.1",
"protein_id": "ENSP00000514197.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 232,
"cdna_end": null,
"cdna_length": 2903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699213.1",
"protein_id": "ENSP00000514209.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 3127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699197.1",
"protein_id": "ENSP00000514195.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 2828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699200.1",
"protein_id": "ENSP00000514198.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 2929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699196.1",
"protein_id": "ENSP00000514194.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 778,
"cds_start": 65,
"cds_end": null,
"cds_length": 2337,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 2615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000597512.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.65G>A",
"hgvs_p": null,
"transcript": "ENST00000699201.1",
"protein_id": "ENSP00000514199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.65G>A",
"hgvs_p": null,
"transcript": "ENST00000699205.1",
"protein_id": "ENSP00000514202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.65G>A",
"hgvs_p": null,
"transcript": "ENST00000699206.1",
"protein_id": "ENSP00000514203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.65G>A",
"hgvs_p": null,
"transcript": "ENST00000699210.1",
"protein_id": "ENSP00000514207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "ENST00000699203.1",
"protein_id": "ENSP00000514201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": -4,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001161357.2",
"protein_id": "NP_001154829.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 891,
"cds_start": 65,
"cds_end": null,
"cds_length": 2676,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 3192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001161358.2",
"protein_id": "NP_001154830.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 3088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384370.1",
"protein_id": "NP_001371299.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 3360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384371.1",
"protein_id": "NP_001371300.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 395,
"cdna_end": null,
"cdna_length": 3255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384372.1",
"protein_id": "NP_001371301.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 314,
"cdna_end": null,
"cdna_length": 3174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384373.1",
"protein_id": "NP_001371302.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 258,
"cdna_end": null,
"cdna_length": 3118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384374.1",
"protein_id": "NP_001371303.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 3178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384375.1",
"protein_id": "NP_001371304.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 419,
"cdna_end": null,
"cdna_length": 3279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384376.1",
"protein_id": "NP_001371305.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 3283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384377.1",
"protein_id": "NP_001371306.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 3390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384378.1",
"protein_id": "NP_001371307.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 425,
"cdna_end": null,
"cdna_length": 3285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384379.1",
"protein_id": "NP_001371308.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 3309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384380.1",
"protein_id": "NP_001371309.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 453,
"cdna_end": null,
"cdna_length": 3313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384381.1",
"protein_id": "NP_001371310.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 889,
"cds_start": 65,
"cds_end": null,
"cds_length": 2670,
"cdna_start": 258,
"cdna_end": null,
"cdna_length": 3118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384387.1",
"protein_id": "NP_001371316.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 882,
"cds_start": 65,
"cds_end": null,
"cds_length": 2649,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 3183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384388.1",
"protein_id": "NP_001371317.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 876,
"cds_start": 65,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384389.1",
"protein_id": "NP_001371318.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 876,
"cds_start": 65,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 3169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384390.1",
"protein_id": "NP_001371319.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 864,
"cds_start": 65,
"cds_end": null,
"cds_length": 2595,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384391.1",
"protein_id": "NP_001371320.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 857,
"cds_start": 65,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384392.1",
"protein_id": "NP_001371321.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 852,
"cds_start": 65,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 254,
"cdna_end": null,
"cdna_length": 3011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384393.1",
"protein_id": "NP_001371322.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 3061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384394.1",
"protein_id": "NP_001371323.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 453,
"cdna_end": null,
"cdna_length": 3196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384395.1",
"protein_id": "NP_001371324.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 432,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000598539.6",
"protein_id": "ENSP00000469711.2",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 497,
"cdna_end": null,
"cdna_length": 3229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384396.1",
"protein_id": "NP_001371325.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 3084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384397.1",
"protein_id": "NP_001371326.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384398.1",
"protein_id": "NP_001371327.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 3007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384399.1",
"protein_id": "NP_001371328.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384400.1",
"protein_id": "NP_001371329.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 395,
"cdna_end": null,
"cdna_length": 2979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384401.1",
"protein_id": "NP_001371330.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 2932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384402.1",
"protein_id": "NP_001371331.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 537,
"cdna_end": null,
"cdna_length": 3121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000699216.1",
"protein_id": "ENSP00000514212.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 797,
"cds_start": 65,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 2953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384403.1",
"protein_id": "NP_001371332.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 782,
"cds_start": 65,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 2857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384404.1",
"protein_id": "NP_001371333.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 765,
"cds_start": 65,
"cds_end": null,
"cds_length": 2298,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 2884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "NM_001384405.1",
"protein_id": "NP_001371334.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 765,
"cds_start": 65,
"cds_end": null,
"cds_length": 2298,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 2806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000595023.5",
"protein_id": "ENSP00000471935.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 263,
"cds_start": 65,
"cds_end": null,
"cds_length": 793,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 1131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000595549.5",
"protein_id": "ENSP00000470578.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 234,
"cds_start": 65,
"cds_end": null,
"cds_length": 707,
"cdna_start": 132,
"cdna_end": null,
"cdna_length": 774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000596507.6",
"protein_id": "ENSP00000473169.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 217,
"cds_start": 65,
"cds_end": null,
"cds_length": 655,
"cdna_start": 424,
"cdna_end": null,
"cdna_length": 1014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000597718.6",
"protein_id": "ENSP00000473173.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 184,
"cds_start": 65,
"cds_end": null,
"cds_length": 555,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000594068.6",
"protein_id": "ENSP00000469511.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 154,
"cds_start": 65,
"cds_end": null,
"cds_length": 466,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000597474.5",
"protein_id": "ENSP00000470730.1",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 124,
"cds_start": 65,
"cds_end": null,
"cds_length": 375,
"cdna_start": 246,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000598086.5",
"protein_id": "ENSP00000469425.1",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 110,
"cds_start": 65,
"cds_end": null,
"cds_length": 335,
"cdna_start": 284,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000596865.6",
"protein_id": "ENSP00000472623.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 96,
"cds_start": 65,
"cds_end": null,
"cds_length": 292,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000593870.5",
"protein_id": "ENSP00000470068.1",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 34,
"cds_start": 65,
"cds_end": null,
"cds_length": 106,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000598067.6",
"protein_id": "ENSP00000469458.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 27,
"cds_start": 65,
"cds_end": null,
"cds_length": 85,
"cdna_start": 523,
"cdna_end": null,
"cdna_length": 543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "ENST00000598960.5",
"protein_id": "ENSP00000469967.1",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 22,
"cds_start": 65,
"cds_end": null,
"cds_length": 71,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn",
"transcript": "XM_047438491.1",
"protein_id": "XP_047294447.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 850,
"cds_start": 65,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 157,
"cdna_end": null,
"cdna_length": 2900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.405G>A",
"hgvs_p": null,
"transcript": "ENST00000599236.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.204G>A",
"hgvs_p": null,
"transcript": "ENST00000601247.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.497G>A",
"hgvs_p": null,
"transcript": "ENST00000699204.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"transcript": "ENST00000699211.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.205G>A",
"hgvs_p": null,
"transcript": "ENST00000699217.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.318G>A",
"hgvs_p": null,
"transcript": "NR_169219.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169220.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.258G>A",
"hgvs_p": null,
"transcript": "NR_169221.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169222.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.318G>A",
"hgvs_p": null,
"transcript": "NR_169223.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.228G>A",
"hgvs_p": null,
"transcript": "NR_169224.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169225.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169226.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169227.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169228.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169229.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169230.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.109G>A",
"hgvs_p": null,
"transcript": "NR_169231.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169232.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169233.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2992,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169234.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.318G>A",
"hgvs_p": null,
"transcript": "NR_169235.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169236.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169238.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169239.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169240.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.419G>A",
"hgvs_p": null,
"transcript": "NR_169246.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "NR_169247.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.318G>A",
"hgvs_p": null,
"transcript": "NR_169248.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169249.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.314G>A",
"hgvs_p": null,
"transcript": "NR_169250.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169251.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"transcript": "NR_169252.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.348G>A",
"hgvs_p": null,
"transcript": "NR_169253.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.348G>A",
"hgvs_p": null,
"transcript": "NR_169254.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.344G>A",
"hgvs_p": null,
"transcript": "NR_169255.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.348G>A",
"hgvs_p": null,
"transcript": "NR_169256.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.432G>A",
"hgvs_p": null,
"transcript": "NR_169257.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.460G>A",
"hgvs_p": null,
"transcript": "NR_169258.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.456G>A",
"hgvs_p": null,
"transcript": "NR_169259.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.456G>A",
"hgvs_p": null,
"transcript": "NR_169260.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "NM_001161359.2",
"protein_id": "NP_001154831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": -4,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "NM_001384384.1",
"protein_id": "NP_001371313.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": -4,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "NM_001384385.1",
"protein_id": "NP_001371314.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": -4,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "NM_001384386.1",
"protein_id": "NP_001371315.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": -4,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "ENST00000595033.5",
"protein_id": "ENSP00000472668.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": -4,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "NM_001384406.1",
"protein_id": "NP_001371335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 715,
"cds_start": -4,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "NM_001384407.1",
"protein_id": "NP_001371336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": -4,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.-86G>A",
"hgvs_p": null,
"transcript": "ENST00000593833.5",
"protein_id": "ENSP00000470495.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 133,
"cds_start": -4,
"cds_end": null,
"cds_length": 404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.*19G>A",
"hgvs_p": null,
"transcript": "ENST00000596462.6",
"protein_id": "ENSP00000471450.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 14,
"cds_start": -4,
"cds_end": null,
"cds_length": 46,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.*19G>A",
"hgvs_p": null,
"transcript": "ENST00000593385.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"dbsnp": "rs1323439763",
"frequency_reference_population": 6.840759e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84076e-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.07577124238014221,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.069,
"revel_prediction": "Benign",
"alphamissense_score": 0.1535,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.649,
"phylop100way_prediction": "Uncertain_significance",
"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_015122.3",
"gene_symbol": "FCHO1",
"hgnc_id": 29002,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Ser22Asn"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}