← 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: 2-33520659-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=33520659&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 33520659,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_170672.3",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001139488.2",
"protein_id": "NP_001132960.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 4386,
"mane_select": "ENST00000403687.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001139488.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000403687.8",
"protein_id": "ENSP00000384192.3",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 4386,
"mane_select": "NM_001139488.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403687.8"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000402538.8",
"protein_id": "ENSP00000385886.3",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 995,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402538.8"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000407811.5",
"protein_id": "ENSP00000383917.1",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 4210,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407811.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000850562.1",
"protein_id": "ENSP00000520853.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 726,
"cds_start": 343,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 665,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850562.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000850563.1",
"protein_id": "ENSP00000520854.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 725,
"cds_start": 343,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 4156,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850563.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967278.1",
"protein_id": "ENSP00000637337.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 700,
"cds_start": 343,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 2966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967278.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001349975.2",
"protein_id": "NP_001336904.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1093,
"cdna_end": null,
"cdna_length": 4817,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349975.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001349976.2",
"protein_id": "NP_001336905.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349976.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001349977.2",
"protein_id": "NP_001336906.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 784,
"cdna_end": null,
"cdna_length": 4508,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349977.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_170672.3",
"protein_id": "NP_733772.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 4695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_170672.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884676.1",
"protein_id": "ENSP00000554735.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1216,
"cdna_end": null,
"cdna_length": 4812,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884676.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884677.1",
"protein_id": "ENSP00000554736.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 3854,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884677.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884679.1",
"protein_id": "ENSP00000554738.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 5860,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884679.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884682.1",
"protein_id": "ENSP00000554741.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 836,
"cdna_end": null,
"cdna_length": 4436,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884682.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884683.1",
"protein_id": "ENSP00000554742.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 4431,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884683.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884685.1",
"protein_id": "ENSP00000554744.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 746,
"cdna_end": null,
"cdna_length": 3429,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884685.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884686.1",
"protein_id": "ENSP00000554745.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 895,
"cdna_end": null,
"cdna_length": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884686.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967275.1",
"protein_id": "ENSP00000637334.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 4659,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967275.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967276.1",
"protein_id": "ENSP00000637335.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 4460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967276.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967277.1",
"protein_id": "ENSP00000637336.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 4554,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967277.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967279.1",
"protein_id": "ENSP00000637338.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 4549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967279.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967281.1",
"protein_id": "ENSP00000637340.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 553,
"cdna_end": null,
"cdna_length": 4150,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967281.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967282.1",
"protein_id": "ENSP00000637341.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 4317,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967282.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967283.1",
"protein_id": "ENSP00000637342.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 3256,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967283.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967286.1",
"protein_id": "ENSP00000637345.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1117,
"cdna_end": null,
"cdna_length": 3174,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967286.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967289.1",
"protein_id": "ENSP00000637348.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 2768,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967289.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967290.1",
"protein_id": "ENSP00000637349.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 2882,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967290.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001349978.2",
"protein_id": "NP_001336907.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 4692,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349978.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001349979.2",
"protein_id": "NP_001336908.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 4400,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349979.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001349980.2",
"protein_id": "NP_001336909.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 784,
"cdna_end": null,
"cdna_length": 4505,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349980.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_001349981.2",
"protein_id": "NP_001336910.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 4383,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349981.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "NM_015376.3",
"protein_id": "NP_056191.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 4336,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015376.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884675.1",
"protein_id": "ENSP00000554734.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 1047,
"cdna_end": null,
"cdna_length": 7269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884675.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884680.1",
"protein_id": "ENSP00000554739.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 1345,
"cdna_end": null,
"cdna_length": 5053,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884680.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967280.1",
"protein_id": "ENSP00000637339.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 889,
"cdna_end": null,
"cdna_length": 4484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967280.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967284.1",
"protein_id": "ENSP00000637343.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 596,
"cdna_end": null,
"cdna_length": 2743,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967284.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967285.1",
"protein_id": "ENSP00000637344.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 635,
"cdna_end": null,
"cdna_length": 2805,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967285.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000967288.1",
"protein_id": "ENSP00000637347.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 1040,
"cdna_end": null,
"cdna_length": 3180,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967288.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884678.1",
"protein_id": "ENSP00000554737.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 664,
"cds_start": 343,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884678.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000884684.1",
"protein_id": "ENSP00000554743.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 664,
"cds_start": 343,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 3491,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884684.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000437184.5",
"protein_id": "ENSP00000393866.1",
"transcript_support_level": 5,
"aa_start": 115,
"aa_end": null,
"aa_length": 171,
"cds_start": 343,
"cds_end": null,
"cds_length": 516,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 861,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437184.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "XM_011532746.4",
"protein_id": "XP_011531048.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 4593,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532746.4"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "XM_011532748.4",
"protein_id": "XP_011531050.2",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 4403,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532748.4"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "XM_017003761.3",
"protein_id": "XP_016859250.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1026,
"cdna_end": null,
"cdna_length": 4750,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003761.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "XM_047443877.1",
"protein_id": "XP_047299833.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 690,
"cds_start": 343,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 577,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443877.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "XM_047443878.1",
"protein_id": "XP_047299834.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 4749,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443878.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "XM_047443879.1",
"protein_id": "XP_047299835.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 689,
"cds_start": 343,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 4281,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443879.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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.236+645G>T",
"hgvs_p": null,
"transcript": "ENST00000884681.1",
"protein_id": "ENSP00000554740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 646,
"cds_start": null,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4279,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884681.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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.236+645G>T",
"hgvs_p": null,
"transcript": "ENST00000967287.1",
"protein_id": "ENSP00000637346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 645,
"cds_start": null,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967287.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.*3G>T",
"hgvs_p": null,
"transcript": "ENST00000423159.5",
"protein_id": "ENSP00000388139.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": null,
"cds_end": null,
"cds_length": 340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 557,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423159.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.*6G>T",
"hgvs_p": null,
"transcript": "ENST00000444784.5",
"protein_id": "ENSP00000400602.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 111,
"cds_start": null,
"cds_end": null,
"cds_length": 337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444784.5"
}
],
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"dbsnp": "rs753729020",
"frequency_reference_population": 6.8414613e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84146e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03298753499984741,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.02,
"revel_prediction": "Benign",
"alphamissense_score": 0.0882,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.285,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_170672.3",
"gene_symbol": "RASGRP3",
"hgnc_id": 14545,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}