← 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-177393003-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=177393003&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 177393003,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_003659.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "NM_003659.4",
"protein_id": "NP_003650.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 658,
"cds_start": 214,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264167.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003659.4"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000264167.11",
"protein_id": "ENSP00000264167.4",
"transcript_support_level": 1,
"aa_start": 72,
"aa_end": null,
"aa_length": 658,
"cds_start": 214,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003659.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264167.11"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000642466.2",
"protein_id": "ENSP00000494433.2",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 676,
"cds_start": 214,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642466.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000927419.1",
"protein_id": "ENSP00000597478.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 657,
"cds_start": 214,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927419.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000679459.1",
"protein_id": "ENSP00000506137.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 638,
"cds_start": 214,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679459.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000927420.1",
"protein_id": "ENSP00000597479.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 634,
"cds_start": 214,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927420.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000884689.1",
"protein_id": "ENSP00000554748.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 631,
"cds_start": 214,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884689.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000637633.2",
"protein_id": "ENSP00000490844.2",
"transcript_support_level": 5,
"aa_start": 72,
"aa_end": null,
"aa_length": 629,
"cds_start": 214,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637633.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000884688.1",
"protein_id": "ENSP00000554747.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 628,
"cds_start": 214,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884688.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000927418.1",
"protein_id": "ENSP00000597477.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 628,
"cds_start": 214,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927418.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000680770.1",
"protein_id": "ENSP00000505536.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 624,
"cds_start": 214,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680770.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000927421.1",
"protein_id": "ENSP00000597480.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 616,
"cds_start": 214,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927421.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000927422.1",
"protein_id": "ENSP00000597481.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 589,
"cds_start": 214,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927422.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000927423.1",
"protein_id": "ENSP00000597482.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 579,
"cds_start": 214,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927423.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000409888.1",
"protein_id": "ENSP00000386688.1",
"transcript_support_level": 4,
"aa_start": 72,
"aa_end": null,
"aa_length": 189,
"cds_start": 214,
"cds_end": null,
"cds_length": 570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409888.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"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": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "XM_047446105.1",
"protein_id": "XP_047302061.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 336,
"cds_start": 214,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446105.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.256A>G",
"hgvs_p": null,
"transcript": "ENST00000460342.2",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000460342.2"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.244A>G",
"hgvs_p": null,
"transcript": "ENST00000679421.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": "ENST00000679421.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.244A>G",
"hgvs_p": null,
"transcript": "ENST00000680677.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": "ENST00000680677.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.258A>G",
"hgvs_p": null,
"transcript": "ENST00000680705.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": "ENST00000680705.1"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.214A>G",
"hgvs_p": null,
"transcript": "ENST00000680893.1",
"protein_id": "ENSP00000505929.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": "ENST00000680893.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.244A>G",
"hgvs_p": null,
"transcript": "ENST00000680910.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": "ENST00000680910.1"
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.214A>G",
"hgvs_p": null,
"transcript": "ENST00000681032.1",
"protein_id": "ENSP00000505205.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": "ENST00000681032.1"
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.214A>G",
"hgvs_p": null,
"transcript": "ENST00000681565.1",
"protein_id": "ENSP00000505620.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": "ENST00000681565.1"
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.214A>G",
"hgvs_p": null,
"transcript": "ENST00000681752.1",
"protein_id": "ENSP00000504994.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": "ENST00000681752.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFE2L2",
"gene_hgnc_id": 7782,
"hgvs_c": "c.-554T>C",
"hgvs_p": null,
"transcript": "ENST00000699410.1",
"protein_id": "ENSP00000514371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"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": "ENST00000699410.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.-222A>G",
"hgvs_p": null,
"transcript": "ENST00000679478.1",
"protein_id": "ENSP00000506484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": null,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679478.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.-67A>G",
"hgvs_p": null,
"transcript": "ENST00000680155.1",
"protein_id": "ENSP00000505333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": null,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.-132A>G",
"hgvs_p": null,
"transcript": "ENST00000681449.1",
"protein_id": "ENSP00000505342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": null,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681449.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "c.-132A>G",
"hgvs_p": null,
"transcript": "XM_011512041.3",
"protein_id": "XP_011510343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 568,
"cds_start": null,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512041.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.-59A>G",
"hgvs_p": null,
"transcript": "ENST00000679639.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": "ENST00000679639.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.-109A>G",
"hgvs_p": null,
"transcript": "ENST00000680028.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": "ENST00000680028.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.-132A>G",
"hgvs_p": null,
"transcript": "ENST00000681028.1",
"protein_id": "ENSP00000506323.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": "ENST00000681028.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"hgvs_c": "n.-40A>G",
"hgvs_p": null,
"transcript": "ENST00000681891.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": "ENST00000681891.1"
}
],
"gene_symbol": "AGPS",
"gene_hgnc_id": 327,
"dbsnp": "rs560217758",
"frequency_reference_population": 0.0002560917,
"hom_count_reference_population": 0,
"allele_count_reference_population": 397,
"gnomad_exomes_af": 0.00024822,
"gnomad_genomes_af": 0.000328355,
"gnomad_exomes_ac": 347,
"gnomad_genomes_ac": 50,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008210867643356323,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.309,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0478,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.226,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BS1_Supporting",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_003659.4",
"gene_symbol": "AGPS",
"hgnc_id": 327,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000699410.1",
"gene_symbol": "NFE2L2",
"hgnc_id": 7782,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-554T>C",
"hgvs_p": null
}
],
"clinvar_disease": "AGPS-related disorder,Inborn genetic diseases,Rhizomelic chondrodysplasia punctata type 3,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:8",
"phenotype_combined": "not specified|not provided|Rhizomelic chondrodysplasia punctata type 3|Inborn genetic diseases|AGPS-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}