← 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: 11-57614400-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=57614400&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 57614400,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000062.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "NM_000062.3",
"protein_id": "NP_000053.2",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000278407.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000062.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000278407.9",
"protein_id": "ENSP00000278407.4",
"transcript_support_level": 1,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000062.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000278407.9"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1118T>C",
"hgvs_p": "p.Met373Thr",
"transcript": "ENST00000619430.2",
"protein_id": "ENSP00000478572.2",
"transcript_support_level": 1,
"aa_start": 373,
"aa_end": null,
"aa_length": 432,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619430.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*691T>C",
"hgvs_p": null,
"transcript": "ENST00000531133.5",
"protein_id": "ENSP00000435431.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000531133.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*347T>C",
"hgvs_p": null,
"transcript": "ENST00000531797.5",
"protein_id": "ENSP00000432554.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000531797.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*691T>C",
"hgvs_p": null,
"transcript": "ENST00000531133.5",
"protein_id": "ENSP00000435431.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000531133.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*347T>C",
"hgvs_p": null,
"transcript": "ENST00000531797.5",
"protein_id": "ENSP00000432554.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000531797.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1451T>C",
"hgvs_p": "p.Met484Thr",
"transcript": "ENST00000403558.1",
"protein_id": "ENSP00000384420.1",
"transcript_support_level": 5,
"aa_start": 484,
"aa_end": null,
"aa_length": 543,
"cds_start": 1451,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403558.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1421T>C",
"hgvs_p": "p.Met474Thr",
"transcript": "ENST00000879480.1",
"protein_id": "ENSP00000549539.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 533,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879480.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1355T>C",
"hgvs_p": "p.Met452Thr",
"transcript": "ENST00000879475.1",
"protein_id": "ENSP00000549534.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 511,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879475.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1349T>C",
"hgvs_p": "p.Met450Thr",
"transcript": "ENST00000879473.1",
"protein_id": "ENSP00000549532.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 509,
"cds_start": 1349,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879473.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1337T>C",
"hgvs_p": "p.Met446Thr",
"transcript": "ENST00000378323.8",
"protein_id": "ENSP00000367574.4",
"transcript_support_level": 2,
"aa_start": 446,
"aa_end": null,
"aa_length": 505,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378323.8"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1337T>C",
"hgvs_p": "p.Met446Thr",
"transcript": "ENST00000879485.1",
"protein_id": "ENSP00000549544.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 505,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879485.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1337T>C",
"hgvs_p": "p.Met446Thr",
"transcript": "ENST00000879488.1",
"protein_id": "ENSP00000549547.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 505,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879488.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "NM_001032295.2",
"protein_id": "NP_001027466.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001032295.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000676670.1",
"protein_id": "ENSP00000504807.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676670.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879467.1",
"protein_id": "ENSP00000549526.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879467.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879468.1",
"protein_id": "ENSP00000549527.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879468.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879469.1",
"protein_id": "ENSP00000549528.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879469.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879474.1",
"protein_id": "ENSP00000549533.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879474.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879477.1",
"protein_id": "ENSP00000549536.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879477.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879479.1",
"protein_id": "ENSP00000549538.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879479.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879482.1",
"protein_id": "ENSP00000549541.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879482.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879483.1",
"protein_id": "ENSP00000549542.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879483.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000879484.1",
"protein_id": "ENSP00000549543.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879484.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr",
"transcript": "ENST00000948717.1",
"protein_id": "ENSP00000618776.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 500,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948717.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1319T>C",
"hgvs_p": "p.Met440Thr",
"transcript": "ENST00000879478.1",
"protein_id": "ENSP00000549537.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 499,
"cds_start": 1319,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879478.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1313T>C",
"hgvs_p": "p.Met438Thr",
"transcript": "ENST00000879481.1",
"protein_id": "ENSP00000549540.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 497,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879481.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1277T>C",
"hgvs_p": "p.Met426Thr",
"transcript": "ENST00000879476.1",
"protein_id": "ENSP00000549535.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 485,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879476.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1268T>C",
"hgvs_p": "p.Met423Thr",
"transcript": "ENST00000677625.1",
"protein_id": "ENSP00000502857.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 482,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677625.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1268T>C",
"hgvs_p": "p.Met423Thr",
"transcript": "ENST00000879472.1",
"protein_id": "ENSP00000549531.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 482,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879472.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1211T>C",
"hgvs_p": "p.Met404Thr",
"transcript": "ENST00000340687.10",
"protein_id": "ENSP00000341861.6",
"transcript_support_level": 5,
"aa_start": 404,
"aa_end": null,
"aa_length": 463,
"cds_start": 1211,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340687.10"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1187T>C",
"hgvs_p": "p.Met396Thr",
"transcript": "ENST00000879471.1",
"protein_id": "ENSP00000549530.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 455,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879471.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Met389Thr",
"transcript": "ENST00000378324.6",
"protein_id": "ENSP00000367575.2",
"transcript_support_level": 2,
"aa_start": 389,
"aa_end": null,
"aa_length": 448,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378324.6"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.758T>C",
"hgvs_p": "p.Met253Thr",
"transcript": "ENST00000879470.1",
"protein_id": "ENSP00000549529.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 312,
"cds_start": 758,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879470.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.344T>C",
"hgvs_p": "p.Met115Thr",
"transcript": "ENST00000879486.1",
"protein_id": "ENSP00000549545.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 174,
"cds_start": 344,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879486.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.344T>C",
"hgvs_p": "p.Met115Thr",
"transcript": "ENST00000879487.1",
"protein_id": "ENSP00000549546.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 174,
"cds_start": 344,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879487.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*219T>C",
"hgvs_p": null,
"transcript": "ENST00000528996.2",
"protein_id": "ENSP00000431226.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000528996.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": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.779T>C",
"hgvs_p": null,
"transcript": "ENST00000530113.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000530113.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*1098T>C",
"hgvs_p": null,
"transcript": "ENST00000531605.2",
"protein_id": "ENSP00000503752.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000531605.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.2404T>C",
"hgvs_p": null,
"transcript": "ENST00000676741.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": "retained_intron",
"feature": "ENST00000676741.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*742T>C",
"hgvs_p": null,
"transcript": "ENST00000677624.1",
"protein_id": "ENSP00000503979.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": "ENST00000677624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.1575T>C",
"hgvs_p": null,
"transcript": "ENST00000677856.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": "retained_intron",
"feature": "ENST00000677856.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*219T>C",
"hgvs_p": null,
"transcript": "ENST00000677915.1",
"protein_id": "ENSP00000503118.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": "ENST00000677915.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*876T>C",
"hgvs_p": null,
"transcript": "ENST00000678533.1",
"protein_id": "ENSP00000503873.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": "ENST00000678533.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*262T>C",
"hgvs_p": null,
"transcript": "ENST00000678592.1",
"protein_id": "ENSP00000504424.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": "ENST00000678592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*219T>C",
"hgvs_p": null,
"transcript": "ENST00000528996.2",
"protein_id": "ENSP00000431226.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000528996.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*1098T>C",
"hgvs_p": null,
"transcript": "ENST00000531605.2",
"protein_id": "ENSP00000503752.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000531605.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*742T>C",
"hgvs_p": null,
"transcript": "ENST00000677624.1",
"protein_id": "ENSP00000503979.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": "ENST00000677624.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*219T>C",
"hgvs_p": null,
"transcript": "ENST00000677915.1",
"protein_id": "ENSP00000503118.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": "ENST00000677915.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*876T>C",
"hgvs_p": null,
"transcript": "ENST00000678533.1",
"protein_id": "ENSP00000503873.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": "ENST00000678533.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.*262T>C",
"hgvs_p": null,
"transcript": "ENST00000678592.1",
"protein_id": "ENSP00000504424.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": "ENST00000678592.1"
}
],
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"dbsnp": "rs281875175",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8794283866882324,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.69,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5071,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.146,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000062.3",
"gene_symbol": "SERPING1",
"hgnc_id": 1228,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Met441Thr"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "not provided",
"clinvar_review_status": "no classification provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "not provided",
"custom_annotations": null
}
],
"message": null
}