← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 6-138908685-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=138908685&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 138908685,
"ref": "T",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001286611.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2199A>C",
"hgvs_p": "p.Ser733Ser",
"transcript": "NM_001286611.2",
"protein_id": "NP_001273540.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 796,
"cds_start": 2199,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000450536.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286611.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2199A>C",
"hgvs_p": "p.Ser733Ser",
"transcript": "ENST00000450536.7",
"protein_id": "ENSP00000392065.2",
"transcript_support_level": 1,
"aa_start": 733,
"aa_end": null,
"aa_length": 796,
"cds_start": 2199,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001286611.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450536.7"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2196A>C",
"hgvs_p": "p.Ser732Ser",
"transcript": "ENST00000258062.9",
"protein_id": "ENSP00000258062.5",
"transcript_support_level": 1,
"aa_start": 732,
"aa_end": null,
"aa_length": 795,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258062.9"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1926A>C",
"hgvs_p": "p.Ser642Ser",
"transcript": "ENST00000409812.6",
"protein_id": "ENSP00000386699.2",
"transcript_support_level": 1,
"aa_start": 642,
"aa_end": null,
"aa_length": 705,
"cds_start": 1926,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409812.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "n.926A>C",
"hgvs_p": null,
"transcript": "ENST00000484164.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484164.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2223A>C",
"hgvs_p": "p.Ser741Ser",
"transcript": "ENST00000913792.1",
"protein_id": "ENSP00000583851.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 804,
"cds_start": 2223,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913792.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2214A>C",
"hgvs_p": "p.Ser738Ser",
"transcript": "ENST00000913794.1",
"protein_id": "ENSP00000583853.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 801,
"cds_start": 2214,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913794.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2196A>C",
"hgvs_p": "p.Ser732Ser",
"transcript": "NM_031922.5",
"protein_id": "NP_114128.3",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 795,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031922.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2196A>C",
"hgvs_p": "p.Ser732Ser",
"transcript": "ENST00000886446.1",
"protein_id": "ENSP00000556505.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 795,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886446.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2193A>C",
"hgvs_p": "p.Ser731Ser",
"transcript": "ENST00000886454.1",
"protein_id": "ENSP00000556513.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 794,
"cds_start": 2193,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886454.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2193A>C",
"hgvs_p": "p.Ser731Ser",
"transcript": "ENST00000913795.1",
"protein_id": "ENSP00000583854.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 794,
"cds_start": 2193,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913795.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2157A>C",
"hgvs_p": "p.Ser719Ser",
"transcript": "ENST00000886449.1",
"protein_id": "ENSP00000556508.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 782,
"cds_start": 2157,
"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": "ENST00000886449.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2139A>C",
"hgvs_p": "p.Ser713Ser",
"transcript": "ENST00000968036.1",
"protein_id": "ENSP00000638095.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 776,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968036.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2136A>C",
"hgvs_p": "p.Ser712Ser",
"transcript": "ENST00000886450.1",
"protein_id": "ENSP00000556510.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 775,
"cds_start": 2136,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886450.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2136A>C",
"hgvs_p": "p.Ser712Ser",
"transcript": "ENST00000968037.1",
"protein_id": "ENSP00000638096.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 775,
"cds_start": 2136,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968037.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2133A>C",
"hgvs_p": "p.Ser711Ser",
"transcript": "ENST00000886452.1",
"protein_id": "ENSP00000556511.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 774,
"cds_start": 2133,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886452.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2133A>C",
"hgvs_p": "p.Ser711Ser",
"transcript": "ENST00000886458.1",
"protein_id": "ENSP00000556517.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 774,
"cds_start": 2133,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886458.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2130A>C",
"hgvs_p": "p.Ser710Ser",
"transcript": "ENST00000968035.1",
"protein_id": "ENSP00000638094.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 773,
"cds_start": 2130,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968035.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Ser706Ser",
"transcript": "NM_001128617.3",
"protein_id": "NP_001122089.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 769,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128617.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Ser706Ser",
"transcript": "ENST00000367663.8",
"protein_id": "ENSP00000356635.4",
"transcript_support_level": 5,
"aa_start": 706,
"aa_end": null,
"aa_length": 769,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367663.8"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2109A>C",
"hgvs_p": "p.Ser703Ser",
"transcript": "ENST00000886462.1",
"protein_id": "ENSP00000556521.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 766,
"cds_start": 2109,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886462.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2091A>C",
"hgvs_p": "p.Ser697Ser",
"transcript": "ENST00000968038.1",
"protein_id": "ENSP00000638097.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 760,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968038.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2076A>C",
"hgvs_p": "p.Ser692Ser",
"transcript": "ENST00000886445.1",
"protein_id": "ENSP00000556504.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 755,
"cds_start": 2076,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886445.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2073A>C",
"hgvs_p": "p.Ser691Ser",
"transcript": "ENST00000529597.5",
"protein_id": "ENSP00000434251.1",
"transcript_support_level": 5,
"aa_start": 691,
"aa_end": null,
"aa_length": 754,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529597.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2055A>C",
"hgvs_p": "p.Ser685Ser",
"transcript": "ENST00000886448.1",
"protein_id": "ENSP00000556506.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 748,
"cds_start": 2055,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886448.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2052A>C",
"hgvs_p": "p.Ser684Ser",
"transcript": "ENST00000886466.1",
"protein_id": "ENSP00000556524.1",
"transcript_support_level": null,
"aa_start": 684,
"aa_end": null,
"aa_length": 747,
"cds_start": 2052,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886466.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2022A>C",
"hgvs_p": "p.Ser674Ser",
"transcript": "ENST00000415951.6",
"protein_id": "ENSP00000397941.2",
"transcript_support_level": 5,
"aa_start": 674,
"aa_end": null,
"aa_length": 737,
"cds_start": 2022,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415951.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2007A>C",
"hgvs_p": "p.Ser669Ser",
"transcript": "ENST00000886464.1",
"protein_id": "ENSP00000556523.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 732,
"cds_start": 2007,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886464.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1926A>C",
"hgvs_p": "p.Ser642Ser",
"transcript": "NM_001286612.2",
"protein_id": "NP_001273541.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 705,
"cds_start": 1926,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286612.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1755A>C",
"hgvs_p": "p.Ser585Ser",
"transcript": "ENST00000913793.1",
"protein_id": "ENSP00000583852.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 648,
"cds_start": 1755,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913793.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1692A>C",
"hgvs_p": "p.Ser564Ser",
"transcript": "ENST00000913797.1",
"protein_id": "ENSP00000583856.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 627,
"cds_start": 1692,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913797.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1611A>C",
"hgvs_p": "p.Ser537Ser",
"transcript": "ENST00000886460.1",
"protein_id": "ENSP00000556519.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 600,
"cds_start": 1611,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886460.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1014A>C",
"hgvs_p": "p.Ser338Ser",
"transcript": "ENST00000886456.1",
"protein_id": "ENSP00000556515.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 401,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886456.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.333A>C",
"hgvs_p": "p.Ser111Ser",
"transcript": "ENST00000478483.6",
"protein_id": "ENSP00000432157.1",
"transcript_support_level": 2,
"aa_start": 111,
"aa_end": null,
"aa_length": 151,
"cds_start": 333,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000478483.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.51A>C",
"hgvs_p": "p.Ser17Ser",
"transcript": "ENST00000526022.1",
"protein_id": "ENSP00000435236.1",
"transcript_support_level": 2,
"aa_start": 17,
"aa_end": null,
"aa_length": 60,
"cds_start": 51,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526022.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2196A>C",
"hgvs_p": "p.Ser732Ser",
"transcript": "XM_005267177.5",
"protein_id": "XP_005267234.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 795,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267177.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2193A>C",
"hgvs_p": "p.Ser731Ser",
"transcript": "XM_017011387.3",
"protein_id": "XP_016866876.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 794,
"cds_start": 2193,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011387.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2199A>C",
"hgvs_p": "p.Ser733Ser",
"transcript": "XM_005267178.6",
"protein_id": "XP_005267235.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 773,
"cds_start": 2199,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267178.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2196A>C",
"hgvs_p": "p.Ser732Ser",
"transcript": "XM_047419427.1",
"protein_id": "XP_047275383.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 772,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419427.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2196A>C",
"hgvs_p": "p.Ser732Ser",
"transcript": "XM_047419428.1",
"protein_id": "XP_047275384.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 772,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419428.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2193A>C",
"hgvs_p": "p.Ser731Ser",
"transcript": "XM_047419429.1",
"protein_id": "XP_047275385.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 771,
"cds_start": 2193,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419429.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2115A>C",
"hgvs_p": "p.Ser705Ser",
"transcript": "XM_005267179.5",
"protein_id": "XP_005267236.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 768,
"cds_start": 2115,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267179.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Ser688Ser",
"transcript": "XM_011536202.3",
"protein_id": "XP_011534504.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 751,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536202.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2061A>C",
"hgvs_p": "p.Ser687Ser",
"transcript": "XM_047419430.1",
"protein_id": "XP_047275386.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 750,
"cds_start": 2061,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419430.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Ser706Ser",
"transcript": "XM_047419431.1",
"protein_id": "XP_047275387.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 746,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419431.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2115A>C",
"hgvs_p": "p.Ser705Ser",
"transcript": "XM_047419432.1",
"protein_id": "XP_047275388.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 745,
"cds_start": 2115,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419432.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Ser688Ser",
"transcript": "XM_017011388.3",
"protein_id": "XP_016866877.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 728,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011388.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1983A>C",
"hgvs_p": "p.Ser661Ser",
"transcript": "XM_017011389.2",
"protein_id": "XP_016866878.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 724,
"cds_start": 1983,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011389.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1980A>C",
"hgvs_p": "p.Ser660Ser",
"transcript": "XM_047419433.1",
"protein_id": "XP_047275389.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 723,
"cds_start": 1980,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419433.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1983A>C",
"hgvs_p": "p.Ser661Ser",
"transcript": "XM_047419434.1",
"protein_id": "XP_047275390.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 701,
"cds_start": 1983,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2067+2591A>C",
"hgvs_p": null,
"transcript": "ENST00000886469.1",
"protein_id": "ENSP00000556528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 711,
"cds_start": null,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886469.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2064+2591A>C",
"hgvs_p": null,
"transcript": "ENST00000913796.1",
"protein_id": "ENSP00000583855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 710,
"cds_start": null,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913796.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.2064+2591A>C",
"hgvs_p": null,
"transcript": "ENST00000913798.1",
"protein_id": "ENSP00000583857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 710,
"cds_start": null,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "c.1986+2591A>C",
"hgvs_p": null,
"transcript": "ENST00000886467.1",
"protein_id": "ENSP00000556526.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": null,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886467.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "n.*1103A>C",
"hgvs_p": null,
"transcript": "ENST00000445570.5",
"protein_id": "ENSP00000401729.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000445570.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "n.*4698A>C",
"hgvs_p": null,
"transcript": "ENST00000483468.5",
"protein_id": "ENSP00000435392.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000483468.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "n.228A>C",
"hgvs_p": null,
"transcript": "ENST00000526244.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000526244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "n.*1103A>C",
"hgvs_p": null,
"transcript": "ENST00000445570.5",
"protein_id": "ENSP00000401729.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000445570.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "n.*4698A>C",
"hgvs_p": null,
"transcript": "ENST00000483468.5",
"protein_id": "ENSP00000435392.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000483468.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"hgvs_c": "n.*110A>C",
"hgvs_p": null,
"transcript": "ENST00000492787.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": "retained_intron",
"feature": "ENST00000492787.6"
}
],
"gene_symbol": "REPS1",
"gene_hgnc_id": 15578,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05299999937415123,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.053,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.313,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001286611.2",
"gene_symbol": "REPS1",
"hgnc_id": 15578,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2199A>C",
"hgvs_p": "p.Ser733Ser"
}
],
"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
}