← 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: 1-53069976-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=53069976&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 53069976,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_153703.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "NM_153703.5",
"protein_id": "NP_714914.3",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 3002,
"mane_select": "ENST00000312553.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153703.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000312553.10",
"protein_id": "ENSP00000308315.6",
"transcript_support_level": 1,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 3002,
"mane_select": "NM_153703.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000312553.10"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.208G>C",
"hgvs_p": "p.Glu70Gln",
"transcript": "ENST00000371500.8",
"protein_id": "ENSP00000360555.3",
"transcript_support_level": 1,
"aa_start": 70,
"aa_end": null,
"aa_length": 642,
"cds_start": 208,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 3248,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371500.8"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.265G>C",
"hgvs_p": "p.Glu89Gln",
"transcript": "ENST00000395871.7",
"protein_id": "ENSP00000379212.3",
"transcript_support_level": 5,
"aa_start": 89,
"aa_end": null,
"aa_length": 661,
"cds_start": 265,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395871.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.208G>C",
"hgvs_p": "p.Glu70Gln",
"transcript": "ENST00000618387.1",
"protein_id": "ENSP00000479233.1",
"transcript_support_level": 2,
"aa_start": 70,
"aa_end": null,
"aa_length": 642,
"cds_start": 208,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 3065,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618387.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895714.1",
"protein_id": "ENSP00000565773.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 618,
"cds_start": 121,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 276,
"cdna_end": null,
"cdna_length": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895714.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "NM_001199080.4",
"protein_id": "NP_001186009.2",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 3247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199080.4"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "NM_001199081.3",
"protein_id": "NP_001186010.2",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 3058,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199081.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895710.1",
"protein_id": "ENSP00000565769.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 894,
"cdna_end": null,
"cdna_length": 5551,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895710.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895711.1",
"protein_id": "ENSP00000565770.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 973,
"cdna_end": null,
"cdna_length": 3711,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895711.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895712.1",
"protein_id": "ENSP00000565771.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 405,
"cdna_end": null,
"cdna_length": 5467,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895712.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895713.1",
"protein_id": "ENSP00000565772.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 302,
"cdna_end": null,
"cdna_length": 3020,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895713.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895715.1",
"protein_id": "ENSP00000565774.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 3093,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895715.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895717.1",
"protein_id": "ENSP00000565776.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 1443,
"cdna_end": null,
"cdna_length": 4171,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895717.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895718.1",
"protein_id": "ENSP00000565777.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 1579,
"cdna_end": null,
"cdna_length": 4307,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895718.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895719.1",
"protein_id": "ENSP00000565778.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 3029,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895719.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895720.1",
"protein_id": "ENSP00000565779.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 1067,
"cdna_end": null,
"cdna_length": 3797,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895720.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895721.1",
"protein_id": "ENSP00000565780.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 1019,
"cdna_end": null,
"cdna_length": 3747,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895721.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961066.1",
"protein_id": "ENSP00000631125.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 6175,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961066.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961067.1",
"protein_id": "ENSP00000631126.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961067.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961068.1",
"protein_id": "ENSP00000631127.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 2947,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961068.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961070.1",
"protein_id": "ENSP00000631129.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 3077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961070.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961071.1",
"protein_id": "ENSP00000631130.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 523,
"cdna_end": null,
"cdna_length": 3232,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961071.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961072.1",
"protein_id": "ENSP00000631131.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 2961,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961072.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961073.1",
"protein_id": "ENSP00000631132.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 951,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961073.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000895716.1",
"protein_id": "ENSP00000565775.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 610,
"cds_start": 121,
"cds_end": null,
"cds_length": 1833,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 2993,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895716.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000961069.1",
"protein_id": "ENSP00000631128.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 581,
"cds_start": 121,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961069.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000673956.1",
"protein_id": "ENSP00000501041.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 471,
"cds_start": 121,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 1852,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673956.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "ENST00000673702.1",
"protein_id": "ENSP00000501284.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 88,
"cds_start": 121,
"cds_end": null,
"cds_length": 267,
"cdna_start": 419,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673702.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln",
"transcript": "XM_005270457.4",
"protein_id": "XP_005270514.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 613,
"cds_start": 121,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 462,
"cdna_end": null,
"cdna_length": 3192,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270457.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000232993",
"gene_hgnc_id": null,
"hgvs_c": "n.429C>G",
"hgvs_p": null,
"transcript": "ENST00000447867.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": 467,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000447867.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"hgvs_c": "n.272G>C",
"hgvs_p": null,
"transcript": "XR_001736973.3",
"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": 3037,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001736973.3"
}
],
"gene_symbol": "PODN",
"gene_hgnc_id": 23174,
"dbsnp": "rs113957899",
"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.1601484715938568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.078,
"revel_prediction": "Benign",
"alphamissense_score": 0.1001,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.491,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_153703.5",
"gene_symbol": "PODN",
"hgnc_id": 23174,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.121G>C",
"hgvs_p": "p.Glu41Gln"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000447867.1",
"gene_symbol": "ENSG00000232993",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.429C>G",
"hgvs_p": null
}
],
"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
}