← 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: 1-111118216-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=111118216&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 111118216,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_178454.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "NM_001349884.2",
"protein_id": "NP_001336813.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000484310.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349884.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000484310.6",
"protein_id": "ENSP00000503400.1",
"transcript_support_level": 1,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001349884.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484310.6"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000286692.8",
"protein_id": "ENSP00000286692.4",
"transcript_support_level": 1,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000286692.8"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000539140.6",
"protein_id": "ENSP00000437718.1",
"transcript_support_level": 1,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539140.6"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.859A>C",
"hgvs_p": "p.Thr287Pro",
"transcript": "ENST00000933769.1",
"protein_id": "ENSP00000603828.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 304,
"cds_start": 859,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933769.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.859A>C",
"hgvs_p": "p.Thr287Pro",
"transcript": "ENST00000944783.1",
"protein_id": "ENSP00000614842.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 304,
"cds_start": 859,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944783.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "NM_001349881.2",
"protein_id": "NP_001336810.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349881.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "NM_001349882.2",
"protein_id": "NP_001336811.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349882.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "NM_001349885.2",
"protein_id": "NP_001336814.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349885.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "NM_178454.6",
"protein_id": "NP_848549.3",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178454.6"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875066.1",
"protein_id": "ENSP00000545125.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875066.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875067.1",
"protein_id": "ENSP00000545126.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875067.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875069.1",
"protein_id": "ENSP00000545128.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875069.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875070.1",
"protein_id": "ENSP00000545129.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875070.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875071.1",
"protein_id": "ENSP00000545130.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875071.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875072.1",
"protein_id": "ENSP00000545131.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875072.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875074.1",
"protein_id": "ENSP00000545133.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875074.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875077.1",
"protein_id": "ENSP00000545136.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875077.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875078.1",
"protein_id": "ENSP00000545137.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875078.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875079.1",
"protein_id": "ENSP00000545138.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875079.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875080.1",
"protein_id": "ENSP00000545139.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875080.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875082.1",
"protein_id": "ENSP00000545141.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875082.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875085.1",
"protein_id": "ENSP00000545144.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875085.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875088.1",
"protein_id": "ENSP00000545147.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875088.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875089.1",
"protein_id": "ENSP00000545148.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875089.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875091.1",
"protein_id": "ENSP00000545150.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875091.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875093.1",
"protein_id": "ENSP00000545152.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875093.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875095.1",
"protein_id": "ENSP00000545154.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875095.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875096.1",
"protein_id": "ENSP00000545155.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875096.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000875099.1",
"protein_id": "ENSP00000545158.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875099.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933768.1",
"protein_id": "ENSP00000603827.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933768.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933770.1",
"protein_id": "ENSP00000603829.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933770.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933771.1",
"protein_id": "ENSP00000603830.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933771.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933773.1",
"protein_id": "ENSP00000603832.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933773.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933776.1",
"protein_id": "ENSP00000603835.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933776.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933778.1",
"protein_id": "ENSP00000603837.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933778.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933780.1",
"protein_id": "ENSP00000603839.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933780.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000933781.1",
"protein_id": "ENSP00000603840.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933781.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000944785.1",
"protein_id": "ENSP00000614844.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944785.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "ENST00000944786.1",
"protein_id": "ENSP00000614845.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944786.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.727A>C",
"hgvs_p": "p.Thr243Pro",
"transcript": "ENST00000875084.1",
"protein_id": "ENSP00000545143.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 260,
"cds_start": 727,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875084.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.643A>C",
"hgvs_p": "p.Thr215Pro",
"transcript": "ENST00000875073.1",
"protein_id": "ENSP00000545132.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 232,
"cds_start": 643,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875073.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.643A>C",
"hgvs_p": "p.Thr215Pro",
"transcript": "ENST00000875075.1",
"protein_id": "ENSP00000545134.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 232,
"cds_start": 643,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875075.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.643A>C",
"hgvs_p": "p.Thr215Pro",
"transcript": "ENST00000875092.1",
"protein_id": "ENSP00000545151.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 232,
"cds_start": 643,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875092.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.643A>C",
"hgvs_p": "p.Thr215Pro",
"transcript": "ENST00000933779.1",
"protein_id": "ENSP00000603838.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 232,
"cds_start": 643,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933779.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875068.1",
"protein_id": "ENSP00000545127.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875068.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875081.1",
"protein_id": "ENSP00000545140.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875081.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875083.1",
"protein_id": "ENSP00000545142.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875083.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875086.1",
"protein_id": "ENSP00000545145.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875086.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875087.1",
"protein_id": "ENSP00000545146.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875087.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875090.1",
"protein_id": "ENSP00000545149.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875090.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875094.1",
"protein_id": "ENSP00000545153.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875094.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000875097.1",
"protein_id": "ENSP00000545156.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875097.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000933772.1",
"protein_id": "ENSP00000603831.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933772.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000933775.1",
"protein_id": "ENSP00000603834.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933775.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000933777.1",
"protein_id": "ENSP00000603836.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933777.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.616A>C",
"hgvs_p": "p.Thr206Pro",
"transcript": "ENST00000944787.1",
"protein_id": "ENSP00000614846.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 223,
"cds_start": 616,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944787.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.487A>C",
"hgvs_p": "p.Thr163Pro",
"transcript": "ENST00000875076.1",
"protein_id": "ENSP00000545135.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 180,
"cds_start": 487,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875076.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.487A>C",
"hgvs_p": "p.Thr163Pro",
"transcript": "ENST00000944784.1",
"protein_id": "ENSP00000614843.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 180,
"cds_start": 487,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944784.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.475A>C",
"hgvs_p": "p.Thr159Pro",
"transcript": "NM_001349886.2",
"protein_id": "NP_001336815.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 176,
"cds_start": 475,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349886.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.475A>C",
"hgvs_p": "p.Thr159Pro",
"transcript": "NM_001349887.2",
"protein_id": "NP_001336816.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 176,
"cds_start": 475,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349887.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.475A>C",
"hgvs_p": "p.Thr159Pro",
"transcript": "NM_001349888.2",
"protein_id": "NP_001336817.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 176,
"cds_start": 475,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349888.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.427A>C",
"hgvs_p": "p.Thr143Pro",
"transcript": "ENST00000875098.1",
"protein_id": "ENSP00000545157.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 160,
"cds_start": 427,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875098.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.400A>C",
"hgvs_p": "p.Thr134Pro",
"transcript": "ENST00000933774.1",
"protein_id": "ENSP00000603833.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 151,
"cds_start": 400,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933774.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.355A>C",
"hgvs_p": "p.Thr119Pro",
"transcript": "NM_001349889.2",
"protein_id": "NP_001336818.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 136,
"cds_start": 355,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349889.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.355A>C",
"hgvs_p": "p.Thr119Pro",
"transcript": "NM_001349890.2",
"protein_id": "NP_001336819.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 136,
"cds_start": 355,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349890.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.355A>C",
"hgvs_p": "p.Thr119Pro",
"transcript": "NM_001349891.2",
"protein_id": "NP_001336820.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 136,
"cds_start": 355,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349891.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.355A>C",
"hgvs_p": "p.Thr119Pro",
"transcript": "NM_001349892.2",
"protein_id": "NP_001336821.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 136,
"cds_start": 355,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349892.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.355A>C",
"hgvs_p": "p.Thr119Pro",
"transcript": "NM_001349893.2",
"protein_id": "NP_001336822.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 136,
"cds_start": 355,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349893.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "XM_011540708.2",
"protein_id": "XP_011539010.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540708.2"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro",
"transcript": "XM_047446242.1",
"protein_id": "XP_047302198.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 266,
"cds_start": 745,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.519A>C",
"hgvs_p": null,
"transcript": "ENST00000461449.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": "pseudogene",
"feature": "ENST00000461449.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.*432A>C",
"hgvs_p": null,
"transcript": "ENST00000496430.6",
"protein_id": "ENSP00000473779.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000496430.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.863A>C",
"hgvs_p": null,
"transcript": "NR_146301.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146301.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.723A>C",
"hgvs_p": null,
"transcript": "NR_146302.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146302.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.1074A>C",
"hgvs_p": null,
"transcript": "NR_146303.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146303.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.934A>C",
"hgvs_p": null,
"transcript": "NR_146304.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146304.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.917A>C",
"hgvs_p": null,
"transcript": "NR_146305.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146305.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.889A>C",
"hgvs_p": null,
"transcript": "NR_146306.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146306.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.962A>C",
"hgvs_p": null,
"transcript": "NR_146307.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146307.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.1029A>C",
"hgvs_p": null,
"transcript": "NR_146308.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146308.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"hgvs_c": "n.*432A>C",
"hgvs_p": null,
"transcript": "ENST00000496430.6",
"protein_id": "ENSP00000473779.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000496430.6"
}
],
"gene_symbol": "DRAM2",
"gene_hgnc_id": 28769,
"dbsnp": "rs1312101997",
"frequency_reference_population": 0.0000020533262,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205333,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16181015968322754,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.33,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0736,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.815,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 2,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_178454.6",
"gene_symbol": "DRAM2",
"hgnc_id": 28769,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.745A>C",
"hgvs_p": "p.Thr249Pro"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}