← 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: 17-78399450-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=78399450&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 78399450,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024419.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "NM_024419.5",
"protein_id": "NP_077733.3",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 556,
"cds_start": 614,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262764.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024419.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "ENST00000262764.11",
"protein_id": "ENSP00000262764.5",
"transcript_support_level": 1,
"aa_start": 205,
"aa_end": null,
"aa_length": 556,
"cds_start": 614,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024419.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262764.11"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.608G>A",
"hgvs_p": "p.Arg203Gln",
"transcript": "ENST00000592043.5",
"protein_id": "ENSP00000466219.1",
"transcript_support_level": 1,
"aa_start": 203,
"aa_end": null,
"aa_length": 327,
"cds_start": 608,
"cds_end": null,
"cds_length": 986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592043.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.162G>A",
"hgvs_p": null,
"transcript": "ENST00000588281.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000588281.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.*271G>A",
"hgvs_p": null,
"transcript": "ENST00000589425.5",
"protein_id": "ENSP00000465278.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": "ENST00000589425.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.536G>A",
"hgvs_p": null,
"transcript": "ENST00000589426.5",
"protein_id": "ENSP00000468431.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": "ENST00000589426.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.*271G>A",
"hgvs_p": null,
"transcript": "ENST00000589425.5",
"protein_id": "ENSP00000465278.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": "ENST00000589425.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "ENST00000890419.1",
"protein_id": "ENSP00000560478.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 514,
"cds_start": 614,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890419.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "ENST00000890421.1",
"protein_id": "ENSP00000560480.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 496,
"cds_start": 614,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890421.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "ENST00000945009.1",
"protein_id": "ENSP00000615068.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 488,
"cds_start": 536,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945009.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "ENST00000589689.5",
"protein_id": "ENSP00000465908.1",
"transcript_support_level": 2,
"aa_start": 179,
"aa_end": null,
"aa_length": 383,
"cds_start": 536,
"cds_end": null,
"cds_length": 1153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589689.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "ENST00000920347.1",
"protein_id": "ENSP00000590406.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 382,
"cds_start": 614,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920347.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "ENST00000920348.1",
"protein_id": "ENSP00000590407.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 382,
"cds_start": 614,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920348.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "ENST00000890420.1",
"protein_id": "ENSP00000560479.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 298,
"cds_start": 614,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890420.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "ENST00000890422.1",
"protein_id": "ENSP00000560481.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 298,
"cds_start": 614,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890422.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.563G>A",
"hgvs_p": "p.Arg188Gln",
"transcript": "ENST00000587356.1",
"protein_id": "ENSP00000465266.1",
"transcript_support_level": 3,
"aa_start": 188,
"aa_end": null,
"aa_length": 262,
"cds_start": 563,
"cds_end": null,
"cds_length": 791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587356.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.884G>A",
"hgvs_p": "p.Arg295Gln",
"transcript": "XM_011525487.3",
"protein_id": "XP_011523789.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 646,
"cds_start": 884,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525487.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.884G>A",
"hgvs_p": "p.Arg295Gln",
"transcript": "XM_017025357.2",
"protein_id": "XP_016880846.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 646,
"cds_start": 884,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025357.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.884G>A",
"hgvs_p": "p.Arg295Gln",
"transcript": "XM_017025358.2",
"protein_id": "XP_016880847.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 646,
"cds_start": 884,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025358.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.806G>A",
"hgvs_p": "p.Arg269Gln",
"transcript": "XM_047437101.1",
"protein_id": "XP_047293057.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 620,
"cds_start": 806,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437101.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.884G>A",
"hgvs_p": "p.Arg295Gln",
"transcript": "XM_017025359.2",
"protein_id": "XP_016880848.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 605,
"cds_start": 884,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025359.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.884G>A",
"hgvs_p": "p.Arg295Gln",
"transcript": "XM_011525488.3",
"protein_id": "XP_011523790.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 604,
"cds_start": 884,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525488.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.884G>A",
"hgvs_p": "p.Arg295Gln",
"transcript": "XM_017025360.2",
"protein_id": "XP_016880849.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 604,
"cds_start": 884,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025360.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.884G>A",
"hgvs_p": "p.Arg295Gln",
"transcript": "XM_011525489.3",
"protein_id": "XP_011523791.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 570,
"cds_start": 884,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525489.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "XM_017025361.3",
"protein_id": "XP_016880850.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 556,
"cds_start": 614,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025361.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.593G>A",
"hgvs_p": "p.Arg198Gln",
"transcript": "XM_047437102.1",
"protein_id": "XP_047293058.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 549,
"cds_start": 593,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437102.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "XM_017025364.3",
"protein_id": "XP_016880853.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 530,
"cds_start": 536,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025364.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "XM_047437103.1",
"protein_id": "XP_047293059.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 515,
"cds_start": 614,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437103.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "XM_047437104.1",
"protein_id": "XP_047293060.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 488,
"cds_start": 536,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437104.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln",
"transcript": "XM_047437105.1",
"protein_id": "XP_047293061.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 480,
"cds_start": 614,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437105.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "c.144-15502G>A",
"hgvs_p": null,
"transcript": "ENST00000890418.1",
"protein_id": "ENSP00000560477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": null,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890418.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.*243G>A",
"hgvs_p": null,
"transcript": "ENST00000588169.5",
"protein_id": "ENSP00000467804.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000588169.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.553G>A",
"hgvs_p": null,
"transcript": "NR_110601.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_110601.2"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.515G>A",
"hgvs_p": null,
"transcript": "NR_110602.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_110602.2"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.441G>A",
"hgvs_p": null,
"transcript": "NR_111989.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_111989.2"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.1062G>A",
"hgvs_p": null,
"transcript": "XR_001752683.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": "XR_001752683.2"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.1062G>A",
"hgvs_p": null,
"transcript": "XR_007065546.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007065546.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.1062G>A",
"hgvs_p": null,
"transcript": "XR_007065547.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007065547.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.1062G>A",
"hgvs_p": null,
"transcript": "XR_934604.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_934604.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.*243G>A",
"hgvs_p": null,
"transcript": "ENST00000588169.5",
"protein_id": "ENSP00000467804.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000588169.5"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"hgvs_c": "n.480+1099G>A",
"hgvs_p": null,
"transcript": "ENST00000585521.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000585521.2"
}
],
"gene_symbol": "PGS1",
"gene_hgnc_id": 30029,
"dbsnp": "rs370915328",
"frequency_reference_population": 0.000023544195,
"hom_count_reference_population": 0,
"allele_count_reference_population": 38,
"gnomad_exomes_af": 0.0000246269,
"gnomad_genomes_af": 0.0000131434,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.39714574813842773,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.25,
"revel_prediction": "Benign",
"alphamissense_score": 0.1089,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.133,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024419.5",
"gene_symbol": "PGS1",
"hgnc_id": 30029,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.614G>A",
"hgvs_p": "p.Arg205Gln"
}
],
"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
}