← 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: 12-122272933-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=122272933&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 122272933,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001389291.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4259A>C",
"hgvs_p": "p.Glu1420Ala",
"transcript": "NM_001247997.2",
"protein_id": "NP_001234926.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1438,
"cds_start": 4259,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000620786.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001247997.2"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4259A>C",
"hgvs_p": "p.Glu1420Ala",
"transcript": "ENST00000620786.5",
"protein_id": "ENSP00000479322.1",
"transcript_support_level": 5,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1438,
"cds_start": 4259,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001247997.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620786.5"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4226A>C",
"hgvs_p": "p.Glu1409Ala",
"transcript": "ENST00000358808.6",
"protein_id": "ENSP00000351665.2",
"transcript_support_level": 1,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1427,
"cds_start": 4226,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358808.6"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "ENST00000537178.5",
"protein_id": "ENSP00000445531.1",
"transcript_support_level": 1,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537178.5"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.6389A>C",
"hgvs_p": "p.Glu2130Ala",
"transcript": "NM_001389291.1",
"protein_id": "NP_001376220.1",
"transcript_support_level": null,
"aa_start": 2130,
"aa_end": null,
"aa_length": 2148,
"cds_start": 6389,
"cds_end": null,
"cds_length": 6447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389291.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4259A>C",
"hgvs_p": "p.Glu1420Ala",
"transcript": "ENST00000971572.1",
"protein_id": "ENSP00000641631.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1438,
"cds_start": 4259,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971572.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4259A>C",
"hgvs_p": "p.Glu1420Ala",
"transcript": "ENST00000971573.1",
"protein_id": "ENSP00000641632.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1438,
"cds_start": 4259,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971573.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4259A>C",
"hgvs_p": "p.Glu1420Ala",
"transcript": "ENST00000971577.1",
"protein_id": "ENSP00000641636.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1438,
"cds_start": 4259,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971577.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4226A>C",
"hgvs_p": "p.Glu1409Ala",
"transcript": "NM_002956.3",
"protein_id": "NP_002947.1",
"transcript_support_level": null,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1427,
"cds_start": 4226,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002956.3"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4226A>C",
"hgvs_p": "p.Glu1409Ala",
"transcript": "ENST00000302528.11",
"protein_id": "ENSP00000303585.7",
"transcript_support_level": 5,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1427,
"cds_start": 4226,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302528.11"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4226A>C",
"hgvs_p": "p.Glu1409Ala",
"transcript": "ENST00000859891.1",
"protein_id": "ENSP00000529950.1",
"transcript_support_level": null,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1427,
"cds_start": 4226,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859891.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4226A>C",
"hgvs_p": "p.Glu1409Ala",
"transcript": "ENST00000971576.1",
"protein_id": "ENSP00000641635.1",
"transcript_support_level": null,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1427,
"cds_start": 4226,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971576.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4154A>C",
"hgvs_p": "p.Glu1385Ala",
"transcript": "ENST00000859888.1",
"protein_id": "ENSP00000529947.1",
"transcript_support_level": null,
"aa_start": 1385,
"aa_end": null,
"aa_length": 1403,
"cds_start": 4154,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859888.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4154A>C",
"hgvs_p": "p.Glu1385Ala",
"transcript": "ENST00000971569.1",
"protein_id": "ENSP00000641628.1",
"transcript_support_level": null,
"aa_start": 1385,
"aa_end": null,
"aa_length": 1403,
"cds_start": 4154,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971569.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "NM_198240.3",
"protein_id": "NP_937883.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198240.3"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "ENST00000859889.1",
"protein_id": "ENSP00000529948.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859889.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "ENST00000859892.1",
"protein_id": "ENSP00000529951.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859892.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "ENST00000971570.1",
"protein_id": "ENSP00000641629.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971570.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "ENST00000971574.1",
"protein_id": "ENSP00000641633.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971574.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "ENST00000971578.1",
"protein_id": "ENSP00000641637.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971578.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4061A>C",
"hgvs_p": "p.Glu1354Ala",
"transcript": "ENST00000971571.1",
"protein_id": "ENSP00000641630.1",
"transcript_support_level": null,
"aa_start": 1354,
"aa_end": null,
"aa_length": 1372,
"cds_start": 4061,
"cds_end": null,
"cds_length": 4119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971571.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.3893A>C",
"hgvs_p": "p.Glu1298Ala",
"transcript": "ENST00000361654.8",
"protein_id": "ENSP00000355314.4",
"transcript_support_level": 5,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1316,
"cds_start": 3893,
"cds_end": null,
"cds_length": 3951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361654.8"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.3776A>C",
"hgvs_p": "p.Glu1259Ala",
"transcript": "ENST00000859890.1",
"protein_id": "ENSP00000529949.1",
"transcript_support_level": null,
"aa_start": 1259,
"aa_end": null,
"aa_length": 1277,
"cds_start": 3776,
"cds_end": null,
"cds_length": 3834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859890.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.3134A>C",
"hgvs_p": "p.Glu1045Ala",
"transcript": "ENST00000545889.6",
"protein_id": "ENSP00000438743.2",
"transcript_support_level": 5,
"aa_start": 1045,
"aa_end": null,
"aa_length": 1063,
"cds_start": 3134,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545889.6"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.2318A>C",
"hgvs_p": "p.Glu773Ala",
"transcript": "ENST00000648993.1",
"protein_id": "ENSP00000497665.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 791,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648993.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.2174A>C",
"hgvs_p": "p.Glu725Ala",
"transcript": "ENST00000971575.1",
"protein_id": "ENSP00000641634.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 743,
"cds_start": 2174,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971575.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4265A>C",
"hgvs_p": "p.Glu1422Ala",
"transcript": "XM_005253593.4",
"protein_id": "XP_005253650.1",
"transcript_support_level": null,
"aa_start": 1422,
"aa_end": null,
"aa_length": 1440,
"cds_start": 4265,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253593.4"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4265A>C",
"hgvs_p": "p.Glu1422Ala",
"transcript": "XM_047429307.1",
"protein_id": "XP_047285263.1",
"transcript_support_level": null,
"aa_start": 1422,
"aa_end": null,
"aa_length": 1440,
"cds_start": 4265,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429307.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4232A>C",
"hgvs_p": "p.Glu1411Ala",
"transcript": "XM_006719552.5",
"protein_id": "XP_006719615.1",
"transcript_support_level": null,
"aa_start": 1411,
"aa_end": null,
"aa_length": 1429,
"cds_start": 4232,
"cds_end": null,
"cds_length": 4290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719552.5"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4232A>C",
"hgvs_p": "p.Glu1411Ala",
"transcript": "XM_047429309.1",
"protein_id": "XP_047285265.1",
"transcript_support_level": null,
"aa_start": 1411,
"aa_end": null,
"aa_length": 1429,
"cds_start": 4232,
"cds_end": null,
"cds_length": 4290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429309.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4226A>C",
"hgvs_p": "p.Glu1409Ala",
"transcript": "XM_047429310.1",
"protein_id": "XP_047285266.1",
"transcript_support_level": null,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1427,
"cds_start": 4226,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429310.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4160A>C",
"hgvs_p": "p.Glu1387Ala",
"transcript": "XM_047429311.1",
"protein_id": "XP_047285267.1",
"transcript_support_level": null,
"aa_start": 1387,
"aa_end": null,
"aa_length": 1405,
"cds_start": 4160,
"cds_end": null,
"cds_length": 4218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429311.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4160A>C",
"hgvs_p": "p.Glu1387Ala",
"transcript": "XM_047429312.1",
"protein_id": "XP_047285268.1",
"transcript_support_level": null,
"aa_start": 1387,
"aa_end": null,
"aa_length": 1405,
"cds_start": 4160,
"cds_end": null,
"cds_length": 4218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429312.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4154A>C",
"hgvs_p": "p.Glu1385Ala",
"transcript": "XM_047429313.1",
"protein_id": "XP_047285269.1",
"transcript_support_level": null,
"aa_start": 1385,
"aa_end": null,
"aa_length": 1403,
"cds_start": 4154,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429313.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4127A>C",
"hgvs_p": "p.Glu1376Ala",
"transcript": "XM_017019788.3",
"protein_id": "XP_016875277.1",
"transcript_support_level": null,
"aa_start": 1376,
"aa_end": null,
"aa_length": 1394,
"cds_start": 4127,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019788.3"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4127A>C",
"hgvs_p": "p.Glu1376Ala",
"transcript": "XM_017019789.2",
"protein_id": "XP_016875278.1",
"transcript_support_level": null,
"aa_start": 1376,
"aa_end": null,
"aa_length": 1394,
"cds_start": 4127,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019789.2"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4127A>C",
"hgvs_p": "p.Glu1376Ala",
"transcript": "XM_047429314.1",
"protein_id": "XP_047285270.1",
"transcript_support_level": null,
"aa_start": 1376,
"aa_end": null,
"aa_length": 1394,
"cds_start": 4127,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429314.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4127A>C",
"hgvs_p": "p.Glu1376Ala",
"transcript": "XM_047429315.1",
"protein_id": "XP_047285271.1",
"transcript_support_level": null,
"aa_start": 1376,
"aa_end": null,
"aa_length": 1394,
"cds_start": 4127,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429315.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "XM_047429316.1",
"protein_id": "XP_047285272.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429316.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4121A>C",
"hgvs_p": "p.Glu1374Ala",
"transcript": "XM_047429317.1",
"protein_id": "XP_047285273.1",
"transcript_support_level": null,
"aa_start": 1374,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4121,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429317.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4115A>C",
"hgvs_p": "p.Glu1372Ala",
"transcript": "XM_017019791.3",
"protein_id": "XP_016875280.1",
"transcript_support_level": null,
"aa_start": 1372,
"aa_end": null,
"aa_length": 1390,
"cds_start": 4115,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019791.3"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4067A>C",
"hgvs_p": "p.Glu1356Ala",
"transcript": "XM_047429318.1",
"protein_id": "XP_047285274.1",
"transcript_support_level": null,
"aa_start": 1356,
"aa_end": null,
"aa_length": 1374,
"cds_start": 4067,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429318.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4010A>C",
"hgvs_p": "p.Glu1337Ala",
"transcript": "XM_017019792.3",
"protein_id": "XP_016875281.1",
"transcript_support_level": null,
"aa_start": 1337,
"aa_end": null,
"aa_length": 1355,
"cds_start": 4010,
"cds_end": null,
"cds_length": 4068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019792.3"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.4004A>C",
"hgvs_p": "p.Glu1335Ala",
"transcript": "XM_047429319.1",
"protein_id": "XP_047285275.1",
"transcript_support_level": null,
"aa_start": 1335,
"aa_end": null,
"aa_length": 1353,
"cds_start": 4004,
"cds_end": null,
"cds_length": 4062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429319.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.3929A>C",
"hgvs_p": "p.Glu1310Ala",
"transcript": "XM_047429320.1",
"protein_id": "XP_047285276.1",
"transcript_support_level": null,
"aa_start": 1310,
"aa_end": null,
"aa_length": 1328,
"cds_start": 3929,
"cds_end": null,
"cds_length": 3987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429320.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "c.3806A>C",
"hgvs_p": "p.Glu1269Ala",
"transcript": "XM_047429321.1",
"protein_id": "XP_047285277.1",
"transcript_support_level": null,
"aa_start": 1269,
"aa_end": null,
"aa_length": 1287,
"cds_start": 3806,
"cds_end": null,
"cds_length": 3864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "n.1954A>C",
"hgvs_p": null,
"transcript": "ENST00000501271.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000501271.2"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "n.*271A>C",
"hgvs_p": null,
"transcript": "ENST00000536634.6",
"protein_id": "ENSP00000497101.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000536634.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "n.2345A>C",
"hgvs_p": null,
"transcript": "ENST00000538120.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000538120.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "n.2327A>C",
"hgvs_p": null,
"transcript": "ENST00000540539.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000540539.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"hgvs_c": "n.*271A>C",
"hgvs_p": null,
"transcript": "ENST00000536634.6",
"protein_id": "ENSP00000497101.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000536634.6"
}
],
"gene_symbol": "CLIP1",
"gene_hgnc_id": 10461,
"dbsnp": "rs780582171",
"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.31791776418685913,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.346,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4922,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.79,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001389291.1",
"gene_symbol": "CLIP1",
"hgnc_id": 10461,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6389A>C",
"hgvs_p": "p.Glu2130Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}