← 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: 10-110894119-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=110894119&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 110894119,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014456.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "NM_014456.5",
"protein_id": "NP_055271.2",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1172,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": "ENST00000280154.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014456.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000280154.12",
"protein_id": "ENSP00000280154.7",
"transcript_support_level": 1,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1172,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": "NM_014456.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000280154.12"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.986T>C",
"hgvs_p": "p.Leu329Pro",
"transcript": "ENST00000393104.6",
"protein_id": "ENSP00000376816.2",
"transcript_support_level": 1,
"aa_start": 329,
"aa_end": null,
"aa_length": 458,
"cds_start": 986,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1389,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393104.6"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000888009.1",
"protein_id": "ENSP00000558068.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 484,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1172,
"cdna_end": null,
"cdna_length": 2257,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888009.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1043T>C",
"hgvs_p": "p.Leu348Pro",
"transcript": "ENST00000963371.1",
"protein_id": "ENSP00000633430.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 477,
"cds_start": 1043,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1206,
"cdna_end": null,
"cdna_length": 2246,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963371.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000888008.1",
"protein_id": "ENSP00000558067.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 2327,
"cdna_end": null,
"cdna_length": 3369,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888008.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000888011.1",
"protein_id": "ENSP00000558070.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1227,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888011.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000888012.1",
"protein_id": "ENSP00000558071.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1253,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888012.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000888013.1",
"protein_id": "ENSP00000558072.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1241,
"cdna_end": null,
"cdna_length": 2282,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888013.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000888015.1",
"protein_id": "ENSP00000558074.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1225,
"cdna_end": null,
"cdna_length": 2672,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888015.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000888016.1",
"protein_id": "ENSP00000558075.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1227,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888016.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro",
"transcript": "ENST00000963374.1",
"protein_id": "ENSP00000633433.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 469,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1310,
"cdna_end": null,
"cdna_length": 2351,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963374.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1016T>C",
"hgvs_p": "p.Leu339Pro",
"transcript": "ENST00000888007.1",
"protein_id": "ENSP00000558066.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 468,
"cds_start": 1016,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1207,
"cdna_end": null,
"cdna_length": 2259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888007.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1010T>C",
"hgvs_p": "p.Leu337Pro",
"transcript": "ENST00000888010.1",
"protein_id": "ENSP00000558069.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 466,
"cds_start": 1010,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1163,
"cdna_end": null,
"cdna_length": 2203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888010.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.986T>C",
"hgvs_p": "p.Leu329Pro",
"transcript": "NM_145341.4",
"protein_id": "NP_663314.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 458,
"cds_start": 986,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 3565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145341.4"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Leu326Pro",
"transcript": "NM_001199492.2",
"protein_id": "NP_001186421.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 455,
"cds_start": 977,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1130,
"cdna_end": null,
"cdna_length": 3439,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199492.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Leu326Pro",
"transcript": "ENST00000888014.1",
"protein_id": "ENSP00000558073.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 455,
"cds_start": 977,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888014.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Leu326Pro",
"transcript": "ENST00000919434.1",
"protein_id": "ENSP00000589493.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 455,
"cds_start": 977,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1179,
"cdna_end": null,
"cdna_length": 2029,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919434.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Leu326Pro",
"transcript": "ENST00000919435.1",
"protein_id": "ENSP00000589494.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 455,
"cds_start": 977,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1200,
"cdna_end": null,
"cdna_length": 2240,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919435.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Leu326Pro",
"transcript": "ENST00000963377.1",
"protein_id": "ENSP00000633436.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 455,
"cds_start": 977,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 2447,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963377.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.968T>C",
"hgvs_p": "p.Leu323Pro",
"transcript": "ENST00000963375.1",
"protein_id": "ENSP00000633434.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 452,
"cds_start": 968,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963375.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.905T>C",
"hgvs_p": "p.Leu302Pro",
"transcript": "ENST00000963372.1",
"protein_id": "ENSP00000633431.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 431,
"cds_start": 905,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 2108,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963372.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.806T>C",
"hgvs_p": "p.Leu269Pro",
"transcript": "ENST00000888006.1",
"protein_id": "ENSP00000558065.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 398,
"cds_start": 806,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 2406,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888006.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.797T>C",
"hgvs_p": "p.Leu266Pro",
"transcript": "ENST00000963376.1",
"protein_id": "ENSP00000633435.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 395,
"cds_start": 797,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 934,
"cdna_end": null,
"cdna_length": 1972,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963376.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.683T>C",
"hgvs_p": "p.Leu228Pro",
"transcript": "ENST00000963373.1",
"protein_id": "ENSP00000633432.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 357,
"cds_start": 683,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 1877,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963373.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "n.364T>C",
"hgvs_p": null,
"transcript": "ENST00000462577.5",
"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": 789,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000462577.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "n.1060T>C",
"hgvs_p": null,
"transcript": "ENST00000481353.5",
"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": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000481353.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "n.356T>C",
"hgvs_p": null,
"transcript": "ENST00000483595.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": 531,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000483595.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": 1,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "n.34-293T>C",
"hgvs_p": null,
"transcript": "ENST00000498367.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 975,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000498367.1"
}
],
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"dbsnp": "rs770737625",
"frequency_reference_population": 0.0000013758148,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137581,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8019960522651672,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.325,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9771,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.913,
"phylop100way_prediction": "Uncertain_significance",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014456.5",
"gene_symbol": "PDCD4",
"hgnc_id": 8763,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Leu340Pro"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}