← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 6-2959208-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=2959208&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 2959208,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001271823.2",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "NM_004568.6",
"protein_id": "NP_004559.4",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 170,
"cdna_end": null,
"cdna_length": 1315,
"mane_select": "ENST00000380539.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004568.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000380539.7",
"protein_id": "ENSP00000369912.2",
"transcript_support_level": 3,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 170,
"cdna_end": null,
"cdna_length": 1315,
"mane_select": "NM_004568.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380539.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000380520.6",
"protein_id": "ENSP00000369891.1",
"transcript_support_level": 1,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 205,
"cdna_end": null,
"cdna_length": 1313,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380520.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000380524.5",
"protein_id": "ENSP00000369896.1",
"transcript_support_level": 1,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 1495,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380524.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000380546.7",
"protein_id": "ENSP00000369919.3",
"transcript_support_level": 1,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 230,
"cdna_end": null,
"cdna_length": 1375,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380546.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860479.1",
"protein_id": "ENSP00000530538.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 416,
"cds_start": 125,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 376,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860479.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860496.1",
"protein_id": "ENSP00000530555.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 416,
"cds_start": 125,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 201,
"cdna_end": null,
"cdna_length": 1460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860496.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860507.1",
"protein_id": "ENSP00000530566.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 416,
"cds_start": 125,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 264,
"cdna_end": null,
"cdna_length": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860507.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.182A>G",
"hgvs_p": "p.Tyr61Cys",
"transcript": "NM_001271823.2",
"protein_id": "NP_001258752.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 395,
"cds_start": 182,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 667,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271823.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.182A>G",
"hgvs_p": "p.Tyr61Cys",
"transcript": "ENST00000612421.3",
"protein_id": "ENSP00000484343.1",
"transcript_support_level": 2,
"aa_start": 61,
"aa_end": null,
"aa_length": 395,
"cds_start": 182,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 1566,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612421.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.167A>G",
"hgvs_p": "p.Tyr56Cys",
"transcript": "NM_001271822.2",
"protein_id": "NP_001258751.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 390,
"cds_start": 167,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 586,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271822.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.137A>G",
"hgvs_p": "p.Tyr46Cys",
"transcript": "NM_001195291.3",
"protein_id": "NP_001182220.2",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 380,
"cds_start": 137,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 1450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195291.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.137A>G",
"hgvs_p": "p.Tyr46Cys",
"transcript": "NM_001374515.1",
"protein_id": "NP_001361444.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 380,
"cds_start": 137,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 1492,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374515.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.137A>G",
"hgvs_p": "p.Tyr46Cys",
"transcript": "ENST00000616722.4",
"protein_id": "ENSP00000481398.1",
"transcript_support_level": 2,
"aa_start": 46,
"aa_end": null,
"aa_length": 380,
"cds_start": 137,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 903,
"cdna_end": null,
"cdna_length": 2036,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616722.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.137A>G",
"hgvs_p": "p.Tyr46Cys",
"transcript": "ENST00000645580.1",
"protein_id": "ENSP00000495362.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 380,
"cds_start": 137,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 1565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645580.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "NM_001271824.2",
"protein_id": "NP_001258753.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 212,
"cdna_end": null,
"cdna_length": 1357,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271824.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "NM_001271825.2",
"protein_id": "NP_001258754.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 1517,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271825.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "NM_001297699.2",
"protein_id": "NP_001284628.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 1600,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297699.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "NM_001297700.2",
"protein_id": "NP_001284629.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 1482,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297700.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "NM_001374516.1",
"protein_id": "NP_001361445.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1308,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374516.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000380529.5",
"protein_id": "ENSP00000369901.1",
"transcript_support_level": 2,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 1370,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380529.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000643098.1",
"protein_id": "ENSP00000493936.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 1638,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643098.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000644178.1",
"protein_id": "ENSP00000496073.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 4479,
"cdna_end": null,
"cdna_length": 5620,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644178.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000644388.1",
"protein_id": "ENSP00000494650.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 1494,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644388.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860477.1",
"protein_id": "ENSP00000530536.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 511,
"cdna_end": null,
"cdna_length": 1656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860477.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860478.1",
"protein_id": "ENSP00000530537.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 508,
"cdna_end": null,
"cdna_length": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860478.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860480.1",
"protein_id": "ENSP00000530539.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 555,
"cdna_end": null,
"cdna_length": 1700,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860480.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860481.1",
"protein_id": "ENSP00000530540.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 243,
"cdna_end": null,
"cdna_length": 1383,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860481.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860483.1",
"protein_id": "ENSP00000530542.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 1549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860483.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860484.1",
"protein_id": "ENSP00000530543.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 445,
"cdna_end": null,
"cdna_length": 1590,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860484.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860485.1",
"protein_id": "ENSP00000530544.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 520,
"cdna_end": null,
"cdna_length": 1659,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860485.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860486.1",
"protein_id": "ENSP00000530545.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 1523,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860486.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860487.1",
"protein_id": "ENSP00000530546.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 255,
"cdna_end": null,
"cdna_length": 1394,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860487.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860488.1",
"protein_id": "ENSP00000530547.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 1471,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860488.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860489.1",
"protein_id": "ENSP00000530548.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 1630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860489.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860490.1",
"protein_id": "ENSP00000530549.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 538,
"cdna_end": null,
"cdna_length": 1671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860490.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860491.1",
"protein_id": "ENSP00000530550.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 327,
"cdna_end": null,
"cdna_length": 1472,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860491.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860492.1",
"protein_id": "ENSP00000530551.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 1541,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860492.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860493.1",
"protein_id": "ENSP00000530552.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 1643,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860493.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860494.1",
"protein_id": "ENSP00000530553.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 1614,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860494.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860495.1",
"protein_id": "ENSP00000530554.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 510,
"cdna_end": null,
"cdna_length": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860495.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860497.1",
"protein_id": "ENSP00000530556.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 1473,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860497.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860498.1",
"protein_id": "ENSP00000530557.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 1686,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860498.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860499.1",
"protein_id": "ENSP00000530558.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 1492,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860499.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860500.1",
"protein_id": "ENSP00000530559.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 1883,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860500.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860501.1",
"protein_id": "ENSP00000530560.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 424,
"cdna_end": null,
"cdna_length": 1568,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860501.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860502.1",
"protein_id": "ENSP00000530561.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 468,
"cdna_end": null,
"cdna_length": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860502.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860503.1",
"protein_id": "ENSP00000530562.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 1500,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860503.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860504.1",
"protein_id": "ENSP00000530563.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 1933,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860504.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860505.1",
"protein_id": "ENSP00000530564.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 481,
"cdna_end": null,
"cdna_length": 1621,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860505.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860506.1",
"protein_id": "ENSP00000530565.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 271,
"cdna_end": null,
"cdna_length": 1412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860506.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860508.1",
"protein_id": "ENSP00000530567.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 1950,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860508.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860509.1",
"protein_id": "ENSP00000530568.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 2101,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860509.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860510.1",
"protein_id": "ENSP00000530569.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1082,
"cdna_end": null,
"cdna_length": 2222,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860510.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860511.1",
"protein_id": "ENSP00000530570.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1763,
"cdna_end": null,
"cdna_length": 2908,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860511.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860512.1",
"protein_id": "ENSP00000530571.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1644,
"cdna_end": null,
"cdna_length": 2785,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860512.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860513.1",
"protein_id": "ENSP00000530572.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 3081,
"cdna_end": null,
"cdna_length": 4222,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860513.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860514.1",
"protein_id": "ENSP00000530573.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 1610,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860514.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860515.1",
"protein_id": "ENSP00000530574.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860515.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000922588.1",
"protein_id": "ENSP00000592647.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 1481,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922588.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000922589.1",
"protein_id": "ENSP00000592648.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 408,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922589.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000922590.1",
"protein_id": "ENSP00000592649.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 202,
"cdna_end": null,
"cdna_length": 1336,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922590.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950811.1",
"protein_id": "ENSP00000620870.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 211,
"cdna_end": null,
"cdna_length": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950811.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950812.1",
"protein_id": "ENSP00000620871.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 457,
"cdna_end": null,
"cdna_length": 1601,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950812.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950813.1",
"protein_id": "ENSP00000620872.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 594,
"cdna_end": null,
"cdna_length": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950813.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950814.1",
"protein_id": "ENSP00000620873.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 1663,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950814.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950815.1",
"protein_id": "ENSP00000620874.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 1568,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950815.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950816.1",
"protein_id": "ENSP00000620875.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 1484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950816.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950817.1",
"protein_id": "ENSP00000620876.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1831,
"cdna_end": null,
"cdna_length": 2971,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950817.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950818.1",
"protein_id": "ENSP00000620877.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 1735,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950818.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950819.1",
"protein_id": "ENSP00000620878.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 539,
"cdna_end": null,
"cdna_length": 1678,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950819.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950820.1",
"protein_id": "ENSP00000620879.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 468,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950820.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950821.1",
"protein_id": "ENSP00000620880.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 1631,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950821.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950822.1",
"protein_id": "ENSP00000620881.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 1472,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950822.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950823.1",
"protein_id": "ENSP00000620882.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 538,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950823.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950824.1",
"protein_id": "ENSP00000620883.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 1532,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950824.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950825.1",
"protein_id": "ENSP00000620884.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950825.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950826.1",
"protein_id": "ENSP00000620885.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 425,
"cdna_end": null,
"cdna_length": 1569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950826.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950827.1",
"protein_id": "ENSP00000620886.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 797,
"cdna_end": null,
"cdna_length": 1936,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950827.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950828.1",
"protein_id": "ENSP00000620887.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 1473,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950828.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950829.1",
"protein_id": "ENSP00000620888.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 1975,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950829.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950830.1",
"protein_id": "ENSP00000620889.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 1550,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950830.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950831.1",
"protein_id": "ENSP00000620890.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 1905,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950831.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950832.1",
"protein_id": "ENSP00000620891.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 1776,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950832.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950833.1",
"protein_id": "ENSP00000620892.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950833.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950834.1",
"protein_id": "ENSP00000620893.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 495,
"cdna_end": null,
"cdna_length": 1635,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950834.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950835.1",
"protein_id": "ENSP00000620894.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 441,
"cdna_end": null,
"cdna_length": 1573,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950835.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950836.1",
"protein_id": "ENSP00000620895.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 1441,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950836.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000950837.1",
"protein_id": "ENSP00000620896.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 162,
"cdna_end": null,
"cdna_length": 1306,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950837.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000860482.1",
"protein_id": "ENSP00000530541.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 361,
"cds_start": 125,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 254,
"cdna_end": null,
"cdna_length": 1354,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860482.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000643227.1",
"protein_id": "ENSP00000494217.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 76,
"cds_start": 125,
"cds_end": null,
"cds_length": 231,
"cdna_start": 346,
"cdna_end": null,
"cdna_length": 452,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643227.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000645421.1",
"protein_id": "ENSP00000496341.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 76,
"cds_start": 125,
"cds_end": null,
"cds_length": 231,
"cdna_start": 371,
"cdna_end": null,
"cdna_length": 477,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645421.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000646688.1",
"protein_id": "ENSP00000494453.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 60,
"cds_start": 125,
"cds_end": null,
"cds_length": 184,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 489,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646688.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "ENST00000644777.1",
"protein_id": "ENSP00000494783.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 59,
"cds_start": 125,
"cds_end": null,
"cds_length": 181,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 925,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644777.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.359A>G",
"hgvs_p": "p.Tyr120Cys",
"transcript": "XM_011514672.2",
"protein_id": "XP_011512974.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 454,
"cds_start": 359,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514672.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.359A>G",
"hgvs_p": "p.Tyr120Cys",
"transcript": "XM_047418883.1",
"protein_id": "XP_047274839.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 454,
"cds_start": 359,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 2271,
"cdna_end": null,
"cdna_length": 3416,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418883.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.359A>G",
"hgvs_p": "p.Tyr120Cys",
"transcript": "XM_047418884.1",
"protein_id": "XP_047274840.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 454,
"cds_start": 359,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 912,
"cdna_end": null,
"cdna_length": 2057,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418884.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.359A>G",
"hgvs_p": "p.Tyr120Cys",
"transcript": "XM_047418885.1",
"protein_id": "XP_047274841.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 454,
"cds_start": 359,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 538,
"cdna_end": null,
"cdna_length": 1683,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418885.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.359A>G",
"hgvs_p": "p.Tyr120Cys",
"transcript": "XM_047418887.1",
"protein_id": "XP_047274843.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 454,
"cds_start": 359,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 1926,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418887.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.359A>G",
"hgvs_p": "p.Tyr120Cys",
"transcript": "XM_047418888.1",
"protein_id": "XP_047274844.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 454,
"cds_start": 359,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 1634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418888.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.137A>G",
"hgvs_p": "p.Tyr46Cys",
"transcript": "XM_047418889.1",
"protein_id": "XP_047274845.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 380,
"cds_start": 137,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 2080,
"cdna_end": null,
"cdna_length": 3225,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418889.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.137A>G",
"hgvs_p": "p.Tyr46Cys",
"transcript": "XM_047418890.1",
"protein_id": "XP_047274846.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 380,
"cds_start": 137,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 2060,
"cdna_end": null,
"cdna_length": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418890.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "XM_047418891.1",
"protein_id": "XP_047274847.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1137,
"cdna_end": null,
"cdna_length": 2282,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418891.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.125A>G",
"hgvs_p": "p.Tyr42Cys",
"transcript": "XM_047418892.1",
"protein_id": "XP_047274848.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 376,
"cds_start": 125,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 499,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418892.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.34-3538A>G",
"hgvs_p": null,
"transcript": "NM_001374517.1",
"protein_id": "NP_001361446.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1400,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374517.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.34-3538A>G",
"hgvs_p": null,
"transcript": "ENST00000642543.1",
"protein_id": "ENSP00000494161.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1384,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642543.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.4-3538A>G",
"hgvs_p": null,
"transcript": "ENST00000644828.1",
"protein_id": "ENSP00000495086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 170,
"cds_start": null,
"cds_end": null,
"cds_length": 515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1123,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644828.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.-102-3538A>G",
"hgvs_p": null,
"transcript": "ENST00000646775.1",
"protein_id": "ENSP00000496225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 16,
"cds_start": null,
"cds_end": null,
"cds_length": 52,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 514,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646775.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.34-3538A>G",
"hgvs_p": null,
"transcript": "XM_017010941.2",
"protein_id": "XP_016866430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010941.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.34-3538A>G",
"hgvs_p": null,
"transcript": "XM_024446465.2",
"protein_id": "XP_024302233.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1268,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446465.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.34-3538A>G",
"hgvs_p": null,
"transcript": "XM_047418893.1",
"protein_id": "XP_047274849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1275,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418893.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "n.2120A>G",
"hgvs_p": null,
"transcript": "ENST00000643314.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": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000643314.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "n.125A>G",
"hgvs_p": null,
"transcript": "ENST00000644693.1",
"protein_id": "ENSP00000495361.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": 1467,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "n.*239A>G",
"hgvs_p": null,
"transcript": "ENST00000649845.1",
"protein_id": "ENSP00000497149.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": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "n.170A>G",
"hgvs_p": null,
"transcript": "NR_164657.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": 1319,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164657.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "n.*239A>G",
"hgvs_p": null,
"transcript": "ENST00000649845.1",
"protein_id": "ENSP00000497149.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": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"hgvs_c": "c.*90A>G",
"hgvs_p": null,
"transcript": "ENST00000644875.1",
"protein_id": "ENSP00000494930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 10,
"cds_start": null,
"cds_end": null,
"cds_length": 35,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 536,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644875.1"
}
],
"gene_symbol": "SERPINB6",
"gene_hgnc_id": 8950,
"dbsnp": "rs147962494",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.33125054836273193,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.522,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.142,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.056,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001271823.2",
"gene_symbol": "SERPINB6",
"hgnc_id": 8950,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.182A>G",
"hgvs_p": "p.Tyr61Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}