← 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: 2-231070095-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=231070095&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 231070095,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_002807.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "NM_002807.4",
"protein_id": "NP_002798.2",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 953,
"cds_start": 581,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000308696.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002807.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000308696.11",
"protein_id": "ENSP00000309474.6",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 953,
"cds_start": 581,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002807.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308696.11"
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.*264G>A",
"hgvs_p": null,
"transcript": "ENST00000431051.6",
"protein_id": "ENSP00000400483.1",
"transcript_support_level": 1,
"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": "ENST00000431051.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.*264G>A",
"hgvs_p": null,
"transcript": "ENST00000431051.6",
"protein_id": "ENSP00000400483.1",
"transcript_support_level": 1,
"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": "ENST00000431051.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000971494.1",
"protein_id": "ENSP00000641553.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 1002,
"cds_start": 581,
"cds_end": null,
"cds_length": 3009,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971494.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000932107.1",
"protein_id": "ENSP00000602166.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 962,
"cds_start": 581,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932107.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000677230.1",
"protein_id": "ENSP00000503068.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 953,
"cds_start": 581,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677230.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000932105.1",
"protein_id": "ENSP00000602164.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 952,
"cds_start": 581,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932105.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000932106.1",
"protein_id": "ENSP00000602165.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 950,
"cds_start": 581,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932106.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000932108.1",
"protein_id": "ENSP00000602167.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 950,
"cds_start": 581,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932108.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000932109.1",
"protein_id": "ENSP00000602168.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 938,
"cds_start": 581,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932109.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000677259.1",
"protein_id": "ENSP00000504229.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 924,
"cds_start": 581,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677259.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000677180.1",
"protein_id": "ENSP00000504399.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 923,
"cds_start": 581,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677180.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "NM_001191037.2",
"protein_id": "NP_001177966.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 922,
"cds_start": 581,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001191037.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000373635.9",
"protein_id": "ENSP00000362738.4",
"transcript_support_level": 5,
"aa_start": 194,
"aa_end": null,
"aa_length": 922,
"cds_start": 581,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373635.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000619128.5",
"protein_id": "ENSP00000479986.2",
"transcript_support_level": 5,
"aa_start": 194,
"aa_end": null,
"aa_length": 914,
"cds_start": 581,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619128.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000409643.6",
"protein_id": "ENSP00000386932.2",
"transcript_support_level": 5,
"aa_start": 194,
"aa_end": null,
"aa_length": 893,
"cds_start": 581,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409643.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000678679.1",
"protein_id": "ENSP00000503840.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 893,
"cds_start": 581,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678679.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000676740.1",
"protein_id": "ENSP00000502965.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 892,
"cds_start": 581,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676740.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.173G>A",
"hgvs_p": "p.Arg58Gln",
"transcript": "ENST00000677158.1",
"protein_id": "ENSP00000504825.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 817,
"cds_start": 173,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677158.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000971492.1",
"protein_id": "ENSP00000641551.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 796,
"cds_start": 581,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971492.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.599G>A",
"hgvs_p": "p.Arg200Gln",
"transcript": "ENST00000440838.5",
"protein_id": "ENSP00000406141.1",
"transcript_support_level": 3,
"aa_start": 200,
"aa_end": null,
"aa_length": 202,
"cds_start": 599,
"cds_end": null,
"cds_length": 610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440838.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.275G>A",
"hgvs_p": "p.Arg92Gln",
"transcript": "ENST00000444007.2",
"protein_id": "ENSP00000390967.2",
"transcript_support_level": 3,
"aa_start": 92,
"aa_end": null,
"aa_length": 161,
"cds_start": 275,
"cds_end": null,
"cds_length": 487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444007.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "XM_017004517.3",
"protein_id": "XP_016860006.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 700,
"cds_start": 581,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004517.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.511-2094G>A",
"hgvs_p": null,
"transcript": "ENST00000971495.1",
"protein_id": "ENSP00000641554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": null,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971495.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "c.511-2094G>A",
"hgvs_p": null,
"transcript": "ENST00000971493.1",
"protein_id": "ENSP00000641552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 874,
"cds_start": null,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971493.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": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.743G>A",
"hgvs_p": null,
"transcript": "ENST00000676506.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": "ENST00000676506.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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.758G>A",
"hgvs_p": null,
"transcript": "ENST00000676739.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": "ENST00000676739.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": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000676818.1",
"protein_id": "ENSP00000504827.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": "ENST00000676818.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": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000677000.1",
"protein_id": "ENSP00000502972.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": "ENST00000677000.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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.758G>A",
"hgvs_p": null,
"transcript": "ENST00000677233.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": "ENST00000677233.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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000677724.1",
"protein_id": "ENSP00000503532.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": "ENST00000677724.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": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000678112.1",
"protein_id": "ENSP00000503748.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": "ENST00000678112.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.*264G>A",
"hgvs_p": null,
"transcript": "ENST00000678140.1",
"protein_id": "ENSP00000502916.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": "ENST00000678140.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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000678241.1",
"protein_id": "ENSP00000503867.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": "ENST00000678241.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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000678460.1",
"protein_id": "ENSP00000503826.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": "ENST00000678460.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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.758G>A",
"hgvs_p": null,
"transcript": "ENST00000678632.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": "ENST00000678632.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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.758G>A",
"hgvs_p": null,
"transcript": "ENST00000678837.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": "ENST00000678837.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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000679034.1",
"protein_id": "ENSP00000502852.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": "ENST00000679034.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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000679095.1",
"protein_id": "ENSP00000503973.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": "ENST00000679095.1"
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.570G>A",
"hgvs_p": null,
"transcript": "NR_034059.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_034059.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"hgvs_c": "n.*264G>A",
"hgvs_p": null,
"transcript": "ENST00000678140.1",
"protein_id": "ENSP00000502916.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": "ENST00000678140.1"
}
],
"gene_symbol": "PSMD1",
"gene_hgnc_id": 9554,
"dbsnp": "rs371110831",
"frequency_reference_population": 0.000021562275,
"hom_count_reference_population": 0,
"allele_count_reference_population": 34,
"gnomad_exomes_af": 0.0000182508,
"gnomad_genomes_af": 0.0000525507,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.737967848777771,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.547,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.775,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_002807.4",
"gene_symbol": "PSMD1",
"hgnc_id": 9554,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln"
}
],
"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
}