← 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-29813187-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=29813187&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 29813187,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000358758.12",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "NM_145239.3",
"protein_id": "NP_660282.2",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 340,
"cds_start": 133,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": "ENST00000358758.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000358758.12",
"protein_id": "ENSP00000351608.7",
"transcript_support_level": 1,
"aa_start": 45,
"aa_end": null,
"aa_length": 340,
"cds_start": 133,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 329,
"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.133C>T",
"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": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "NM_001256442.2",
"protein_id": "NP_001243371.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 394,
"cds_start": 133,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 2624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "NM_001438121.1",
"protein_id": "NP_001425050.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 394,
"cds_start": 133,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 357,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000567659.3",
"protein_id": "ENSP00000456226.1",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 394,
"cds_start": 133,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 331,
"cdna_end": null,
"cdna_length": 1470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "NM_001438120.1",
"protein_id": "NP_001425049.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 340,
"cds_start": 133,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 357,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000572820.2",
"protein_id": "ENSP00000458291.2",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 340,
"cds_start": 133,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 259,
"cdna_end": null,
"cdna_length": 2403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000637064.1",
"protein_id": "ENSP00000490826.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 340,
"cds_start": 133,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 258,
"cdna_end": null,
"cdna_length": 2153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "NM_001256443.2",
"protein_id": "NP_001243372.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 299,
"cds_start": 133,
"cds_end": null,
"cds_length": 900,
"cdna_start": 357,
"cdna_end": null,
"cdna_length": 3051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "NM_001438122.1",
"protein_id": "NP_001425051.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 299,
"cds_start": 133,
"cds_end": null,
"cds_length": 900,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 3023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000300797.7",
"protein_id": "ENSP00000300797.6",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 299,
"cds_start": 133,
"cds_end": null,
"cds_length": 900,
"cdna_start": 309,
"cdna_end": null,
"cdna_length": 3002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000647876.1",
"protein_id": "ENSP00000498021.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 299,
"cds_start": 133,
"cds_end": null,
"cds_length": 900,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 2867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000636619.1",
"protein_id": "ENSP00000489669.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 287,
"cds_start": 133,
"cds_end": null,
"cds_length": 864,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 2065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000637403.1",
"protein_id": "ENSP00000489782.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 286,
"cds_start": 133,
"cds_end": null,
"cds_length": 861,
"cdna_start": 260,
"cdna_end": null,
"cdna_length": 2033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000637565.1",
"protein_id": "ENSP00000490207.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 155,
"cds_start": 133,
"cds_end": null,
"cds_length": 468,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000567551.2",
"protein_id": "ENSP00000489813.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 144,
"cds_start": 133,
"cds_end": null,
"cds_length": 436,
"cdna_start": 341,
"cdna_end": null,
"cdna_length": 644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000637596.1",
"protein_id": "ENSP00000489805.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 127,
"cds_start": 133,
"cds_end": null,
"cds_length": 385,
"cdna_start": 268,
"cdna_end": null,
"cdna_length": 520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000636246.1",
"protein_id": "ENSP00000489948.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 117,
"cds_start": 133,
"cds_end": null,
"cds_length": 354,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000562148.2",
"protein_id": "ENSP00000454634.2",
"transcript_support_level": 3,
"aa_start": 45,
"aa_end": null,
"aa_length": 105,
"cds_start": 133,
"cds_end": null,
"cds_length": 318,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "XM_017022887.3",
"protein_id": "XP_016878376.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 346,
"cds_start": 133,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 1254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "XM_017022889.3",
"protein_id": "XP_016878378.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 340,
"cds_start": 133,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 329,
"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.133C>T",
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "n.133C>T",
"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": 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-3014G>A",
"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": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "n.88-499C>T",
"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
},
{
"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-2963G>A",
"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-2963G>A",
"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-3014G>A",
"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-3016G>A",
"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-3014G>A",
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000636001.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": 100,
"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.*149C>T",
"hgvs_p": null,
"transcript": "ENST00000637542.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": 100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PRRT2",
"gene_hgnc_id": 30500,
"dbsnp": "rs11556732",
"frequency_reference_population": 0.00019207249,
"hom_count_reference_population": 2,
"allele_count_reference_population": 310,
"gnomad_exomes_af": 0.0000957791,
"gnomad_genomes_af": 0.00111638,
"gnomad_exomes_ac": 140,
"gnomad_genomes_ac": 170,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.006657332181930542,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.124,
"revel_prediction": "Benign",
"alphamissense_score": 0.0894,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.32,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000358758.12",
"gene_symbol": "PRRT2",
"hgnc_id": 30500,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.133C>T",
"hgvs_p": "p.Pro45Ser"
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000609618.2",
"gene_symbol": "ENSG00000280893",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.133C>T",
"hgvs_p": null
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000569039.5",
"gene_symbol": "MVP-DT",
"hgnc_id": 56029,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.246-3014G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Episodic kinesigenic dyskinesia,Inborn genetic diseases,PRRT2-related disorder,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:4 B:1",
"phenotype_combined": "not specified|not provided|PRRT2-related disorder|Episodic kinesigenic dyskinesia|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}