← 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: 11-123606675-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=123606675&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 123606675,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001387024.1",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "NM_001387025.1",
"protein_id": "NP_001373954.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 877,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000635736.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387025.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "ENST00000635736.2",
"protein_id": "ENSP00000490062.1",
"transcript_support_level": 5,
"aa_start": 464,
"aa_end": null,
"aa_length": 877,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001387025.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635736.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.961A>G",
"hgvs_p": "p.Ile321Val",
"transcript": "ENST00000529750.5",
"protein_id": "ENSP00000436500.1",
"transcript_support_level": 1,
"aa_start": 321,
"aa_end": null,
"aa_length": 738,
"cds_start": 961,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529750.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.949A>G",
"hgvs_p": "p.Ile317Val",
"transcript": "ENST00000534764.1",
"protein_id": "ENSP00000434214.1",
"transcript_support_level": 1,
"aa_start": 317,
"aa_end": null,
"aa_length": 440,
"cds_start": 949,
"cds_end": null,
"cds_length": 1324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534764.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "NM_001387024.1",
"protein_id": "NP_001373953.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 901,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387024.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "ENST00000943465.1",
"protein_id": "ENSP00000613524.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 887,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943465.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1414A>G",
"hgvs_p": "p.Ile472Val",
"transcript": "ENST00000943464.1",
"protein_id": "ENSP00000613523.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 885,
"cds_start": 1414,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943464.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "ENST00000943461.1",
"protein_id": "ENSP00000613520.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 877,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943461.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "ENST00000943462.1",
"protein_id": "ENSP00000613521.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 877,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943462.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "ENST00000943463.1",
"protein_id": "ENSP00000613522.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 877,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943463.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1387A>G",
"hgvs_p": "p.Ile463Val",
"transcript": "NM_001387026.1",
"protein_id": "NP_001373955.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 876,
"cds_start": 1387,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387026.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1258A>G",
"hgvs_p": "p.Ile420Val",
"transcript": "NM_001367421.2",
"protein_id": "NP_001354350.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 833,
"cds_start": 1258,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367421.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1042A>G",
"hgvs_p": "p.Ile348Val",
"transcript": "NM_001367420.2",
"protein_id": "NP_001354349.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 789,
"cds_start": 1042,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367420.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1048A>G",
"hgvs_p": "p.Ile350Val",
"transcript": "ENST00000638086.1",
"protein_id": "ENSP00000490920.1",
"transcript_support_level": 5,
"aa_start": 350,
"aa_end": null,
"aa_length": 767,
"cds_start": 1048,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638086.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1042A>G",
"hgvs_p": "p.Ile348Val",
"transcript": "NM_001367419.2",
"protein_id": "NP_001354348.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 765,
"cds_start": 1042,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367419.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.961A>G",
"hgvs_p": "p.Ile321Val",
"transcript": "NM_001387028.1",
"protein_id": "NP_001373957.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 762,
"cds_start": 961,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387028.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1042A>G",
"hgvs_p": "p.Ile348Val",
"transcript": "NM_001367418.2",
"protein_id": "NP_001354347.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 761,
"cds_start": 1042,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367418.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.982A>G",
"hgvs_p": "p.Ile328Val",
"transcript": "NM_001286563.3",
"protein_id": "NP_001273492.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 745,
"cds_start": 982,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286563.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.982A>G",
"hgvs_p": "p.Ile328Val",
"transcript": "ENST00000456860.6",
"protein_id": "ENSP00000402457.2",
"transcript_support_level": 2,
"aa_start": 328,
"aa_end": null,
"aa_length": 745,
"cds_start": 982,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456860.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.961A>G",
"hgvs_p": "p.Ile321Val",
"transcript": "NM_020716.4",
"protein_id": "NP_065767.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 738,
"cds_start": 961,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020716.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.961A>G",
"hgvs_p": "p.Ile321Val",
"transcript": "NM_001387029.1",
"protein_id": "NP_001373958.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 734,
"cds_start": 961,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387029.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001387030.1",
"protein_id": "NP_001373959.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 713,
"cds_start": 841,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387030.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001387031.1",
"protein_id": "NP_001373960.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 713,
"cds_start": 841,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387031.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.853A>G",
"hgvs_p": "p.Ile285Val",
"transcript": "ENST00000646146.1",
"protein_id": "ENSP00000494891.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 702,
"cds_start": 853,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646146.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001286564.3",
"protein_id": "NP_001273493.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 698,
"cds_start": 841,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286564.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001387032.1",
"protein_id": "NP_001373961.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 698,
"cds_start": 841,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387032.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001387033.1",
"protein_id": "NP_001373962.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 698,
"cds_start": 841,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387033.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "ENST00000529432.5",
"protein_id": "ENSP00000432987.1",
"transcript_support_level": 2,
"aa_start": 281,
"aa_end": null,
"aa_length": 698,
"cds_start": 841,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529432.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001330396.3",
"protein_id": "NP_001317325.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 694,
"cds_start": 841,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330396.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001387034.1",
"protein_id": "NP_001373963.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 694,
"cds_start": 841,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387034.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "NM_001387035.1",
"protein_id": "NP_001373964.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 694,
"cds_start": 841,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387035.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "ENST00000638157.1",
"protein_id": "ENSP00000489896.1",
"transcript_support_level": 5,
"aa_start": 281,
"aa_end": null,
"aa_length": 694,
"cds_start": 841,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638157.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "XM_047427318.1",
"protein_id": "XP_047283274.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 896,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427318.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val",
"transcript": "XM_047427319.1",
"protein_id": "XP_047283275.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 896,
"cds_start": 1390,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427319.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1345A>G",
"hgvs_p": "p.Ile449Val",
"transcript": "XM_047427320.1",
"protein_id": "XP_047283276.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 881,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427320.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1342A>G",
"hgvs_p": "p.Ile448Val",
"transcript": "XM_047427321.1",
"protein_id": "XP_047283277.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 880,
"cds_start": 1342,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427321.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1345A>G",
"hgvs_p": "p.Ile449Val",
"transcript": "XM_047427322.1",
"protein_id": "XP_047283278.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 866,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427322.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1258A>G",
"hgvs_p": "p.Ile420Val",
"transcript": "XM_047427323.1",
"protein_id": "XP_047283279.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 852,
"cds_start": 1258,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427323.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1258A>G",
"hgvs_p": "p.Ile420Val",
"transcript": "XM_047427324.1",
"protein_id": "XP_047283280.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 852,
"cds_start": 1258,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427324.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1108A>G",
"hgvs_p": "p.Ile370Val",
"transcript": "XM_047427325.1",
"protein_id": "XP_047283281.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 802,
"cds_start": 1108,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427325.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1090A>G",
"hgvs_p": "p.Ile364Val",
"transcript": "XM_006718892.4",
"protein_id": "XP_006718955.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 796,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718892.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1087A>G",
"hgvs_p": "p.Ile363Val",
"transcript": "XM_011542926.3",
"protein_id": "XP_011541228.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 795,
"cds_start": 1087,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542926.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1060A>G",
"hgvs_p": "p.Ile354Val",
"transcript": "XM_047427326.1",
"protein_id": "XP_047283282.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 786,
"cds_start": 1060,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427326.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1108A>G",
"hgvs_p": "p.Ile370Val",
"transcript": "XM_047427327.1",
"protein_id": "XP_047283283.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 783,
"cds_start": 1108,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427327.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1042A>G",
"hgvs_p": "p.Ile348Val",
"transcript": "XM_017018039.2",
"protein_id": "XP_016873528.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 780,
"cds_start": 1042,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018039.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1036A>G",
"hgvs_p": "p.Ile346Val",
"transcript": "XM_047427328.1",
"protein_id": "XP_047283284.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 778,
"cds_start": 1036,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427328.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1012A>G",
"hgvs_p": "p.Ile338Val",
"transcript": "XM_017018040.2",
"protein_id": "XP_016873529.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 770,
"cds_start": 1012,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018040.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.1060A>G",
"hgvs_p": "p.Ile354Val",
"transcript": "XM_047427330.1",
"protein_id": "XP_047283286.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 767,
"cds_start": 1060,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427330.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.964A>G",
"hgvs_p": "p.Ile322Val",
"transcript": "XM_024448622.2",
"protein_id": "XP_024304390.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 754,
"cds_start": 964,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448622.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.961A>G",
"hgvs_p": "p.Ile321Val",
"transcript": "XM_005271619.5",
"protein_id": "XP_005271676.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 753,
"cds_start": 961,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271619.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.949A>G",
"hgvs_p": "p.Ile317Val",
"transcript": "XM_011542929.3",
"protein_id": "XP_011541231.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 749,
"cds_start": 949,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542929.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "XM_011542931.3",
"protein_id": "XP_011541233.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 713,
"cds_start": 841,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542931.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "XM_017018046.2",
"protein_id": "XP_016873535.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 713,
"cds_start": 841,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018046.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.853A>G",
"hgvs_p": "p.Ile285Val",
"transcript": "XM_011542933.2",
"protein_id": "XP_011541235.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 702,
"cds_start": 853,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542933.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "c.853A>G",
"hgvs_p": "p.Ile285Val",
"transcript": "XM_047427331.1",
"protein_id": "XP_047283287.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 698,
"cds_start": 853,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427331.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"hgvs_c": "n.1204A>G",
"hgvs_p": null,
"transcript": "ENST00000532581.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": "ENST00000532581.5"
}
],
"gene_symbol": "GRAMD1B",
"gene_hgnc_id": 29214,
"dbsnp": "rs191981781",
"frequency_reference_population": 0.0010331615,
"hom_count_reference_population": 20,
"allele_count_reference_population": 1667,
"gnomad_exomes_af": 0.00104913,
"gnomad_genomes_af": 0.0008799,
"gnomad_exomes_ac": 1533,
"gnomad_genomes_ac": 134,
"gnomad_exomes_homalt": 18,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.006122708320617676,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.021,
"revel_prediction": "Benign",
"alphamissense_score": 0.0585,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.542,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001387024.1",
"gene_symbol": "GRAMD1B",
"hgnc_id": 29214,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1390A>G",
"hgvs_p": "p.Ile464Val"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}