← 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: 12-57516549-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=57516549&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 57516549,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000262027.10",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.2671C>T",
"hgvs_p": "p.Pro891Ser",
"transcript": "NM_004990.4",
"protein_id": "NP_004981.2",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 900,
"cds_start": 2671,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 2694,
"cdna_end": null,
"cdna_length": 2797,
"mane_select": "ENST00000262027.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.2671C>T",
"hgvs_p": "p.Pro891Ser",
"transcript": "ENST00000262027.10",
"protein_id": "ENSP00000262027.5",
"transcript_support_level": 1,
"aa_start": 891,
"aa_end": null,
"aa_length": 900,
"cds_start": 2671,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 2694,
"cdna_end": null,
"cdna_length": 2797,
"mane_select": "NM_004990.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.628C>T",
"hgvs_p": "p.Pro210Ser",
"transcript": "ENST00000552914.5",
"protein_id": "ENSP00000449787.1",
"transcript_support_level": 3,
"aa_start": 210,
"aa_end": null,
"aa_length": 219,
"cds_start": 628,
"cds_end": null,
"cds_length": 660,
"cdna_start": 628,
"cdna_end": null,
"cdna_length": 734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.1969C>T",
"hgvs_p": "p.Pro657Ser",
"transcript": "XM_047428851.1",
"protein_id": "XP_047284807.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 666,
"cds_start": 1969,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 2249,
"cdna_end": null,
"cdna_length": 2352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*963C>T",
"hgvs_p": null,
"transcript": "ENST00000537638.6",
"protein_id": "ENSP00000446168.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*2425C>T",
"hgvs_p": null,
"transcript": "ENST00000545888.6",
"protein_id": "ENSP00000439307.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*228C>T",
"hgvs_p": null,
"transcript": "ENST00000551172.1",
"protein_id": "ENSP00000448378.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*210C>T",
"hgvs_p": null,
"transcript": "ENST00000552499.5",
"protein_id": "ENSP00000447335.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.*206C>T",
"hgvs_p": null,
"transcript": "ENST00000547665.5",
"protein_id": "ENSP00000448910.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 118,
"cds_start": -4,
"cds_end": null,
"cds_length": 357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.*2172C>T",
"hgvs_p": null,
"transcript": "ENST00000628866.2",
"protein_id": "ENSP00000486738.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 95,
"cds_start": -4,
"cds_end": null,
"cds_length": 288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "c.*11C>T",
"hgvs_p": null,
"transcript": "ENST00000548944.1",
"protein_id": "ENSP00000449071.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 58,
"cds_start": -4,
"cds_end": null,
"cds_length": 177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*963C>T",
"hgvs_p": null,
"transcript": "ENST00000537638.6",
"protein_id": "ENSP00000446168.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*2425C>T",
"hgvs_p": null,
"transcript": "ENST00000545888.6",
"protein_id": "ENSP00000439307.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*228C>T",
"hgvs_p": null,
"transcript": "ENST00000551172.1",
"protein_id": "ENSP00000448378.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"hgvs_c": "n.*210C>T",
"hgvs_p": null,
"transcript": "ENST00000552499.5",
"protein_id": "ENSP00000447335.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_004083.6",
"protein_id": "NP_004074.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": -4,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 903,
"mane_select": "ENST00000346473.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "ENST00000346473.8",
"protein_id": "ENSP00000340671.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": -4,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 903,
"mane_select": "NM_004083.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "ENST00000551116.5",
"protein_id": "ENSP00000448665.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_001195053.1",
"protein_id": "NP_001181982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_001195054.1",
"protein_id": "NP_001181983.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_001195055.1",
"protein_id": "NP_001181984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 992,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_001195056.1",
"protein_id": "NP_001181985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_001195057.1",
"protein_id": "NP_001181986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": -4,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_001413641.1",
"protein_id": "NP_001400570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": -4,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "NM_001413642.1",
"protein_id": "NP_001400571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": -4,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "ENST00000547303.5",
"protein_id": "ENSP00000447188.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": -4,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "c.*260G>A",
"hgvs_p": null,
"transcript": "ENST00000623876.2",
"protein_id": "ENSP00000494844.1",
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": -4,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDIT3",
"gene_hgnc_id": 2726,
"hgvs_c": "n.*44G>A",
"hgvs_p": null,
"transcript": "NR_182182.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MARS1",
"gene_hgnc_id": 6898,
"dbsnp": "rs35843015",
"frequency_reference_population": 0.00011646021,
"hom_count_reference_population": 0,
"allele_count_reference_population": 186,
"gnomad_exomes_af": 0.0000657503,
"gnomad_genomes_af": 0.000597693,
"gnomad_exomes_ac": 95,
"gnomad_genomes_ac": 91,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.013292580842971802,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.023,
"revel_prediction": "Benign",
"alphamissense_score": 0.0829,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.959,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000262027.10",
"gene_symbol": "MARS1",
"hgnc_id": 6898,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD,AR",
"hgvs_c": "c.2671C>T",
"hgvs_p": "p.Pro891Ser"
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000346473.8",
"gene_symbol": "DDIT3",
"hgnc_id": 2726,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*260G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease axonal type 2U,MARS1-related disorder,Severe early-onset pulmonary alveolar proteinosis due to MARS deficiency,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:3 LB:2",
"phenotype_combined": "Charcot-Marie-Tooth disease axonal type 2U;Severe early-onset pulmonary alveolar proteinosis due to MARS deficiency|not specified|not provided|MARS1-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}