← 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-224001710-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=224001710&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 224001710,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001136530.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "NM_001136528.2",
"protein_id": "NP_001130000.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000409304.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136528.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000409304.6",
"protein_id": "ENSP00000386412.1",
"transcript_support_level": 1,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001136528.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409304.6"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000258405.9",
"protein_id": "ENSP00000258405.4",
"transcript_support_level": 1,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258405.9"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000409840.7",
"protein_id": "ENSP00000386969.3",
"transcript_support_level": 1,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409840.7"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000873015.1",
"protein_id": "ENSP00000543074.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 435,
"cds_start": 191,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873015.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957707.1",
"protein_id": "ENSP00000627766.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 432,
"cds_start": 191,
"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": "ENST00000957707.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.227T>C",
"hgvs_p": "p.Met76Thr",
"transcript": "NM_001136530.1",
"protein_id": "NP_001130002.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 409,
"cds_start": 227,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136530.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.227T>C",
"hgvs_p": "p.Met76Thr",
"transcript": "ENST00000447280.6",
"protein_id": "ENSP00000415786.2",
"transcript_support_level": 2,
"aa_start": 76,
"aa_end": null,
"aa_length": 409,
"cds_start": 227,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447280.6"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "NM_006216.4",
"protein_id": "NP_006207.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006216.4"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000873018.1",
"protein_id": "ENSP00000543077.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873018.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957695.1",
"protein_id": "ENSP00000627754.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957695.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957697.1",
"protein_id": "ENSP00000627756.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957697.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957702.1",
"protein_id": "ENSP00000627761.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957702.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957704.1",
"protein_id": "ENSP00000627763.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957704.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957706.1",
"protein_id": "ENSP00000627765.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957706.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000873014.1",
"protein_id": "ENSP00000543073.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873014.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000873016.1",
"protein_id": "ENSP00000543075.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873016.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000873017.1",
"protein_id": "ENSP00000543076.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873017.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000873019.1",
"protein_id": "ENSP00000543078.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873019.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000931209.1",
"protein_id": "ENSP00000601268.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931209.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000931211.1",
"protein_id": "ENSP00000601270.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931211.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957694.1",
"protein_id": "ENSP00000627753.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957694.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957698.1",
"protein_id": "ENSP00000627757.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957698.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957699.1",
"protein_id": "ENSP00000627758.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957699.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957700.1",
"protein_id": "ENSP00000627759.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957700.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957703.1",
"protein_id": "ENSP00000627762.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957703.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000931205.1",
"protein_id": "ENSP00000601264.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 396,
"cds_start": 191,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931205.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000931210.1",
"protein_id": "ENSP00000601269.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 396,
"cds_start": 191,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931210.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957701.1",
"protein_id": "ENSP00000627760.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 388,
"cds_start": 191,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957701.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000931208.1",
"protein_id": "ENSP00000601267.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 369,
"cds_start": 191,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931208.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000931206.1",
"protein_id": "ENSP00000601265.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 368,
"cds_start": 191,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931206.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957696.1",
"protein_id": "ENSP00000627755.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 331,
"cds_start": 191,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957696.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000957705.1",
"protein_id": "ENSP00000627764.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 321,
"cds_start": 191,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957705.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"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": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000931207.1",
"protein_id": "ENSP00000601266.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 297,
"cds_start": 191,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931207.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000432738.5",
"protein_id": "ENSP00000408452.1",
"transcript_support_level": 3,
"aa_start": 64,
"aa_end": null,
"aa_length": 274,
"cds_start": 191,
"cds_end": null,
"cds_length": 827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432738.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000873013.1",
"protein_id": "ENSP00000543072.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 268,
"cds_start": 191,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873013.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "ENST00000454956.1",
"protein_id": "ENSP00000399655.1",
"transcript_support_level": 4,
"aa_start": 64,
"aa_end": null,
"aa_length": 85,
"cds_start": 191,
"cds_end": null,
"cds_length": 260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454956.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.227T>C",
"hgvs_p": "p.Met76Thr",
"transcript": "XM_005246641.3",
"protein_id": "XP_005246698.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 410,
"cds_start": 227,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246641.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "XM_017004330.2",
"protein_id": "XP_016859819.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 398,
"cds_start": 191,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004330.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Met64Thr",
"transcript": "XM_017004332.3",
"protein_id": "XP_016859821.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 397,
"cds_start": 191,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004332.3"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "n.405T>C",
"hgvs_p": null,
"transcript": "ENST00000489065.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": "ENST00000489065.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "n.852T>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_073116.2"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"hgvs_c": "c.*64T>C",
"hgvs_p": null,
"transcript": "ENST00000423446.1",
"protein_id": "ENSP00000394518.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 41,
"cds_start": null,
"cds_end": null,
"cds_length": 127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423446.1"
}
],
"gene_symbol": "SERPINE2",
"gene_hgnc_id": 8951,
"dbsnp": "rs34078713",
"frequency_reference_population": 0.008339879,
"hom_count_reference_population": 70,
"allele_count_reference_population": 13462,
"gnomad_exomes_af": 0.00842621,
"gnomad_genomes_af": 0.00751129,
"gnomad_exomes_ac": 12318,
"gnomad_genomes_ac": 1144,
"gnomad_exomes_homalt": 60,
"gnomad_genomes_homalt": 10,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.017178237438201904,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.848,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.789,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.368,
"phylop100way_prediction": "Pathogenic",
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "PP3,BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 8,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001136530.1",
"gene_symbol": "SERPINE2",
"hgnc_id": 8951,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.227T>C",
"hgvs_p": "p.Met76Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}