← 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-20204470-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=20204470&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 20204470,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001033553.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_001243439.2",
"protein_id": "NP_001230368.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000395527.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243439.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000395527.9",
"protein_id": "ENSP00000378898.4",
"transcript_support_level": 2,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001243439.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395527.9"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000261503.9",
"protein_id": "ENSP00000261503.5",
"transcript_support_level": 1,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261503.9"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "ENST00000395530.6",
"protein_id": "ENSP00000378901.2",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 987,
"cds_start": 178,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395530.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000395529.7",
"protein_id": "ENSP00000378900.3",
"transcript_support_level": 1,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395529.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "ENST00000395525.7",
"protein_id": "ENSP00000378896.3",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 709,
"cds_start": 178,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395525.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "ENST00000395522.6",
"protein_id": "ENSP00000378893.2",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 703,
"cds_start": 178,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395522.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_001033553.3",
"protein_id": "NP_001028725.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001033553.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_001386083.2",
"protein_id": "NP_001373012.2",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386083.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000677914.1",
"protein_id": "ENSP00000503971.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677914.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000679058.1",
"protein_id": "ENSP00000502924.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679058.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000679255.1",
"protein_id": "ENSP00000504211.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679255.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000851980.1",
"protein_id": "ENSP00000522039.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851980.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000851981.1",
"protein_id": "ENSP00000522040.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851981.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000965406.1",
"protein_id": "ENSP00000635465.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965406.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000965407.1",
"protein_id": "ENSP00000635466.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965407.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000678321.1",
"protein_id": "ENSP00000503822.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1050,
"cds_start": 421,
"cds_end": null,
"cds_length": 3153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678321.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000681564.1",
"protein_id": "ENSP00000506710.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1050,
"cds_start": 421,
"cds_end": null,
"cds_length": 3153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681564.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_001386082.1",
"protein_id": "NP_001373011.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1048,
"cds_start": 421,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386082.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000678019.1",
"protein_id": "ENSP00000503509.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1048,
"cds_start": 421,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678019.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_001386081.1",
"protein_id": "NP_001373010.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1034,
"cds_start": 421,
"cds_end": null,
"cds_length": 3105,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386081.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000680019.1",
"protein_id": "ENSP00000506699.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1034,
"cds_start": 421,
"cds_end": null,
"cds_length": 3105,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680019.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_001386085.1",
"protein_id": "NP_001373014.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1029,
"cds_start": 421,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386085.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000679048.1",
"protein_id": "ENSP00000503774.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1029,
"cds_start": 421,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679048.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000681875.1",
"protein_id": "ENSP00000505421.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1029,
"cds_start": 421,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681875.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000677148.1",
"protein_id": "ENSP00000503849.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1009,
"cds_start": 421,
"cds_end": null,
"cds_length": 3030,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677148.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "NM_001033555.3",
"protein_id": "NP_001028727.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 987,
"cds_start": 178,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001033555.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "ENST00000679801.1",
"protein_id": "ENSP00000506625.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 873,
"cds_start": 178,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679801.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000680604.1",
"protein_id": "ENSP00000506044.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 872,
"cds_start": 421,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680604.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.445C>T",
"hgvs_p": "p.Pro149Ser",
"transcript": "NM_001386084.1",
"protein_id": "NP_001373013.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 798,
"cds_start": 445,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386084.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_152904.4",
"protein_id": "NP_690868.3",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152904.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000676570.1",
"protein_id": "ENSP00000503507.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676570.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000679049.1",
"protein_id": "ENSP00000503499.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679049.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000680374.1",
"protein_id": "ENSP00000505715.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680374.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000680572.1",
"protein_id": "ENSP00000505383.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680572.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000681593.1",
"protein_id": "ENSP00000504996.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681593.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "NM_001386079.1",
"protein_id": "NP_001373008.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 784,
"cds_start": 421,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386079.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000681116.1",
"protein_id": "ENSP00000505864.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 784,
"cds_start": 421,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681116.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000681202.1",
"protein_id": "ENSP00000506319.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 784,
"cds_start": 421,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681202.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000578321.2",
"protein_id": "ENSP00000462266.2",
"transcript_support_level": 4,
"aa_start": 141,
"aa_end": null,
"aa_length": 782,
"cds_start": 421,
"cds_end": null,
"cds_length": 2351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000578321.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000580934.2",
"protein_id": "ENSP00000461944.2",
"transcript_support_level": 4,
"aa_start": 141,
"aa_end": null,
"aa_length": 782,
"cds_start": 421,
"cds_end": null,
"cds_length": 2351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580934.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000581973.7",
"protein_id": "ENSP00000464341.3",
"transcript_support_level": 5,
"aa_start": 141,
"aa_end": null,
"aa_length": 782,
"cds_start": 421,
"cds_end": null,
"cds_length": 2351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000581973.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000583463.6",
"protein_id": "ENSP00000464489.2",
"transcript_support_level": 4,
"aa_start": 141,
"aa_end": null,
"aa_length": 782,
"cds_start": 421,
"cds_end": null,
"cds_length": 2351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583463.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "ENST00000583482.7",
"protein_id": "ENSP00000463006.3",
"transcript_support_level": 5,
"aa_start": 141,
"aa_end": null,
"aa_length": 782,
"cds_start": 421,
"cds_end": null,
"cds_length": 2351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583482.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "NM_001033554.3",
"protein_id": "NP_001028726.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 709,
"cds_start": 178,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001033554.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "NM_001243438.2",
"protein_id": "NP_001230367.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 703,
"cds_start": 178,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243438.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.544C>T",
"hgvs_p": "p.Pro182Ser",
"transcript": "XM_047437060.1",
"protein_id": "XP_047293016.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 1109,
"cds_start": 544,
"cds_end": null,
"cds_length": 3330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437060.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.445C>T",
"hgvs_p": "p.Pro149Ser",
"transcript": "XM_047437061.1",
"protein_id": "XP_047293017.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1084,
"cds_start": 445,
"cds_end": null,
"cds_length": 3255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437061.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_017025319.2",
"protein_id": "XP_016880808.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1076,
"cds_start": 421,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025319.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.445C>T",
"hgvs_p": "p.Pro149Ser",
"transcript": "XM_047437062.1",
"protein_id": "XP_047293018.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1076,
"cds_start": 445,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437062.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_047437063.1",
"protein_id": "XP_047293019.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1076,
"cds_start": 421,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437063.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_047437064.1",
"protein_id": "XP_047293020.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1076,
"cds_start": 421,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437064.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_047437065.1",
"protein_id": "XP_047293021.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1076,
"cds_start": 421,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437065.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_047437066.1",
"protein_id": "XP_047293022.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1076,
"cds_start": 421,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437066.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_047437067.1",
"protein_id": "XP_047293023.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1076,
"cds_start": 421,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437067.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.544C>T",
"hgvs_p": "p.Pro182Ser",
"transcript": "XM_047437068.1",
"protein_id": "XP_047293024.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 1070,
"cds_start": 544,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437068.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_047437069.1",
"protein_id": "XP_047293025.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437069.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_047437071.1",
"protein_id": "XP_047293027.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1068,
"cds_start": 421,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437071.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "XM_017025321.2",
"protein_id": "XP_016880810.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 995,
"cds_start": 178,
"cds_end": null,
"cds_length": 2988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025321.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "XM_047437070.1",
"protein_id": "XP_047293026.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 948,
"cds_start": 178,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437070.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.544C>T",
"hgvs_p": "p.Pro182Ser",
"transcript": "XM_047437072.1",
"protein_id": "XP_047293028.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 831,
"cds_start": 544,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437072.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.544C>T",
"hgvs_p": "p.Pro182Ser",
"transcript": "XM_047437073.1",
"protein_id": "XP_047293029.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 825,
"cds_start": 544,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437073.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.421C>T",
"hgvs_p": "p.Pro141Ser",
"transcript": "XM_017025325.2",
"protein_id": "XP_016880814.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 790,
"cds_start": 421,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025325.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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.178C>T",
"hgvs_p": "p.Pro60Ser",
"transcript": "XM_047437074.1",
"protein_id": "XP_047293030.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 717,
"cds_start": 178,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437074.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "c.-252C>T",
"hgvs_p": null,
"transcript": "NM_001386080.1",
"protein_id": "NP_001373009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": null,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386080.1"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386078.2"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583528.6"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386077.2"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000581399.6"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000472876.5"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679740.1"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679819.1"
},
{
"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-22943C>T",
"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": null,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437075.1"
},
{
"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.274C>T",
"hgvs_p": null,
"transcript": "ENST00000579688.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000579688.2"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"hgvs_c": "n.312C>T",
"hgvs_p": null,
"transcript": "ENST00000582063.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000582063.1"
},
{
"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.421C>T",
"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": 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": "ENST00000678315.1"
},
{
"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.693C>T",
"hgvs_p": null,
"transcript": "ENST00000678651.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000678651.1"
},
{
"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.*81C>T",
"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": 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": "ENST00000680124.1"
},
{
"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.178C>T",
"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": 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": "ENST00000680373.1"
},
{
"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.*81C>T",
"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": 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": "ENST00000680830.1"
},
{
"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.178C>T",
"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": 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": "ENST00000681545.1"
},
{
"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.*81C>T",
"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": 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": "ENST00000680124.1"
},
{
"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.*81C>T",
"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": 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": "ENST00000680830.1"
},
{
"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-22943C>T",
"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": 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": "ENST00000467722.3"
},
{
"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+19284C>T",
"hgvs_p": null,
"transcript": "ENST00000580225.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000580225.1"
},
{
"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-22943C>T",
"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": 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": "ENST00000680740.1"
},
{
"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-22943C>T",
"hgvs_p": null,
"transcript": "ENST00000681731.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000681731.1"
}
],
"gene_symbol": "SPECC1",
"gene_hgnc_id": 30615,
"dbsnp": "rs754605781",
"frequency_reference_population": 0.000028500903,
"hom_count_reference_population": 0,
"allele_count_reference_population": 46,
"gnomad_exomes_af": 0.0000300982,
"gnomad_genomes_af": 0.0000131489,
"gnomad_exomes_ac": 44,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14003178477287292,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.123,
"revel_prediction": "Benign",
"alphamissense_score": 0.1199,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.314,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001033553.3",
"gene_symbol": "SPECC1",
"hgnc_id": 30615,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.421C>T",
"hgvs_p": "p.Pro141Ser"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000580225.1",
"gene_symbol": "ENSG00000263494",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.105+19284C>T",
"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
}