← 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: 17-36545769-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=36545769&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 36545769,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024835.5",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "NM_024835.5",
"protein_id": "NP_079111.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 697,
"cds_start": 45,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000613102.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024835.5"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000613102.5",
"protein_id": "ENSP00000478220.1",
"transcript_support_level": 1,
"aa_start": 15,
"aa_end": null,
"aa_length": 697,
"cds_start": 45,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024835.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613102.5"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000934644.1",
"protein_id": "ENSP00000604703.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 740,
"cds_start": 45,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934644.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000934643.1",
"protein_id": "ENSP00000604702.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 705,
"cds_start": 45,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934643.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870041.1",
"protein_id": "ENSP00000540100.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 699,
"cds_start": 45,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870041.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870042.1",
"protein_id": "ENSP00000540101.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 699,
"cds_start": 45,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870042.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870044.1",
"protein_id": "ENSP00000540103.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 699,
"cds_start": 45,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870044.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870047.1",
"protein_id": "ENSP00000540106.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 699,
"cds_start": 45,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870047.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870040.1",
"protein_id": "ENSP00000540099.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 697,
"cds_start": 45,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870040.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870045.1",
"protein_id": "ENSP00000540104.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 697,
"cds_start": 45,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870045.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870046.1",
"protein_id": "ENSP00000540105.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 697,
"cds_start": 45,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870046.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000970049.1",
"protein_id": "ENSP00000640108.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 697,
"cds_start": 45,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970049.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000970052.1",
"protein_id": "ENSP00000640111.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 695,
"cds_start": 45,
"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": "ENST00000970052.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000970050.1",
"protein_id": "ENSP00000640109.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 692,
"cds_start": 45,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970050.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000970053.1",
"protein_id": "ENSP00000640112.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 664,
"cds_start": 45,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970053.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000870043.1",
"protein_id": "ENSP00000540102.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 659,
"cds_start": 45,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870043.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000970051.1",
"protein_id": "ENSP00000640110.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 614,
"cds_start": 45,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970051.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000616019.1",
"protein_id": "ENSP00000484094.1",
"transcript_support_level": 2,
"aa_start": 15,
"aa_end": null,
"aa_length": 157,
"cds_start": 45,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616019.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"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": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "ENST00000611219.1",
"protein_id": "ENSP00000483332.1",
"transcript_support_level": 2,
"aa_start": 15,
"aa_end": null,
"aa_length": 68,
"cds_start": 45,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611219.1"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "XM_005257689.4",
"protein_id": "XP_005257746.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 699,
"cds_start": 45,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257689.4"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "XM_011525266.3",
"protein_id": "XP_011523568.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 661,
"cds_start": 45,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525266.3"
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu",
"transcript": "XM_047436774.1",
"protein_id": "XP_047292730.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 659,
"cds_start": 45,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO19",
"gene_hgnc_id": 26234,
"hgvs_c": "c.-470G>T",
"hgvs_p": null,
"transcript": "ENST00000969859.1",
"protein_id": "ENSP00000639918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 970,
"cds_start": null,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969859.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": 1,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.-1+672C>A",
"hgvs_p": null,
"transcript": "XM_011525265.4",
"protein_id": "XP_011523567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": null,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525265.4"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.-1+672C>A",
"hgvs_p": null,
"transcript": "XM_017025107.2",
"protein_id": "XP_016880596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": null,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025107.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "c.-1+672C>A",
"hgvs_p": null,
"transcript": "XM_047436775.1",
"protein_id": "XP_047292731.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": null,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436775.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "n.330C>A",
"hgvs_p": null,
"transcript": "ENST00000617860.4",
"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": "ENST00000617860.4"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"hgvs_c": "n.317C>A",
"hgvs_p": null,
"transcript": "ENST00000618837.4",
"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": "ENST00000618837.4"
}
],
"gene_symbol": "GGNBP2",
"gene_hgnc_id": 19357,
"dbsnp": "rs140693226",
"frequency_reference_population": 0.000008382897,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.0000083829,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02827027440071106,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.083,
"revel_prediction": "Benign",
"alphamissense_score": 0.9818,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.256,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_024835.5",
"gene_symbol": "GGNBP2",
"hgnc_id": 19357,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Phe15Leu"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000969859.1",
"gene_symbol": "MYO19",
"hgnc_id": 26234,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-470G>T",
"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
}