← 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: 19-1360319-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=1360319&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 1360319,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001369790.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "NM_001369789.1",
"protein_id": "NP_001356718.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 710,
"cds_start": 398,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000591337.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369789.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "ENST00000591337.7",
"protein_id": "ENSP00000467287.4",
"transcript_support_level": 2,
"aa_start": 133,
"aa_end": null,
"aa_length": 710,
"cds_start": 398,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001369789.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591337.7"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "ENST00000415183.7",
"protein_id": "ENSP00000394925.3",
"transcript_support_level": 1,
"aa_start": 133,
"aa_end": null,
"aa_length": 731,
"cds_start": 398,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415183.7"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "ENST00000591806.6",
"protein_id": "ENSP00000467083.2",
"transcript_support_level": 1,
"aa_start": 133,
"aa_end": null,
"aa_length": 710,
"cds_start": 398,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591806.6"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.*274C>G",
"hgvs_p": null,
"transcript": "ENST00000587460.6",
"protein_id": "ENSP00000465838.2",
"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": "ENST00000587460.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.*274C>G",
"hgvs_p": null,
"transcript": "ENST00000587460.6",
"protein_id": "ENSP00000465838.2",
"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": "ENST00000587460.6"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "NM_001369790.1",
"protein_id": "NP_001356719.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 744,
"cds_start": 398,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369790.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "ENST00000913149.1",
"protein_id": "ENSP00000583208.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 744,
"cds_start": 398,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913149.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.401C>G",
"hgvs_p": "p.Ser134Trp",
"transcript": "ENST00000627377.1",
"protein_id": "ENSP00000487567.1",
"transcript_support_level": 5,
"aa_start": 134,
"aa_end": null,
"aa_length": 732,
"cds_start": 401,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000627377.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "NM_001382408.1",
"protein_id": "NP_001369337.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 722,
"cds_start": 398,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382408.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.401C>G",
"hgvs_p": "p.Ser134Trp",
"transcript": "ENST00000652273.1",
"protein_id": "ENSP00000498656.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 711,
"cds_start": 401,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652273.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "NM_032853.5",
"protein_id": "NP_116242.3",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 710,
"cds_start": 398,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032853.5"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "ENST00000853246.1",
"protein_id": "ENSP00000523305.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 710,
"cds_start": 398,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853246.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "ENST00000853248.1",
"protein_id": "ENSP00000523307.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 710,
"cds_start": 398,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853248.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "ENST00000853249.1",
"protein_id": "ENSP00000523308.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 710,
"cds_start": 398,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853249.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "NM_001382409.1",
"protein_id": "NP_001369338.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 695,
"cds_start": 398,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382409.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "NM_001382410.1",
"protein_id": "NP_001369339.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 695,
"cds_start": 398,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382410.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.194C>G",
"hgvs_p": "p.Ser65Trp",
"transcript": "NM_001369792.1",
"protein_id": "NP_001356721.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 642,
"cds_start": 194,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369792.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.29C>G",
"hgvs_p": "p.Ser10Trp",
"transcript": "NM_001369793.1",
"protein_id": "NP_001356722.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 587,
"cds_start": 29,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369793.1"
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp",
"transcript": "NM_001369794.1",
"protein_id": "NP_001356723.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 533,
"cds_start": 398,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369794.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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.215-309C>G",
"hgvs_p": null,
"transcript": "ENST00000913150.1",
"protein_id": "ENSP00000583209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 546,
"cds_start": null,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913150.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.214+1855C>G",
"hgvs_p": null,
"transcript": "ENST00000945202.1",
"protein_id": "ENSP00000615261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945202.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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "c.214+1855C>G",
"hgvs_p": null,
"transcript": "ENST00000853247.1",
"protein_id": "ENSP00000523306.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": null,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853247.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.*267C>G",
"hgvs_p": null,
"transcript": "ENST00000588810.6",
"protein_id": "ENSP00000468557.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000588810.6"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.1978C>G",
"hgvs_p": null,
"transcript": "ENST00000590695.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": "retained_intron",
"feature": "ENST00000590695.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.*274C>G",
"hgvs_p": null,
"transcript": "ENST00000591433.6",
"protein_id": "ENSP00000468322.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000591433.6"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.642C>G",
"hgvs_p": null,
"transcript": "NR_024247.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_024247.2"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.642C>G",
"hgvs_p": null,
"transcript": "NR_168275.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_168275.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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.757C>G",
"hgvs_p": null,
"transcript": "NR_168276.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_168276.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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.650C>G",
"hgvs_p": null,
"transcript": "NR_168277.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_168277.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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.757C>G",
"hgvs_p": null,
"transcript": "NR_168278.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_168278.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.*267C>G",
"hgvs_p": null,
"transcript": "ENST00000588810.6",
"protein_id": "ENSP00000468557.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000588810.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"hgvs_c": "n.*274C>G",
"hgvs_p": null,
"transcript": "ENST00000591433.6",
"protein_id": "ENSP00000468322.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000591433.6"
}
],
"gene_symbol": "PWWP3A",
"gene_hgnc_id": 29641,
"dbsnp": "rs35058427",
"frequency_reference_population": 0.0000030985616,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000205273,
"gnomad_genomes_af": 0.0000131418,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15543010830879211,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.094,
"revel_prediction": "Benign",
"alphamissense_score": 0.1361,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.726,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001369790.1",
"gene_symbol": "PWWP3A",
"hgnc_id": 29641,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.398C>G",
"hgvs_p": "p.Ser133Trp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}