← 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-33516640-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=33516640&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 33516640,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_170672.3",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001139488.2",
"protein_id": "NP_001132960.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000403687.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001139488.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000403687.8",
"protein_id": "ENSP00000384192.3",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001139488.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403687.8"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000402538.8",
"protein_id": "ENSP00000385886.3",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402538.8"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000407811.5",
"protein_id": "ENSP00000383917.1",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407811.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000850562.1",
"protein_id": "ENSP00000520853.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 726,
"cds_start": 169,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850562.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000850563.1",
"protein_id": "ENSP00000520854.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 725,
"cds_start": 169,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850563.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967278.1",
"protein_id": "ENSP00000637337.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 700,
"cds_start": 169,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967278.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001349975.2",
"protein_id": "NP_001336904.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349975.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001349976.2",
"protein_id": "NP_001336905.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349976.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001349977.2",
"protein_id": "NP_001336906.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349977.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_170672.3",
"protein_id": "NP_733772.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_170672.3"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884676.1",
"protein_id": "ENSP00000554735.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884676.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884677.1",
"protein_id": "ENSP00000554736.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884677.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884679.1",
"protein_id": "ENSP00000554738.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884679.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884682.1",
"protein_id": "ENSP00000554741.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884682.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884683.1",
"protein_id": "ENSP00000554742.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884683.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884685.1",
"protein_id": "ENSP00000554744.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884685.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884686.1",
"protein_id": "ENSP00000554745.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884686.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967275.1",
"protein_id": "ENSP00000637334.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967275.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967276.1",
"protein_id": "ENSP00000637335.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967276.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967277.1",
"protein_id": "ENSP00000637336.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967277.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967279.1",
"protein_id": "ENSP00000637338.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967279.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967281.1",
"protein_id": "ENSP00000637340.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967281.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967282.1",
"protein_id": "ENSP00000637341.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967282.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967283.1",
"protein_id": "ENSP00000637342.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967283.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967286.1",
"protein_id": "ENSP00000637345.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967286.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967289.1",
"protein_id": "ENSP00000637348.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967289.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967290.1",
"protein_id": "ENSP00000637349.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967290.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001349978.2",
"protein_id": "NP_001336907.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349978.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001349979.2",
"protein_id": "NP_001336908.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349979.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001349980.2",
"protein_id": "NP_001336909.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349980.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_001349981.2",
"protein_id": "NP_001336910.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349981.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "NM_015376.3",
"protein_id": "NP_056191.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015376.3"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884675.1",
"protein_id": "ENSP00000554734.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884675.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884680.1",
"protein_id": "ENSP00000554739.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884680.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967280.1",
"protein_id": "ENSP00000637339.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967280.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967284.1",
"protein_id": "ENSP00000637343.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967284.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967285.1",
"protein_id": "ENSP00000637344.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967285.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967288.1",
"protein_id": "ENSP00000637347.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967288.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884678.1",
"protein_id": "ENSP00000554737.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 664,
"cds_start": 169,
"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": "ENST00000884678.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884684.1",
"protein_id": "ENSP00000554743.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 664,
"cds_start": 169,
"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": "ENST00000884684.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000884681.1",
"protein_id": "ENSP00000554740.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 646,
"cds_start": 169,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884681.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000967287.1",
"protein_id": "ENSP00000637346.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 645,
"cds_start": 169,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967287.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000437184.5",
"protein_id": "ENSP00000393866.1",
"transcript_support_level": 5,
"aa_start": 57,
"aa_end": null,
"aa_length": 171,
"cds_start": 169,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437184.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000423159.5",
"protein_id": "ENSP00000388139.1",
"transcript_support_level": 4,
"aa_start": 57,
"aa_end": null,
"aa_length": 112,
"cds_start": 169,
"cds_end": null,
"cds_length": 340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423159.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000444784.5",
"protein_id": "ENSP00000400602.1",
"transcript_support_level": 4,
"aa_start": 57,
"aa_end": null,
"aa_length": 111,
"cds_start": 169,
"cds_end": null,
"cds_length": 337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444784.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "ENST00000442390.5",
"protein_id": "ENSP00000405648.1",
"transcript_support_level": 4,
"aa_start": 57,
"aa_end": null,
"aa_length": 76,
"cds_start": 169,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442390.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "XM_011532746.4",
"protein_id": "XP_011531048.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532746.4"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "XM_011532748.4",
"protein_id": "XP_011531050.2",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532748.4"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "XM_017003761.3",
"protein_id": "XP_016859250.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003761.3"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "XM_047443877.1",
"protein_id": "XP_047299833.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 690,
"cds_start": 169,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443877.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "XM_047443878.1",
"protein_id": "XP_047299834.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443878.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg",
"transcript": "XM_047443879.1",
"protein_id": "XP_047299835.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 689,
"cds_start": 169,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443879.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "n.578T>C",
"hgvs_p": null,
"transcript": "ENST00000479528.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000479528.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "n.540T>C",
"hgvs_p": null,
"transcript": "ENST00000482857.5",
"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": "ENST00000482857.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"hgvs_c": "c.*67T>C",
"hgvs_p": null,
"transcript": "ENST00000425210.5",
"protein_id": "ENSP00000401974.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 33,
"cds_start": null,
"cds_end": null,
"cds_length": 102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425210.5"
}
],
"gene_symbol": "RASGRP3",
"gene_hgnc_id": 14545,
"dbsnp": "rs528323494",
"frequency_reference_population": 0.000005802719,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000580272,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22083133459091187,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.08,
"revel_prediction": "Benign",
"alphamissense_score": 0.0797,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.4,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_170672.3",
"gene_symbol": "RASGRP3",
"hgnc_id": 14545,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.169T>C",
"hgvs_p": "p.Cys57Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}