← 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-17762764-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=17762764&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 17762764,
"ref": "C",
"alt": "A",
"effect": "splice_region_variant,synonymous_variant",
"transcript": "NM_001161357.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699203.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_015122.3",
"protein_id": "NP_055937.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000596536.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015122.3"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000596536.6",
"protein_id": "ENSP00000470731.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015122.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596536.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699212.1",
"protein_id": "ENSP00000514208.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 930,
"cds_start": 30,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699212.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000594202.6",
"protein_id": "ENSP00000473001.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 891,
"cds_start": 30,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000594202.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000596309.6",
"protein_id": "ENSP00000470511.2",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596309.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000596951.6",
"protein_id": "ENSP00000472417.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596951.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000600209.6",
"protein_id": "ENSP00000469075.2",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600209.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000600676.5",
"protein_id": "ENSP00000470493.1",
"transcript_support_level": 2,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600676.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699176.1",
"protein_id": "ENSP00000514179.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699176.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699177.1",
"protein_id": "ENSP00000514180.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699177.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699207.1",
"protein_id": "ENSP00000514204.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699207.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699209.1",
"protein_id": "ENSP00000514206.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699209.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699215.1",
"protein_id": "ENSP00000514211.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699215.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699202.1",
"protein_id": "ENSP00000514200.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 876,
"cds_start": 30,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699202.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699214.1",
"protein_id": "ENSP00000514210.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 876,
"cds_start": 30,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699214.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699208.1",
"protein_id": "ENSP00000514205.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 858,
"cds_start": 30,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699208.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699198.1",
"protein_id": "ENSP00000514196.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699198.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699199.1",
"protein_id": "ENSP00000514197.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699199.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699213.1",
"protein_id": "ENSP00000514209.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699213.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699197.1",
"protein_id": "ENSP00000514195.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699197.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699200.1",
"protein_id": "ENSP00000514198.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699200.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699196.1",
"protein_id": "ENSP00000514194.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 778,
"cds_start": 30,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699196.1"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699203.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "n.62C>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": 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": "ENST00000597512.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.30C>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": 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": "ENST00000699201.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.30C>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": 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": "ENST00000699205.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.30C>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": 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": "ENST00000699206.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.30C>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": 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": "ENST00000699210.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161359.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384384.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384385.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384386.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000595033.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384406.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384407.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_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.-121C>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": null,
"cds_end": null,
"cds_length": 404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000593833.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000949280.1",
"protein_id": "ENSP00000619339.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 930,
"cds_start": 30,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949280.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001161357.2",
"protein_id": "NP_001154829.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 891,
"cds_start": 30,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161357.2"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001161358.2",
"protein_id": "NP_001154830.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161358.2"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384370.1",
"protein_id": "NP_001371299.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384370.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384371.1",
"protein_id": "NP_001371300.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384371.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384372.1",
"protein_id": "NP_001371301.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384372.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384373.1",
"protein_id": "NP_001371302.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384373.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384374.1",
"protein_id": "NP_001371303.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384374.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384375.1",
"protein_id": "NP_001371304.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384375.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384376.1",
"protein_id": "NP_001371305.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384376.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384377.1",
"protein_id": "NP_001371306.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384377.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384378.1",
"protein_id": "NP_001371307.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384378.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384379.1",
"protein_id": "NP_001371308.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384379.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384380.1",
"protein_id": "NP_001371309.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384380.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384381.1",
"protein_id": "NP_001371310.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384381.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000949279.1",
"protein_id": "ENSP00000619338.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949279.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000949282.1",
"protein_id": "ENSP00000619341.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949282.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000949283.1",
"protein_id": "ENSP00000619342.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 889,
"cds_start": 30,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949283.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384387.1",
"protein_id": "NP_001371316.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 882,
"cds_start": 30,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384387.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384388.1",
"protein_id": "NP_001371317.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 876,
"cds_start": 30,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384388.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384389.1",
"protein_id": "NP_001371318.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 876,
"cds_start": 30,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384389.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384390.1",
"protein_id": "NP_001371319.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 864,
"cds_start": 30,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384390.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384391.1",
"protein_id": "NP_001371320.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 857,
"cds_start": 30,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384391.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384392.1",
"protein_id": "NP_001371321.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 852,
"cds_start": 30,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384392.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384393.1",
"protein_id": "NP_001371322.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384393.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384394.1",
"protein_id": "NP_001371323.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384394.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384395.1",
"protein_id": "NP_001371324.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384395.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000598539.6",
"protein_id": "ENSP00000469711.2",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598539.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384396.1",
"protein_id": "NP_001371325.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384396.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384397.1",
"protein_id": "NP_001371326.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384397.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384398.1",
"protein_id": "NP_001371327.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384398.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384399.1",
"protein_id": "NP_001371328.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384399.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384400.1",
"protein_id": "NP_001371329.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384400.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384401.1",
"protein_id": "NP_001371330.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384401.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384402.1",
"protein_id": "NP_001371331.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384402.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000699216.1",
"protein_id": "ENSP00000514212.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699216.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000949281.1",
"protein_id": "ENSP00000619340.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949281.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000949284.1",
"protein_id": "ENSP00000619343.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 797,
"cds_start": 30,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949284.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384403.1",
"protein_id": "NP_001371332.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 782,
"cds_start": 30,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384403.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384404.1",
"protein_id": "NP_001371333.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 765,
"cds_start": 30,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384404.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "NM_001384405.1",
"protein_id": "NP_001371334.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 765,
"cds_start": 30,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384405.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000595023.5",
"protein_id": "ENSP00000471935.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 263,
"cds_start": 30,
"cds_end": null,
"cds_length": 793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000595023.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000595549.5",
"protein_id": "ENSP00000470578.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 234,
"cds_start": 30,
"cds_end": null,
"cds_length": 707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000595549.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000596507.6",
"protein_id": "ENSP00000473169.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 217,
"cds_start": 30,
"cds_end": null,
"cds_length": 655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596507.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000597718.6",
"protein_id": "ENSP00000473173.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 184,
"cds_start": 30,
"cds_end": null,
"cds_length": 555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000597718.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000594068.6",
"protein_id": "ENSP00000469511.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 154,
"cds_start": 30,
"cds_end": null,
"cds_length": 466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000594068.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000597474.5",
"protein_id": "ENSP00000470730.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 124,
"cds_start": 30,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000597474.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000598086.5",
"protein_id": "ENSP00000469425.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 110,
"cds_start": 30,
"cds_end": null,
"cds_length": 335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598086.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000596865.6",
"protein_id": "ENSP00000472623.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 96,
"cds_start": 30,
"cds_end": null,
"cds_length": 292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596865.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000593870.5",
"protein_id": "ENSP00000470068.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 34,
"cds_start": 30,
"cds_end": null,
"cds_length": 106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000593870.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000598067.6",
"protein_id": "ENSP00000469458.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 27,
"cds_start": 30,
"cds_end": null,
"cds_length": 85,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598067.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000598960.5",
"protein_id": "ENSP00000469967.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 22,
"cds_start": 30,
"cds_end": null,
"cds_length": 71,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598960.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"hgvs_c": "c.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "ENST00000596462.6",
"protein_id": "ENSP00000471450.1",
"transcript_support_level": 5,
"aa_start": 10,
"aa_end": null,
"aa_length": 14,
"cds_start": 30,
"cds_end": null,
"cds_length": 46,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596462.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_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.30C>A",
"hgvs_p": "p.Gly10Gly",
"transcript": "XM_047438491.1",
"protein_id": "XP_047294447.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 850,
"cds_start": 30,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438491.1"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161359.2"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384384.1"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384385.1"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384386.1"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000595033.5"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384406.1"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384407.1"
},
{
"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.-121C>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": null,
"cds_end": null,
"cds_length": 404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000593833.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_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": "n.557C>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": 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": "ENST00000593385.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.370C>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": 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": "ENST00000599236.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.169C>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": 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": "ENST00000601247.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.462C>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": 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": "ENST00000699204.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.240C>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": 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": "ENST00000699211.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.170C>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": 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": "ENST00000699217.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.283C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169219.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169220.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.223C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169221.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169222.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.283C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169223.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.193C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169224.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169225.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169226.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169227.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169229.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169230.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.74C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169231.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169232.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169233.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169234.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.283C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169235.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169236.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169238.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169239.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169240.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.384C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169246.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.465C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.283C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169248.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.279C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169250.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.388C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169252.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.313C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169253.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.313C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169254.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.309C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.313C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169256.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.397C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.425C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169258.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.421C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169259.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"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.421C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169260.1"
}
],
"gene_symbol": "FCHO1",
"gene_hgnc_id": 29002,
"dbsnp": "rs181173877",
"frequency_reference_population": 0.000030402907,
"hom_count_reference_population": 0,
"allele_count_reference_population": 49,
"gnomad_exomes_af": 0.0000267221,
"gnomad_genomes_af": 0.0000656944,
"gnomad_exomes_ac": 39,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7099999785423279,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.511,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_001161357.2",
"gene_symbol": "FCHO1",
"hgnc_id": 29002,
"effects": [
"splice_region_variant",
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.30C>A",
"hgvs_p": "p.Gly10Gly"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}