← 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: 2-223984885-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=223984885&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 223984885,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001136530.1",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "NM_001136528.2",
"protein_id": "NP_001130000.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 2226,
"mane_select": "ENST00000409304.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136528.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000409304.6",
"protein_id": "ENSP00000386412.1",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 2226,
"mane_select": "NM_001136528.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409304.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000258405.9",
"protein_id": "ENSP00000258405.4",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 2229,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258405.9"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000409840.7",
"protein_id": "ENSP00000386969.3",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1412,
"cdna_end": null,
"cdna_length": 2569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409840.7"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Ile289Val",
"transcript": "ENST00000873015.1",
"protein_id": "ENSP00000543074.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 435,
"cds_start": 865,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873015.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957707.1",
"protein_id": "ENSP00000627766.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 432,
"cds_start": 751,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957707.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.787A>G",
"hgvs_p": "p.Ile263Val",
"transcript": "NM_001136530.1",
"protein_id": "NP_001130002.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 409,
"cds_start": 787,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 924,
"cdna_end": null,
"cdna_length": 2186,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136530.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.787A>G",
"hgvs_p": "p.Ile263Val",
"transcript": "ENST00000447280.6",
"protein_id": "ENSP00000415786.2",
"transcript_support_level": 2,
"aa_start": 263,
"aa_end": null,
"aa_length": 409,
"cds_start": 787,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 1088,
"cdna_end": null,
"cdna_length": 1716,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447280.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "NM_006216.4",
"protein_id": "NP_006207.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 2229,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006216.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000873018.1",
"protein_id": "ENSP00000543077.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 1037,
"cdna_end": null,
"cdna_length": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873018.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957695.1",
"protein_id": "ENSP00000627754.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 1960,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957695.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957697.1",
"protein_id": "ENSP00000627756.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 2161,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957697.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957702.1",
"protein_id": "ENSP00000627761.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 944,
"cdna_end": null,
"cdna_length": 2095,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957702.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957704.1",
"protein_id": "ENSP00000627763.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 2063,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957704.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957706.1",
"protein_id": "ENSP00000627765.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 1394,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957706.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000873014.1",
"protein_id": "ENSP00000543073.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1062,
"cdna_end": null,
"cdna_length": 2219,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873014.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000873016.1",
"protein_id": "ENSP00000543075.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 2325,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873016.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000873017.1",
"protein_id": "ENSP00000543076.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 2136,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873017.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000873019.1",
"protein_id": "ENSP00000543078.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873019.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000931209.1",
"protein_id": "ENSP00000601268.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1097,
"cdna_end": null,
"cdna_length": 2254,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931209.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000931211.1",
"protein_id": "ENSP00000601270.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1205,
"cdna_end": null,
"cdna_length": 2362,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931211.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957694.1",
"protein_id": "ENSP00000627753.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 1982,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957694.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957698.1",
"protein_id": "ENSP00000627757.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1053,
"cdna_end": null,
"cdna_length": 2202,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957698.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957699.1",
"protein_id": "ENSP00000627758.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 1056,
"cdna_end": null,
"cdna_length": 2204,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957699.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.748A>G",
"hgvs_p": "p.Ile250Val",
"transcript": "ENST00000957700.1",
"protein_id": "ENSP00000627759.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 397,
"cds_start": 748,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 2110,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957700.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000957703.1",
"protein_id": "ENSP00000627762.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 2089,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957703.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.748A>G",
"hgvs_p": "p.Ile250Val",
"transcript": "ENST00000931205.1",
"protein_id": "ENSP00000601264.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 396,
"cds_start": 748,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1267,
"cdna_end": null,
"cdna_length": 2452,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931205.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.748A>G",
"hgvs_p": "p.Ile250Val",
"transcript": "ENST00000931210.1",
"protein_id": "ENSP00000601269.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 396,
"cds_start": 748,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931210.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.724A>G",
"hgvs_p": "p.Ile242Val",
"transcript": "ENST00000957701.1",
"protein_id": "ENSP00000627760.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 388,
"cds_start": 724,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 934,
"cdna_end": null,
"cdna_length": 2082,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957701.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000931208.1",
"protein_id": "ENSP00000601267.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 369,
"cds_start": 751,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931208.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000931206.1",
"protein_id": "ENSP00000601265.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 368,
"cds_start": 751,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 1248,
"cdna_end": null,
"cdna_length": 2318,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931206.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.553A>G",
"hgvs_p": "p.Ile185Val",
"transcript": "ENST00000957696.1",
"protein_id": "ENSP00000627755.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 331,
"cds_start": 553,
"cds_end": null,
"cds_length": 996,
"cdna_start": 820,
"cdna_end": null,
"cdna_length": 1999,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957696.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.523A>G",
"hgvs_p": "p.Ile175Val",
"transcript": "ENST00000957705.1",
"protein_id": "ENSP00000627764.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 321,
"cds_start": 523,
"cds_end": null,
"cds_length": 966,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957705.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "ENST00000432738.5",
"protein_id": "ENSP00000408452.1",
"transcript_support_level": 3,
"aa_start": 251,
"aa_end": null,
"aa_length": 274,
"cds_start": 751,
"cds_end": null,
"cds_length": 827,
"cdna_start": 912,
"cdna_end": null,
"cdna_length": 988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432738.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.787A>G",
"hgvs_p": "p.Ile263Val",
"transcript": "XM_005246641.3",
"protein_id": "XP_005246698.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 410,
"cds_start": 787,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 924,
"cdna_end": null,
"cdna_length": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246641.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "XM_017004330.2",
"protein_id": "XP_016859819.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 398,
"cds_start": 751,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 813,
"cdna_end": null,
"cdna_length": 2081,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004330.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.751A>G",
"hgvs_p": "p.Ile251Val",
"transcript": "XM_017004332.3",
"protein_id": "XP_016859821.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 397,
"cds_start": 751,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 2077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004332.3"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.686-4488A>G",
"hgvs_p": null,
"transcript": "ENST00000931207.1",
"protein_id": "ENSP00000601266.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": null,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931207.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": 4,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.685+6918A>G",
"hgvs_p": null,
"transcript": "ENST00000873013.1",
"protein_id": "ENSP00000543072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 268,
"cds_start": null,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873013.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "n.184A>G",
"hgvs_p": null,
"transcript": "ENST00000478966.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": 680,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000478966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "n.1412A>G",
"hgvs_p": null,
"transcript": "NR_073116.2",
"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": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_073116.2"
}
],
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"dbsnp": "rs777796522",
"frequency_reference_population": 0.000010532394,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.0000095767,
"gnomad_genomes_af": 0.0000197127,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20588338375091553,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.264,
"revel_prediction": "Benign",
"alphamissense_score": 0.082,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.438,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001136530.1",
"gene_symbol": "SERPINE2",
"hgnc_id": 8951,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.787A>G",
"hgvs_p": "p.Ile263Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}