← 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: 15-76376173-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=76376173&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 76376173,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001353009.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3844C>T",
"hgvs_p": "p.Pro1282Ser",
"transcript": "NM_020843.4",
"protein_id": "NP_065894.2",
"transcript_support_level": null,
"aa_start": 1282,
"aa_end": null,
"aa_length": 1400,
"cds_start": 3844,
"cds_end": null,
"cds_length": 4203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000563290.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020843.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3844C>T",
"hgvs_p": "p.Pro1282Ser",
"transcript": "ENST00000563290.6",
"protein_id": "ENSP00000454973.1",
"transcript_support_level": 5,
"aa_start": 1282,
"aa_end": null,
"aa_length": 1400,
"cds_start": 3844,
"cds_end": null,
"cds_length": 4203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020843.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563290.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3844C>T",
"hgvs_p": "p.Pro1282Ser",
"transcript": "ENST00000324767.11",
"protein_id": "ENSP00000326924.7",
"transcript_support_level": 1,
"aa_start": 1282,
"aa_end": null,
"aa_length": 1400,
"cds_start": 3844,
"cds_end": null,
"cds_length": 4203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324767.11"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3106C>T",
"hgvs_p": "p.Pro1036Ser",
"transcript": "ENST00000538941.6",
"protein_id": "ENSP00000442190.2",
"transcript_support_level": 1,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1154,
"cds_start": 3106,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538941.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3862C>T",
"hgvs_p": "p.Pro1288Ser",
"transcript": "NM_001353009.2",
"protein_id": "NP_001339938.1",
"transcript_support_level": null,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1406,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353009.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3862C>T",
"hgvs_p": "p.Pro1288Ser",
"transcript": "ENST00000867409.1",
"protein_id": "ENSP00000537468.1",
"transcript_support_level": null,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1406,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867409.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3862C>T",
"hgvs_p": "p.Pro1288Ser",
"transcript": "ENST00000940731.1",
"protein_id": "ENSP00000610790.1",
"transcript_support_level": null,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1406,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940731.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3814C>T",
"hgvs_p": "p.Pro1272Ser",
"transcript": "ENST00000867408.1",
"protein_id": "ENSP00000537467.1",
"transcript_support_level": null,
"aa_start": 1272,
"aa_end": null,
"aa_length": 1390,
"cds_start": 3814,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867408.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3778C>T",
"hgvs_p": "p.Pro1260Ser",
"transcript": "ENST00000969238.1",
"protein_id": "ENSP00000639297.1",
"transcript_support_level": null,
"aa_start": 1260,
"aa_end": null,
"aa_length": 1378,
"cds_start": 3778,
"cds_end": null,
"cds_length": 4137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969238.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3688C>T",
"hgvs_p": "p.Pro1230Ser",
"transcript": "ENST00000969239.1",
"protein_id": "ENSP00000639298.1",
"transcript_support_level": null,
"aa_start": 1230,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3688,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969239.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3664C>T",
"hgvs_p": "p.Pro1222Ser",
"transcript": "ENST00000867407.1",
"protein_id": "ENSP00000537466.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1340,
"cds_start": 3664,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867407.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3655C>T",
"hgvs_p": "p.Pro1219Ser",
"transcript": "ENST00000969236.1",
"protein_id": "ENSP00000639295.1",
"transcript_support_level": null,
"aa_start": 1219,
"aa_end": null,
"aa_length": 1337,
"cds_start": 3655,
"cds_end": null,
"cds_length": 4014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969236.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3460C>T",
"hgvs_p": "p.Pro1154Ser",
"transcript": "NM_001353011.2",
"protein_id": "NP_001339940.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1272,
"cds_start": 3460,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353011.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3442C>T",
"hgvs_p": "p.Pro1148Ser",
"transcript": "NM_001353010.2",
"protein_id": "NP_001339939.1",
"transcript_support_level": null,
"aa_start": 1148,
"aa_end": null,
"aa_length": 1266,
"cds_start": 3442,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353010.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3442C>T",
"hgvs_p": "p.Pro1148Ser",
"transcript": "NM_001353012.2",
"protein_id": "NP_001339941.1",
"transcript_support_level": null,
"aa_start": 1148,
"aa_end": null,
"aa_length": 1266,
"cds_start": 3442,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353012.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3397C>T",
"hgvs_p": "p.Pro1133Ser",
"transcript": "ENST00000940730.1",
"protein_id": "ENSP00000610789.1",
"transcript_support_level": null,
"aa_start": 1133,
"aa_end": null,
"aa_length": 1251,
"cds_start": 3397,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940730.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3106C>T",
"hgvs_p": "p.Pro1036Ser",
"transcript": "NM_001145923.2",
"protein_id": "NP_001139395.1",
"transcript_support_level": null,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1154,
"cds_start": 3106,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145923.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Pro791Ser",
"transcript": "ENST00000969237.1",
"protein_id": "ENSP00000639296.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 909,
"cds_start": 2371,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969237.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3937C>T",
"hgvs_p": "p.Pro1313Ser",
"transcript": "XM_047432620.1",
"protein_id": "XP_047288576.1",
"transcript_support_level": null,
"aa_start": 1313,
"aa_end": null,
"aa_length": 1431,
"cds_start": 3937,
"cds_end": null,
"cds_length": 4296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432620.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3919C>T",
"hgvs_p": "p.Pro1307Ser",
"transcript": "XM_047432621.1",
"protein_id": "XP_047288577.1",
"transcript_support_level": null,
"aa_start": 1307,
"aa_end": null,
"aa_length": 1425,
"cds_start": 3919,
"cds_end": null,
"cds_length": 4278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432621.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3814C>T",
"hgvs_p": "p.Pro1272Ser",
"transcript": "XM_047432622.1",
"protein_id": "XP_047288578.1",
"transcript_support_level": null,
"aa_start": 1272,
"aa_end": null,
"aa_length": 1390,
"cds_start": 3814,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432622.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3796C>T",
"hgvs_p": "p.Pro1266Ser",
"transcript": "XM_047432623.1",
"protein_id": "XP_047288579.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 1384,
"cds_start": 3796,
"cds_end": null,
"cds_length": 4155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432623.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3781C>T",
"hgvs_p": "p.Pro1261Ser",
"transcript": "XM_047432624.1",
"protein_id": "XP_047288580.1",
"transcript_support_level": null,
"aa_start": 1261,
"aa_end": null,
"aa_length": 1379,
"cds_start": 3781,
"cds_end": null,
"cds_length": 4140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432624.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3763C>T",
"hgvs_p": "p.Pro1255Ser",
"transcript": "XM_047432625.1",
"protein_id": "XP_047288581.1",
"transcript_support_level": null,
"aa_start": 1255,
"aa_end": null,
"aa_length": 1373,
"cds_start": 3763,
"cds_end": null,
"cds_length": 4122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432625.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3688C>T",
"hgvs_p": "p.Pro1230Ser",
"transcript": "XM_047432626.1",
"protein_id": "XP_047288582.1",
"transcript_support_level": null,
"aa_start": 1230,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3688,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432626.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3460C>T",
"hgvs_p": "p.Pro1154Ser",
"transcript": "XM_011521653.4",
"protein_id": "XP_011519955.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1272,
"cds_start": 3460,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521653.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3442C>T",
"hgvs_p": "p.Pro1148Ser",
"transcript": "XM_017022273.2",
"protein_id": "XP_016877762.1",
"transcript_support_level": null,
"aa_start": 1148,
"aa_end": null,
"aa_length": 1266,
"cds_start": 3442,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022273.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.3124C>T",
"hgvs_p": "p.Pro1042Ser",
"transcript": "XM_047432627.1",
"protein_id": "XP_047288583.1",
"transcript_support_level": null,
"aa_start": 1042,
"aa_end": null,
"aa_length": 1160,
"cds_start": 3124,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432627.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.2002C>T",
"hgvs_p": "p.Pro668Ser",
"transcript": "XM_011521656.4",
"protein_id": "XP_011519958.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 786,
"cds_start": 2002,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521656.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "c.1768C>T",
"hgvs_p": "p.Pro590Ser",
"transcript": "XM_047432633.1",
"protein_id": "XP_047288589.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 708,
"cds_start": 1768,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"hgvs_c": "n.4052C>T",
"hgvs_p": null,
"transcript": "NR_148227.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_148227.2"
}
],
"gene_symbol": "SCAPER",
"gene_hgnc_id": 13081,
"dbsnp": "rs201658000",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.27108341455459595,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.03,
"revel_prediction": "Benign",
"alphamissense_score": 0.1109,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.833,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001353009.2",
"gene_symbol": "SCAPER",
"hgnc_id": 13081,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3862C>T",
"hgvs_p": "p.Pro1288Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}