← 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: 3-146071125-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=146071125&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 146071125,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_182943.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Arg680*",
"transcript": "NM_182943.3",
"protein_id": "NP_891988.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 758,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000282903.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_182943.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Arg680*",
"transcript": "ENST00000282903.10",
"protein_id": "ENSP00000282903.5",
"transcript_support_level": 1,
"aa_start": 680,
"aa_end": null,
"aa_length": 758,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_182943.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000282903.10"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1975C>T",
"hgvs_p": "p.Arg659*",
"transcript": "ENST00000360060.7",
"protein_id": "ENSP00000353170.3",
"transcript_support_level": 1,
"aa_start": 659,
"aa_end": null,
"aa_length": 737,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360060.7"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Arg680*",
"transcript": "ENST00000703518.1",
"protein_id": "ENSP00000515350.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 758,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703518.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Arg680*",
"transcript": "ENST00000703522.1",
"protein_id": "ENSP00000515353.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 758,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703522.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Arg680*",
"transcript": "ENST00000703527.1",
"protein_id": "ENSP00000515355.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 758,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703527.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.2032C>T",
"hgvs_p": "p.Arg678*",
"transcript": "ENST00000956318.1",
"protein_id": "ENSP00000626377.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 756,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956318.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1996C>T",
"hgvs_p": "p.Arg666*",
"transcript": "ENST00000956314.1",
"protein_id": "ENSP00000626373.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 744,
"cds_start": 1996,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956314.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1978C>T",
"hgvs_p": "p.Arg660*",
"transcript": "ENST00000956316.1",
"protein_id": "ENSP00000626375.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 738,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956316.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1975C>T",
"hgvs_p": "p.Arg659*",
"transcript": "NM_000935.3",
"protein_id": "NP_000926.2",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 737,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000935.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1975C>T",
"hgvs_p": "p.Arg659*",
"transcript": "ENST00000703523.1",
"protein_id": "ENSP00000515354.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 737,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703523.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1972C>T",
"hgvs_p": "p.Arg658*",
"transcript": "ENST00000956313.1",
"protein_id": "ENSP00000626372.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 736,
"cds_start": 1972,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956313.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1942C>T",
"hgvs_p": "p.Arg648*",
"transcript": "ENST00000956315.1",
"protein_id": "ENSP00000626374.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 726,
"cds_start": 1942,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956315.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.Arg645*",
"transcript": "ENST00000956319.1",
"protein_id": "ENSP00000626378.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 723,
"cds_start": 1933,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956319.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1924C>T",
"hgvs_p": "p.Arg642*",
"transcript": "ENST00000956312.1",
"protein_id": "ENSP00000626371.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 720,
"cds_start": 1924,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956312.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Arg638*",
"transcript": "ENST00000956317.1",
"protein_id": "ENSP00000626376.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 716,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956317.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1891C>T",
"hgvs_p": "p.Arg631*",
"transcript": "ENST00000469350.6",
"protein_id": "ENSP00000419963.2",
"transcript_support_level": 5,
"aa_start": 631,
"aa_end": null,
"aa_length": 709,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000469350.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Arg625*",
"transcript": "ENST00000494950.5",
"protein_id": "ENSP00000420094.1",
"transcript_support_level": 2,
"aa_start": 625,
"aa_end": null,
"aa_length": 703,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494950.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1870C>T",
"hgvs_p": "p.Arg624*",
"transcript": "ENST00000706635.1",
"protein_id": "ENSP00000516475.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 702,
"cds_start": 1870,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706635.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1861C>T",
"hgvs_p": "p.Arg621*",
"transcript": "ENST00000706626.1",
"protein_id": "ENSP00000516472.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 699,
"cds_start": 1861,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706626.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1582C>T",
"hgvs_p": "p.Arg528*",
"transcript": "ENST00000930098.1",
"protein_id": "ENSP00000600157.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 606,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930098.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1018C>T",
"hgvs_p": "p.Arg340*",
"transcript": "ENST00000461497.5",
"protein_id": "ENSP00000419354.1",
"transcript_support_level": 2,
"aa_start": 340,
"aa_end": null,
"aa_length": 418,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000461497.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1762C>T",
"hgvs_p": "p.Arg588*",
"transcript": "XM_017006625.3",
"protein_id": "XP_016862114.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 666,
"cds_start": 1762,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006625.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1762C>T",
"hgvs_p": "p.Arg588*",
"transcript": "XM_047448319.1",
"protein_id": "XP_047304275.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 666,
"cds_start": 1762,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448319.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": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1995+152C>T",
"hgvs_p": null,
"transcript": "ENST00000902447.1",
"protein_id": "ENSP00000572506.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 716,
"cds_start": null,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902447.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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "c.1440-1031C>T",
"hgvs_p": null,
"transcript": "ENST00000703528.1",
"protein_id": "ENSP00000515356.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": null,
"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": "ENST00000703528.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*1802C>T",
"hgvs_p": null,
"transcript": "ENST00000480704.2",
"protein_id": "ENSP00000419880.1",
"transcript_support_level": 4,
"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": "ENST00000480704.2"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000495700.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": "ENST00000495700.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.2055C>T",
"hgvs_p": null,
"transcript": "ENST00000703519.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": "pseudogene",
"feature": "ENST00000703519.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*452C>T",
"hgvs_p": null,
"transcript": "ENST00000703520.1",
"protein_id": "ENSP00000515351.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": "ENST00000703520.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*1390C>T",
"hgvs_p": null,
"transcript": "ENST00000703521.1",
"protein_id": "ENSP00000515352.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": "ENST00000703521.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.1888C>T",
"hgvs_p": null,
"transcript": "ENST00000703524.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": "ENST00000703524.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.4390C>T",
"hgvs_p": null,
"transcript": "ENST00000703525.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": "ENST00000703525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.1406C>T",
"hgvs_p": null,
"transcript": "ENST00000703526.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": "pseudogene",
"feature": "ENST00000703526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.2483C>T",
"hgvs_p": null,
"transcript": "ENST00000706631.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": "ENST00000706631.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.902C>T",
"hgvs_p": null,
"transcript": "ENST00000706632.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": "ENST00000706632.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.3010C>T",
"hgvs_p": null,
"transcript": "ENST00000706633.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": "ENST00000706633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.3199C>T",
"hgvs_p": null,
"transcript": "ENST00000706634.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": "ENST00000706634.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*1327C>T",
"hgvs_p": null,
"transcript": "ENST00000706636.1",
"protein_id": "ENSP00000516476.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": "ENST00000706636.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*1802C>T",
"hgvs_p": null,
"transcript": "ENST00000480704.2",
"protein_id": "ENSP00000419880.1",
"transcript_support_level": 4,
"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": "ENST00000480704.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*452C>T",
"hgvs_p": null,
"transcript": "ENST00000703520.1",
"protein_id": "ENSP00000515351.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": "ENST00000703520.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*1390C>T",
"hgvs_p": null,
"transcript": "ENST00000703521.1",
"protein_id": "ENSP00000515352.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": "ENST00000703521.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.*1327C>T",
"hgvs_p": null,
"transcript": "ENST00000706636.1",
"protein_id": "ENSP00000516476.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": "ENST00000706636.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000243415",
"gene_hgnc_id": null,
"hgvs_c": "n.337+2947G>A",
"hgvs_p": null,
"transcript": "ENST00000480247.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000480247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"hgvs_c": "n.579+31630C>T",
"hgvs_p": null,
"transcript": "ENST00000703517.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": "pseudogene",
"feature": "ENST00000703517.1"
}
],
"gene_symbol": "PLOD2",
"gene_hgnc_id": 9082,
"dbsnp": "rs780770356",
"frequency_reference_population": 0.00001439417,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000143942,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 21,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28999999165534973,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.775,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_182943.3",
"gene_symbol": "PLOD2",
"hgnc_id": 9082,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2038C>T",
"hgvs_p": "p.Arg680*"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000480247.1",
"gene_symbol": "ENSG00000243415",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.337+2947G>A",
"hgvs_p": null
}
],
"clinvar_disease": "9 conditions,Bruck syndrome 2,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:3",
"phenotype_combined": "9 conditions|not provided|Bruck syndrome 2",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}