← 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-110895967-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=110895967&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 110895967,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014456.5",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "NM_014456.5",
"protein_id": "NP_055271.2",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": "ENST00000280154.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014456.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000280154.12",
"protein_id": "ENSP00000280154.7",
"transcript_support_level": 1,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": "NM_014456.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000280154.12"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1196A>G",
"hgvs_p": "p.Asn399Ser",
"transcript": "ENST00000393104.6",
"protein_id": "ENSP00000376816.2",
"transcript_support_level": 1,
"aa_start": 399,
"aa_end": null,
"aa_length": 458,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1599,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393104.6"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000888009.1",
"protein_id": "ENSP00000558068.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 484,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 2257,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888009.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1253A>G",
"hgvs_p": "p.Asn418Ser",
"transcript": "ENST00000963371.1",
"protein_id": "ENSP00000633430.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 477,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1416,
"cdna_end": null,
"cdna_length": 2246,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963371.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000888008.1",
"protein_id": "ENSP00000558067.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 2537,
"cdna_end": null,
"cdna_length": 3369,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888008.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000888011.1",
"protein_id": "ENSP00000558070.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888011.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000888012.1",
"protein_id": "ENSP00000558071.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1463,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888012.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000888013.1",
"protein_id": "ENSP00000558072.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 2282,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888013.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000888015.1",
"protein_id": "ENSP00000558074.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1435,
"cdna_end": null,
"cdna_length": 2672,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888015.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000888016.1",
"protein_id": "ENSP00000558075.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888016.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser",
"transcript": "ENST00000963374.1",
"protein_id": "ENSP00000633433.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 469,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1520,
"cdna_end": null,
"cdna_length": 2351,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963374.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1226A>G",
"hgvs_p": "p.Asn409Ser",
"transcript": "ENST00000888007.1",
"protein_id": "ENSP00000558066.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 468,
"cds_start": 1226,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1417,
"cdna_end": null,
"cdna_length": 2259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888007.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1220A>G",
"hgvs_p": "p.Asn407Ser",
"transcript": "ENST00000888010.1",
"protein_id": "ENSP00000558069.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 466,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1373,
"cdna_end": null,
"cdna_length": 2203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888010.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1196A>G",
"hgvs_p": "p.Asn399Ser",
"transcript": "NM_145341.4",
"protein_id": "NP_663314.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 458,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1466,
"cdna_end": null,
"cdna_length": 3565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145341.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1187A>G",
"hgvs_p": "p.Asn396Ser",
"transcript": "NM_001199492.2",
"protein_id": "NP_001186421.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 455,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1340,
"cdna_end": null,
"cdna_length": 3439,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199492.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1187A>G",
"hgvs_p": "p.Asn396Ser",
"transcript": "ENST00000888014.1",
"protein_id": "ENSP00000558073.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 455,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1389,
"cdna_end": null,
"cdna_length": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888014.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1187A>G",
"hgvs_p": "p.Asn396Ser",
"transcript": "ENST00000919434.1",
"protein_id": "ENSP00000589493.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 455,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1389,
"cdna_end": null,
"cdna_length": 2029,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919434.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1187A>G",
"hgvs_p": "p.Asn396Ser",
"transcript": "ENST00000919435.1",
"protein_id": "ENSP00000589494.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 455,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1410,
"cdna_end": null,
"cdna_length": 2240,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919435.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1187A>G",
"hgvs_p": "p.Asn396Ser",
"transcript": "ENST00000963377.1",
"protein_id": "ENSP00000633436.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 455,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1786,
"cdna_end": null,
"cdna_length": 2447,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963377.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1178A>G",
"hgvs_p": "p.Asn393Ser",
"transcript": "ENST00000963375.1",
"protein_id": "ENSP00000633434.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 452,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963375.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1115A>G",
"hgvs_p": "p.Asn372Ser",
"transcript": "ENST00000963372.1",
"protein_id": "ENSP00000633431.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 431,
"cds_start": 1115,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 1278,
"cdna_end": null,
"cdna_length": 2108,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963372.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1016A>G",
"hgvs_p": "p.Asn339Ser",
"transcript": "ENST00000888006.1",
"protein_id": "ENSP00000558065.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 398,
"cds_start": 1016,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 2406,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888006.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.1007A>G",
"hgvs_p": "p.Asn336Ser",
"transcript": "ENST00000963376.1",
"protein_id": "ENSP00000633435.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 395,
"cds_start": 1007,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1144,
"cdna_end": null,
"cdna_length": 1972,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963376.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "c.893A>G",
"hgvs_p": "p.Asn298Ser",
"transcript": "ENST00000963373.1",
"protein_id": "ENSP00000633432.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 357,
"cds_start": 893,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 1051,
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "n.574A>G",
"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.455A>G",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDCD4",
"gene_hgnc_id": 8763,
"hgvs_c": "n.164A>G",
"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": "rs777444760",
"frequency_reference_population": 0.000019976578,
"hom_count_reference_population": 0,
"allele_count_reference_population": 32,
"gnomad_exomes_af": 0.0000200045,
"gnomad_genomes_af": 0.0000197106,
"gnomad_exomes_ac": 29,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0742482841014862,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.053,
"revel_prediction": "Benign",
"alphamissense_score": 0.0574,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.444,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_014456.5",
"gene_symbol": "PDCD4",
"hgnc_id": 8763,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Asn410Ser"
}
],
"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
}