← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 17-18340069-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=18340069&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 18340069,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004169.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "NM_004169.5",
"protein_id": "NP_004160.3",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000316694.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004169.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000316694.8",
"protein_id": "ENSP00000318868.3",
"transcript_support_level": 1,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004169.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000316694.8"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000583780.2",
"protein_id": "ENSP00000462041.2",
"transcript_support_level": 1,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583780.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000354098.7",
"protein_id": "ENSP00000318805.3",
"transcript_support_level": 1,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354098.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "n.1111G>T",
"hgvs_p": null,
"transcript": "ENST00000395684.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000395684.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000926103.1",
"protein_id": "ENSP00000596162.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 564,
"cds_start": 788,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926103.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.956G>T",
"hgvs_p": "p.Arg319Leu",
"transcript": "ENST00000886390.1",
"protein_id": "ENSP00000556449.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 539,
"cds_start": 956,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886390.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.956G>T",
"hgvs_p": "p.Arg319Leu",
"transcript": "ENST00000886395.1",
"protein_id": "ENSP00000556454.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 500,
"cds_start": 956,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886395.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.956G>T",
"hgvs_p": "p.Arg319Leu",
"transcript": "ENST00000926101.1",
"protein_id": "ENSP00000596160.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 500,
"cds_start": 956,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926101.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886362.1",
"protein_id": "ENSP00000556421.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886362.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886363.1",
"protein_id": "ENSP00000556422.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886363.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886368.1",
"protein_id": "ENSP00000556427.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886368.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886375.1",
"protein_id": "ENSP00000556434.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886375.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886379.1",
"protein_id": "ENSP00000556438.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886379.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886381.1",
"protein_id": "ENSP00000556440.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886381.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886382.1",
"protein_id": "ENSP00000556441.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886382.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886384.1",
"protein_id": "ENSP00000556443.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886384.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886391.1",
"protein_id": "ENSP00000556450.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886391.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886392.1",
"protein_id": "ENSP00000556451.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886392.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886397.1",
"protein_id": "ENSP00000556456.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886397.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886398.1",
"protein_id": "ENSP00000556457.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886398.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886400.1",
"protein_id": "ENSP00000556459.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886400.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886401.1",
"protein_id": "ENSP00000556460.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886401.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886402.1",
"protein_id": "ENSP00000556461.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886402.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886403.1",
"protein_id": "ENSP00000556462.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886403.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886405.1",
"protein_id": "ENSP00000556464.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886405.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886406.1",
"protein_id": "ENSP00000556465.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886406.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886407.1",
"protein_id": "ENSP00000556466.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886407.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886371.1",
"protein_id": "ENSP00000556430.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 482,
"cds_start": 788,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886371.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000926102.1",
"protein_id": "ENSP00000596161.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 482,
"cds_start": 788,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926102.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886374.1",
"protein_id": "ENSP00000556433.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 481,
"cds_start": 788,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886374.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886385.1",
"protein_id": "ENSP00000556444.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 468,
"cds_start": 788,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886385.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886389.1",
"protein_id": "ENSP00000556448.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 468,
"cds_start": 788,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886389.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.956G>T",
"hgvs_p": "p.Arg319Leu",
"transcript": "ENST00000926099.1",
"protein_id": "ENSP00000596158.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 459,
"cds_start": 956,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926099.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.692G>T",
"hgvs_p": "p.Arg231Leu",
"transcript": "ENST00000886396.1",
"protein_id": "ENSP00000556455.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 451,
"cds_start": 692,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886396.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "NM_148918.3",
"protein_id": "NP_683718.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_148918.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886364.1",
"protein_id": "ENSP00000556423.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886364.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886365.1",
"protein_id": "ENSP00000556424.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886365.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886367.1",
"protein_id": "ENSP00000556426.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886367.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886372.1",
"protein_id": "ENSP00000556431.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886372.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886380.1",
"protein_id": "ENSP00000556439.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886380.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886383.1",
"protein_id": "ENSP00000556442.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886383.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886393.1",
"protein_id": "ENSP00000556452.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886393.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886404.1",
"protein_id": "ENSP00000556463.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886404.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000926104.1",
"protein_id": "ENSP00000596163.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926104.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000951862.1",
"protein_id": "ENSP00000621921.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951862.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886377.1",
"protein_id": "ENSP00000556436.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 442,
"cds_start": 788,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886377.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886394.1",
"protein_id": "ENSP00000556453.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 442,
"cds_start": 788,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886394.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000926100.1",
"protein_id": "ENSP00000596159.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 442,
"cds_start": 788,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926100.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000951859.1",
"protein_id": "ENSP00000621918.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 442,
"cds_start": 788,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951859.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886370.1",
"protein_id": "ENSP00000556429.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 429,
"cds_start": 788,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886370.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.623G>T",
"hgvs_p": "p.Arg208Leu",
"transcript": "ENST00000951861.1",
"protein_id": "ENSP00000621920.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 428,
"cds_start": 623,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951861.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.692G>T",
"hgvs_p": "p.Arg231Leu",
"transcript": "ENST00000886373.1",
"protein_id": "ENSP00000556432.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 412,
"cds_start": 692,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886373.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886361.1",
"protein_id": "ENSP00000556420.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886361.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886366.1",
"protein_id": "ENSP00000556425.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886366.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886369.1",
"protein_id": "ENSP00000556428.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886369.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886378.1",
"protein_id": "ENSP00000556437.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886378.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886399.1",
"protein_id": "ENSP00000556458.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886399.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000951860.1",
"protein_id": "ENSP00000621919.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951860.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886387.1",
"protein_id": "ENSP00000556446.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 401,
"cds_start": 788,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886387.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.623G>T",
"hgvs_p": "p.Arg208Leu",
"transcript": "ENST00000886386.1",
"protein_id": "ENSP00000556445.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 389,
"cds_start": 623,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886386.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "ENST00000886376.1",
"protein_id": "ENSP00000556435.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 364,
"cds_start": 788,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886376.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "NM_001281786.2",
"protein_id": "NP_001268715.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 345,
"cds_start": 374,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281786.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.365G>T",
"hgvs_p": "p.Arg122Leu",
"transcript": "ENST00000886388.1",
"protein_id": "ENSP00000556447.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 262,
"cds_start": 365,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886388.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "XM_005256767.4",
"protein_id": "XP_005256824.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256767.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "XM_017024957.2",
"protein_id": "XP_016880446.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 483,
"cds_start": 788,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024957.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "XM_017024958.2",
"protein_id": "XP_016880447.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024958.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "XM_047436545.1",
"protein_id": "XP_047292501.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 444,
"cds_start": 788,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436545.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "XM_011523992.4",
"protein_id": "XP_011522294.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523992.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu",
"transcript": "XM_024450887.2",
"protein_id": "XP_024306655.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 403,
"cds_start": 788,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450887.2"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "n.*285G>T",
"hgvs_p": null,
"transcript": "ENST00000580002.5",
"protein_id": "ENSP00000462043.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000580002.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"hgvs_c": "n.*285G>T",
"hgvs_p": null,
"transcript": "ENST00000580002.5",
"protein_id": "ENSP00000462043.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000580002.5"
}
],
"gene_symbol": "SHMT1",
"gene_hgnc_id": 10850,
"dbsnp": "rs761337992",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9436743855476379,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.755,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9897,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.773,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_004169.5",
"gene_symbol": "SHMT1",
"hgnc_id": 10850,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.788G>T",
"hgvs_p": "p.Arg263Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}