← 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: 15-43793809-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=43793809&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 43793809,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001199875.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.350C>T",
"hgvs_p": "p.Ala117Val",
"transcript": "ENST00000409960.6",
"protein_id": "ENSP00000387187.2",
"transcript_support_level": 1,
"aa_start": 117,
"aa_end": null,
"aa_length": 170,
"cds_start": 350,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409960.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "NM_001018108.4",
"protein_id": "NP_001018118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": null,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000249786.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001018108.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000249786.9",
"protein_id": "ENSP00000249786.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": null,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001018108.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000249786.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000381359.5",
"protein_id": "ENSP00000370764.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": null,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381359.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ENSG00000262560",
"gene_hgnc_id": null,
"hgvs_c": "n.*439+1579G>A",
"hgvs_p": null,
"transcript": "ENST00000417761.2",
"protein_id": "ENSP00000415219.2",
"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": "ENST00000417761.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.350C>T",
"hgvs_p": "p.Ala117Val",
"transcript": "NM_001199875.1",
"protein_id": "NP_001186804.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 170,
"cds_start": 350,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199875.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.239C>T",
"hgvs_p": "p.Ala80Val",
"transcript": "NM_001199876.1",
"protein_id": "NP_001186805.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 133,
"cds_start": 239,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199876.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.239C>T",
"hgvs_p": "p.Ala80Val",
"transcript": "ENST00000339624.9",
"protein_id": "ENSP00000339647.5",
"transcript_support_level": 2,
"aa_start": 80,
"aa_end": null,
"aa_length": 133,
"cds_start": 239,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339624.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "NM_001199877.2",
"protein_id": "NP_001186806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": null,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199877.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "NM_001199878.2",
"protein_id": "NP_001186807.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 45,
"cds_start": null,
"cds_end": null,
"cds_length": 138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199878.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000402131.5",
"protein_id": "ENSP00000386044.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 45,
"cds_start": null,
"cds_end": null,
"cds_length": 138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402131.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000403425.5",
"protein_id": "ENSP00000384300.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 45,
"cds_start": null,
"cds_end": null,
"cds_length": 138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403425.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000409614.1",
"protein_id": "ENSP00000386783.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 45,
"cds_start": null,
"cds_end": null,
"cds_length": 138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409614.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000914900.1",
"protein_id": "ENSP00000584959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 32,
"cds_start": null,
"cds_end": null,
"cds_length": 99,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914900.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000914903.1",
"protein_id": "ENSP00000584962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 30,
"cds_start": null,
"cds_end": null,
"cds_length": 93,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914903.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000914901.1",
"protein_id": "ENSP00000584960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 27,
"cds_start": null,
"cds_end": null,
"cds_length": 84,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914901.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000914902.1",
"protein_id": "ENSP00000584961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 26,
"cds_start": null,
"cds_end": null,
"cds_length": 81,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914902.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.116+726C>T",
"hgvs_p": null,
"transcript": "ENST00000630046.2",
"protein_id": "ENSP00000486542.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": null,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000630046.2"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.116+726C>T",
"hgvs_p": null,
"transcript": "ENST00000409646.5",
"protein_id": "ENSP00000386316.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 83,
"cds_start": null,
"cds_end": null,
"cds_length": 252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409646.5"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.74+726C>T",
"hgvs_p": null,
"transcript": "ENST00000430901.1",
"protein_id": "ENSP00000394660.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 70,
"cds_start": null,
"cds_end": null,
"cds_length": 213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430901.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "c.74+726C>T",
"hgvs_p": null,
"transcript": "ENST00000409291.5",
"protein_id": "ENSP00000387041.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 42,
"cds_start": null,
"cds_end": null,
"cds_length": 129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409291.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "n.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000445816.5",
"protein_id": "ENSP00000400178.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000445816.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "n.889C>T",
"hgvs_p": null,
"transcript": "ENST00000486144.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000486144.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "n.617C>T",
"hgvs_p": null,
"transcript": "NR_037672.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": "NR_037672.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "n.*36C>T",
"hgvs_p": null,
"transcript": "ENST00000445816.5",
"protein_id": "ENSP00000400178.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000445816.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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "n.116+726C>T",
"hgvs_p": null,
"transcript": "ENST00000409617.6",
"protein_id": "ENSP00000386290.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": "ENST00000409617.6"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"hgvs_c": "n.116+726C>T",
"hgvs_p": null,
"transcript": "ENST00000448830.2",
"protein_id": "ENSP00000391027.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": "ENST00000448830.2"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERF2-C15ORF63",
"gene_hgnc_id": null,
"hgvs_c": "n.517+726C>T",
"hgvs_p": null,
"transcript": "NR_037673.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": "NR_037673.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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR1282",
"gene_hgnc_id": 35360,
"hgvs_c": "n.-50G>A",
"hgvs_p": null,
"transcript": "ENST00000408865.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "miRNA",
"feature": "ENST00000408865.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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR1282",
"gene_hgnc_id": 35360,
"hgvs_c": "n.-50G>A",
"hgvs_p": null,
"transcript": "NR_031695.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": "NR_031695.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR1282",
"gene_hgnc_id": 35360,
"hgvs_c": "n.-58G>A",
"hgvs_p": null,
"transcript": "unassigned_transcript_2680",
"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": "miRNA",
"feature": "unassigned_transcript_2680"
}
],
"gene_symbol": "SERF2",
"gene_hgnc_id": 10757,
"dbsnp": "rs764238650",
"frequency_reference_population": 0.000046465982,
"hom_count_reference_population": 0,
"allele_count_reference_population": 75,
"gnomad_exomes_af": 0.0000506195,
"gnomad_genomes_af": 0.00000657039,
"gnomad_exomes_ac": 74,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6082844734191895,
"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.093,
"revel_prediction": "Benign",
"alphamissense_score": 0.2349,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.167,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001199875.1",
"gene_symbol": "SERF2",
"hgnc_id": 10757,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.350C>T",
"hgvs_p": "p.Ala117Val"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000417761.2",
"gene_symbol": "ENSG00000262560",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*439+1579G>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_037673.1",
"gene_symbol": "SERF2-C15ORF63",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.517+726C>T",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_031695.1",
"gene_symbol": "MIR1282",
"hgnc_id": 35360,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-50G>A",
"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
}