← 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: 17-20204930-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=20204930&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 20204930,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000395527.9",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_001243439.2",
"protein_id": "NP_001230368.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 8255,
"mane_select": "ENST00000395527.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000395527.9",
"protein_id": "ENSP00000378898.4",
"transcript_support_level": 2,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 8255,
"mane_select": "NM_001243439.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000261503.9",
"protein_id": "ENSP00000261503.5",
"transcript_support_level": 1,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 3948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "ENST00000395530.6",
"protein_id": "ENSP00000378901.2",
"transcript_support_level": 1,
"aa_start": 213,
"aa_end": null,
"aa_length": 987,
"cds_start": 638,
"cds_end": null,
"cds_length": 2964,
"cdna_start": 846,
"cdna_end": null,
"cdna_length": 8133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000395529.7",
"protein_id": "ENSP00000378900.3",
"transcript_support_level": 1,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 933,
"cdna_end": null,
"cdna_length": 4971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "ENST00000395525.7",
"protein_id": "ENSP00000378896.3",
"transcript_support_level": 1,
"aa_start": 213,
"aa_end": null,
"aa_length": 709,
"cds_start": 638,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 746,
"cdna_end": null,
"cdna_length": 2536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "ENST00000395522.6",
"protein_id": "ENSP00000378893.2",
"transcript_support_level": 1,
"aa_start": 213,
"aa_end": null,
"aa_length": 703,
"cds_start": 638,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 752,
"cdna_end": null,
"cdna_length": 2982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_001033553.3",
"protein_id": "NP_001028725.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 8219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_001386083.2",
"protein_id": "NP_001373012.2",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 1225,
"cdna_end": null,
"cdna_length": 8512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000677914.1",
"protein_id": "ENSP00000503971.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 1064,
"cdna_end": null,
"cdna_length": 4060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000679058.1",
"protein_id": "ENSP00000502924.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 1039,
"cdna_end": null,
"cdna_length": 4035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000679255.1",
"protein_id": "ENSP00000504211.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 1218,
"cdna_end": null,
"cdna_length": 4214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000678321.1",
"protein_id": "ENSP00000503822.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1050,
"cds_start": 881,
"cds_end": null,
"cds_length": 3153,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 3789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000681564.1",
"protein_id": "ENSP00000506710.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1050,
"cds_start": 881,
"cds_end": null,
"cds_length": 3153,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 3651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_001386082.1",
"protein_id": "NP_001373011.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1048,
"cds_start": 881,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 3928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000678019.1",
"protein_id": "ENSP00000503509.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1048,
"cds_start": 881,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_001386081.1",
"protein_id": "NP_001373010.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1034,
"cds_start": 881,
"cds_end": null,
"cds_length": 3105,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 4271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000680019.1",
"protein_id": "ENSP00000506699.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1034,
"cds_start": 881,
"cds_end": null,
"cds_length": 3105,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 4277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_001386085.1",
"protein_id": "NP_001373014.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1029,
"cds_start": 881,
"cds_end": null,
"cds_length": 3090,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 3871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000679048.1",
"protein_id": "ENSP00000503774.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1029,
"cds_start": 881,
"cds_end": null,
"cds_length": 3090,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 4316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000681875.1",
"protein_id": "ENSP00000505421.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1029,
"cds_start": 881,
"cds_end": null,
"cds_length": 3090,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 3927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000677148.1",
"protein_id": "ENSP00000503849.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1009,
"cds_start": 881,
"cds_end": null,
"cds_length": 3030,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 4281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "NM_001033555.3",
"protein_id": "NP_001028727.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 987,
"cds_start": 638,
"cds_end": null,
"cds_length": 2964,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 8050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "ENST00000679801.1",
"protein_id": "ENSP00000506625.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 873,
"cds_start": 638,
"cds_end": null,
"cds_length": 2622,
"cdna_start": 784,
"cdna_end": null,
"cdna_length": 3388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000680604.1",
"protein_id": "ENSP00000506044.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 872,
"cds_start": 881,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 4378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.209C>G",
"hgvs_p": "p.Ser70Cys",
"transcript": "NM_001386080.1",
"protein_id": "NP_001373009.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 844,
"cds_start": 209,
"cds_end": null,
"cds_length": 2535,
"cdna_start": 1066,
"cdna_end": null,
"cdna_length": 4086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.905C>G",
"hgvs_p": "p.Ser302Cys",
"transcript": "NM_001386084.1",
"protein_id": "NP_001373013.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 798,
"cds_start": 905,
"cds_end": null,
"cds_length": 2397,
"cdna_start": 1225,
"cdna_end": null,
"cdna_length": 5266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_152904.4",
"protein_id": "NP_690868.3",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 4973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000676570.1",
"protein_id": "ENSP00000503507.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 5482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000679049.1",
"protein_id": "ENSP00000503499.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 5143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000680374.1",
"protein_id": "ENSP00000505715.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 5356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000680572.1",
"protein_id": "ENSP00000505383.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 5068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000681593.1",
"protein_id": "ENSP00000504996.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 1225,
"cdna_end": null,
"cdna_length": 5245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "NM_001386079.1",
"protein_id": "NP_001373008.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 784,
"cds_start": 881,
"cds_end": null,
"cds_length": 2355,
"cdna_start": 1084,
"cdna_end": null,
"cdna_length": 5134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000681116.1",
"protein_id": "ENSP00000505864.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 784,
"cds_start": 881,
"cds_end": null,
"cds_length": 2355,
"cdna_start": 1066,
"cdna_end": null,
"cdna_length": 4552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000681202.1",
"protein_id": "ENSP00000506319.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 784,
"cds_start": 881,
"cds_end": null,
"cds_length": 2355,
"cdna_start": 1075,
"cdna_end": null,
"cdna_length": 4561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000578321.2",
"protein_id": "ENSP00000462266.2",
"transcript_support_level": 4,
"aa_start": 294,
"aa_end": null,
"aa_length": 782,
"cds_start": 881,
"cds_end": null,
"cds_length": 2351,
"cdna_start": 1257,
"cdna_end": null,
"cdna_length": 2727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000580934.2",
"protein_id": "ENSP00000461944.2",
"transcript_support_level": 4,
"aa_start": 294,
"aa_end": null,
"aa_length": 782,
"cds_start": 881,
"cds_end": null,
"cds_length": 2351,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 2592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000581973.7",
"protein_id": "ENSP00000464341.3",
"transcript_support_level": 5,
"aa_start": 294,
"aa_end": null,
"aa_length": 782,
"cds_start": 881,
"cds_end": null,
"cds_length": 2351,
"cdna_start": 1248,
"cdna_end": null,
"cdna_length": 2718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000583463.6",
"protein_id": "ENSP00000464489.2",
"transcript_support_level": 4,
"aa_start": 294,
"aa_end": null,
"aa_length": 782,
"cds_start": 881,
"cds_end": null,
"cds_length": 2351,
"cdna_start": 1479,
"cdna_end": null,
"cdna_length": 2949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "ENST00000583482.7",
"protein_id": "ENSP00000463006.3",
"transcript_support_level": 5,
"aa_start": 294,
"aa_end": null,
"aa_length": 782,
"cds_start": 881,
"cds_end": null,
"cds_length": 2351,
"cdna_start": 1148,
"cdna_end": null,
"cdna_length": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "NM_001033554.3",
"protein_id": "NP_001028726.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 709,
"cds_start": 638,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 4804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "NM_001243438.2",
"protein_id": "NP_001230367.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 703,
"cds_start": 638,
"cds_end": null,
"cds_length": 2112,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 4813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.1004C>G",
"hgvs_p": "p.Ser335Cys",
"transcript": "XM_047437060.1",
"protein_id": "XP_047293016.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 1109,
"cds_start": 1004,
"cds_end": null,
"cds_length": 3330,
"cdna_start": 1115,
"cdna_end": null,
"cdna_length": 8402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.905C>G",
"hgvs_p": "p.Ser302Cys",
"transcript": "XM_047437061.1",
"protein_id": "XP_047293017.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 1084,
"cds_start": 905,
"cds_end": null,
"cds_length": 3255,
"cdna_start": 1043,
"cdna_end": null,
"cdna_length": 8354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_017025319.2",
"protein_id": "XP_016880808.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1076,
"cds_start": 881,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 8279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.905C>G",
"hgvs_p": "p.Ser302Cys",
"transcript": "XM_047437062.1",
"protein_id": "XP_047293018.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 1076,
"cds_start": 905,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 8331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_047437063.1",
"protein_id": "XP_047293019.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1076,
"cds_start": 881,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 1479,
"cdna_end": null,
"cdna_length": 8790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_047437064.1",
"protein_id": "XP_047293020.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1076,
"cds_start": 881,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 8461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_047437065.1",
"protein_id": "XP_047293021.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1076,
"cds_start": 881,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 1084,
"cdna_end": null,
"cdna_length": 8395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_047437066.1",
"protein_id": "XP_047293022.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1076,
"cds_start": 881,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 1034,
"cdna_end": null,
"cdna_length": 8345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_047437067.1",
"protein_id": "XP_047293023.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1076,
"cds_start": 881,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 8268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.1004C>G",
"hgvs_p": "p.Ser335Cys",
"transcript": "XM_047437068.1",
"protein_id": "XP_047293024.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 1070,
"cds_start": 1004,
"cds_end": null,
"cds_length": 3213,
"cdna_start": 1115,
"cdna_end": null,
"cdna_length": 8285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_047437069.1",
"protein_id": "XP_047293025.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 8244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_047437071.1",
"protein_id": "XP_047293027.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1068,
"cds_start": 881,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 8277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "XM_017025321.2",
"protein_id": "XP_016880810.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 995,
"cds_start": 638,
"cds_end": null,
"cds_length": 2988,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 8074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "XM_047437070.1",
"protein_id": "XP_047293026.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 948,
"cds_start": 638,
"cds_end": null,
"cds_length": 2847,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 7933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.1004C>G",
"hgvs_p": "p.Ser335Cys",
"transcript": "XM_047437072.1",
"protein_id": "XP_047293028.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 831,
"cds_start": 1004,
"cds_end": null,
"cds_length": 2496,
"cdna_start": 1115,
"cdna_end": null,
"cdna_length": 5156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.1004C>G",
"hgvs_p": "p.Ser335Cys",
"transcript": "XM_047437073.1",
"protein_id": "XP_047293029.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 825,
"cds_start": 1004,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 1115,
"cdna_end": null,
"cdna_length": 2703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys",
"transcript": "XM_017025325.2",
"protein_id": "XP_016880814.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 790,
"cds_start": 881,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 968,
"cdna_end": null,
"cdna_length": 5009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.638C>G",
"hgvs_p": "p.Ser213Cys",
"transcript": "XM_047437074.1",
"protein_id": "XP_047293030.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 717,
"cds_start": 638,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 4828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.734C>G",
"hgvs_p": null,
"transcript": "ENST00000579688.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.881C>G",
"hgvs_p": null,
"transcript": "ENST00000678315.1",
"protein_id": "ENSP00000504304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.1153C>G",
"hgvs_p": null,
"transcript": "ENST00000678651.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.*541C>G",
"hgvs_p": null,
"transcript": "ENST00000680124.1",
"protein_id": "ENSP00000506187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.638C>G",
"hgvs_p": null,
"transcript": "ENST00000680373.1",
"protein_id": "ENSP00000506254.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.*541C>G",
"hgvs_p": null,
"transcript": "ENST00000680830.1",
"protein_id": "ENSP00000505376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.638C>G",
"hgvs_p": null,
"transcript": "ENST00000681545.1",
"protein_id": "ENSP00000505652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.*541C>G",
"hgvs_p": null,
"transcript": "ENST00000680124.1",
"protein_id": "ENSP00000506187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.*541C>G",
"hgvs_p": null,
"transcript": "ENST00000680830.1",
"protein_id": "ENSP00000505376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.382-22483C>G",
"hgvs_p": null,
"transcript": "NM_001386078.2",
"protein_id": "NP_001373007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 574,
"cds_start": -4,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.382-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000583528.6",
"protein_id": "ENSP00000461918.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 574,
"cds_start": -4,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.-117-22483C>G",
"hgvs_p": null,
"transcript": "NM_001386077.2",
"protein_id": "NP_001373006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 408,
"cds_start": -4,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.-117-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000581399.6",
"protein_id": "ENSP00000462471.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 408,
"cds_start": -4,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.-117-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000472876.5",
"protein_id": "ENSP00000504477.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": -4,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.-117-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000679740.1",
"protein_id": "ENSP00000505905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": -4,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.-117-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000679819.1",
"protein_id": "ENSP00000506551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": -4,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.284-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000467722.3",
"protein_id": "ENSP00000463130.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000263494",
"gene_hgnc_id": null,
"hgvs_c": "n.105+19744C>G",
"hgvs_p": null,
"transcript": "ENST00000580225.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 195,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.284-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000680740.1",
"protein_id": "ENSP00000505625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.180-22483C>G",
"hgvs_p": null,
"transcript": "ENST00000681731.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.-117-22483C>G",
"hgvs_p": null,
"transcript": "XM_047437075.1",
"protein_id": "XP_047293031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 369,
"cds_start": -4,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.*192C>G",
"hgvs_p": null,
"transcript": "ENST00000582063.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"dbsnp": "rs760572663",
"frequency_reference_population": 0.000010945395,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000109454,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28771311044692993,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.072,
"revel_prediction": "Benign",
"alphamissense_score": 0.0809,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.411,
"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": 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": "ENST00000395527.9",
"gene_symbol": "SPECC1",
"hgnc_id": 30615,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Ser294Cys"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000580225.1",
"gene_symbol": "ENSG00000263494",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.105+19744C>G",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}