← 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: 16-29813772-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=29813772&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 29813772,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000358758.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "NM_145239.3",
"protein_id": "NP_660282.2",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 340,
"cds_start": 718,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": "ENST00000358758.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000358758.12",
"protein_id": "ENSP00000351608.7",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 340,
"cds_start": 718,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": "NM_145239.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000280893",
"gene_hgnc_id": null,
"hgvs_c": "n.718C>A",
"hgvs_p": null,
"transcript": "ENST00000609618.2",
"protein_id": "ENSP00000476774.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "NM_001256442.2",
"protein_id": "NP_001243371.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 394,
"cds_start": 718,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 2624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "NM_001438121.1",
"protein_id": "NP_001425050.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 394,
"cds_start": 718,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 942,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000567659.3",
"protein_id": "ENSP00000456226.1",
"transcript_support_level": 2,
"aa_start": 240,
"aa_end": null,
"aa_length": 394,
"cds_start": 718,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 1470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "NM_001438120.1",
"protein_id": "NP_001425049.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 340,
"cds_start": 718,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 942,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000572820.2",
"protein_id": "ENSP00000458291.2",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 340,
"cds_start": 718,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 2403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000637064.1",
"protein_id": "ENSP00000490826.1",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 340,
"cds_start": 718,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 2153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "NM_001256443.2",
"protein_id": "NP_001243372.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 299,
"cds_start": 718,
"cds_end": null,
"cds_length": 900,
"cdna_start": 942,
"cdna_end": null,
"cdna_length": 3051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "NM_001438122.1",
"protein_id": "NP_001425051.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 299,
"cds_start": 718,
"cds_end": null,
"cds_length": 900,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 3023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000300797.7",
"protein_id": "ENSP00000300797.6",
"transcript_support_level": 2,
"aa_start": 240,
"aa_end": null,
"aa_length": 299,
"cds_start": 718,
"cds_end": null,
"cds_length": 900,
"cdna_start": 894,
"cdna_end": null,
"cdna_length": 3002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000647876.1",
"protein_id": "ENSP00000498021.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 299,
"cds_start": 718,
"cds_end": null,
"cds_length": 900,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 2867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000636619.1",
"protein_id": "ENSP00000489669.1",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 287,
"cds_start": 718,
"cds_end": null,
"cds_length": 864,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 2065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "ENST00000637403.1",
"protein_id": "ENSP00000489782.1",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 286,
"cds_start": 718,
"cds_end": null,
"cds_length": 861,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 2033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "XM_017022887.3",
"protein_id": "XP_016878376.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 346,
"cds_start": 718,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 1254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg",
"transcript": "XM_017022889.3",
"protein_id": "XP_016878378.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 340,
"cds_start": 718,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 1253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "n.718C>A",
"hgvs_p": null,
"transcript": "ENST00000636131.1",
"protein_id": "ENSP00000490390.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "n.*33C>A",
"hgvs_p": null,
"transcript": "ENST00000637290.1",
"protein_id": "ENSP00000490278.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "n.*33C>A",
"hgvs_p": null,
"transcript": "ENST00000637290.1",
"protein_id": "ENSP00000490278.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.339+379C>A",
"hgvs_p": null,
"transcript": "ENST00000637565.1",
"protein_id": "ENSP00000490207.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "c.339+379C>A",
"hgvs_p": null,
"transcript": "ENST00000567551.2",
"protein_id": "ENSP00000489813.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": -4,
"cds_end": null,
"cds_length": 436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MVP-DT",
"gene_hgnc_id": 56029,
"hgvs_c": "n.246-3599G>T",
"hgvs_p": null,
"transcript": "ENST00000569039.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MVP-DT",
"gene_hgnc_id": 56029,
"hgvs_c": "n.577-3548G>T",
"hgvs_p": null,
"transcript": "ENST00000818124.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MVP-DT",
"gene_hgnc_id": 56029,
"hgvs_c": "n.419-3548G>T",
"hgvs_p": null,
"transcript": "ENST00000818125.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MVP-DT",
"gene_hgnc_id": 56029,
"hgvs_c": "n.423-3599G>T",
"hgvs_p": null,
"transcript": "ENST00000818126.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MVP-DT",
"gene_hgnc_id": 56029,
"hgvs_c": "n.423-3601G>T",
"hgvs_p": null,
"transcript": "ENST00000818127.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MVP-DT",
"gene_hgnc_id": 56029,
"hgvs_c": "n.247-3599G>T",
"hgvs_p": null,
"transcript": "NR_186424.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "n.*43C>A",
"hgvs_p": null,
"transcript": "ENST00000636019.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"dbsnp": "rs387907126",
"frequency_reference_population": 0.0000020722869,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000207229,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.46000000834465027,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.294,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000358758.12",
"gene_symbol": "PRRT2",
"hgnc_id": 30500,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.718C>A",
"hgvs_p": "p.Arg240Arg"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000609618.2",
"gene_symbol": "ENSG00000280893",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.718C>A",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000569039.5",
"gene_symbol": "MVP-DT",
"hgnc_id": 56029,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.246-3599G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}