← 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: 22-45332489-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=45332489&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 45332489,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001349916.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "NM_017911.4",
"protein_id": "NP_060381.2",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000441876.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017911.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000441876.7",
"protein_id": "ENSP00000395892.2",
"transcript_support_level": 1,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017911.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441876.7"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.758G>T",
"hgvs_p": "p.Arg253Leu",
"transcript": "NM_001349916.2",
"protein_id": "NP_001336845.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 371,
"cds_start": 758,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349916.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.719G>T",
"hgvs_p": "p.Arg240Leu",
"transcript": "NM_001349914.2",
"protein_id": "NP_001336843.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 358,
"cds_start": 719,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349914.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.719G>T",
"hgvs_p": "p.Arg240Leu",
"transcript": "ENST00000894424.1",
"protein_id": "ENSP00000564483.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 358,
"cds_start": 719,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894424.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.719G>T",
"hgvs_p": "p.Arg240Leu",
"transcript": "ENST00000894426.1",
"protein_id": "ENSP00000564485.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 358,
"cds_start": 719,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894426.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.719G>T",
"hgvs_p": "p.Arg240Leu",
"transcript": "ENST00000951640.1",
"protein_id": "ENSP00000621699.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 358,
"cds_start": 719,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951640.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.719G>T",
"hgvs_p": "p.Arg240Leu",
"transcript": "ENST00000951649.1",
"protein_id": "ENSP00000621708.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 358,
"cds_start": 719,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951649.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "NM_001104595.2",
"protein_id": "NP_001098065.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001104595.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "NM_001349913.2",
"protein_id": "NP_001336842.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349913.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000216214.7",
"protein_id": "ENSP00000216214.3",
"transcript_support_level": 2,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216214.7"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000894427.1",
"protein_id": "ENSP00000564486.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894427.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000894428.1",
"protein_id": "ENSP00000564487.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894428.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000915811.1",
"protein_id": "ENSP00000585870.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915811.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000915815.1",
"protein_id": "ENSP00000585874.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915815.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000951641.1",
"protein_id": "ENSP00000621700.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951641.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000951648.1",
"protein_id": "ENSP00000621707.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951648.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000951650.1",
"protein_id": "ENSP00000621709.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951650.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000951651.1",
"protein_id": "ENSP00000621710.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 357,
"cds_start": 716,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951651.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.719G>T",
"hgvs_p": "p.Arg240Leu",
"transcript": "ENST00000951647.1",
"protein_id": "ENSP00000621706.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 347,
"cds_start": 719,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951647.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000915814.1",
"protein_id": "ENSP00000585873.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 346,
"cds_start": 716,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915814.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.683G>T",
"hgvs_p": "p.Arg228Leu",
"transcript": "ENST00000915819.1",
"protein_id": "ENSP00000585878.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 346,
"cds_start": 683,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915819.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.716G>T",
"hgvs_p": "p.Arg239Leu",
"transcript": "ENST00000951645.1",
"protein_id": "ENSP00000621704.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 318,
"cds_start": 716,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951645.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.590G>T",
"hgvs_p": "p.Arg197Leu",
"transcript": "ENST00000951643.1",
"protein_id": "ENSP00000621702.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 315,
"cds_start": 590,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951643.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.587G>T",
"hgvs_p": "p.Arg196Leu",
"transcript": "ENST00000915816.1",
"protein_id": "ENSP00000585875.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 314,
"cds_start": 587,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915816.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.587G>T",
"hgvs_p": "p.Arg196Leu",
"transcript": "ENST00000915818.1",
"protein_id": "ENSP00000585877.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 303,
"cds_start": 587,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915818.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.497G>T",
"hgvs_p": "p.Arg166Leu",
"transcript": "ENST00000915813.1",
"protein_id": "ENSP00000585872.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 284,
"cds_start": 497,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915813.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.494G>T",
"hgvs_p": "p.Arg165Leu",
"transcript": "NM_001349915.2",
"protein_id": "NP_001336844.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 283,
"cds_start": 494,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349915.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.494G>T",
"hgvs_p": "p.Arg165Leu",
"transcript": "ENST00000894423.1",
"protein_id": "ENSP00000564482.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 283,
"cds_start": 494,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894423.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.494G>T",
"hgvs_p": "p.Arg165Leu",
"transcript": "ENST00000915821.1",
"protein_id": "ENSP00000585880.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 283,
"cds_start": 494,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915821.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.494G>T",
"hgvs_p": "p.Arg165Leu",
"transcript": "ENST00000915820.1",
"protein_id": "ENSP00000585879.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 272,
"cds_start": 494,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915820.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.494G>T",
"hgvs_p": "p.Arg165Leu",
"transcript": "ENST00000915822.1",
"protein_id": "ENSP00000585881.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 255,
"cds_start": 494,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915822.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.365G>T",
"hgvs_p": "p.Arg122Leu",
"transcript": "ENST00000915810.1",
"protein_id": "ENSP00000585869.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 240,
"cds_start": 365,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915810.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.365G>T",
"hgvs_p": "p.Arg122Leu",
"transcript": "ENST00000951642.1",
"protein_id": "ENSP00000621701.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 240,
"cds_start": 365,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951642.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.365G>T",
"hgvs_p": "p.Arg122Leu",
"transcript": "ENST00000915812.1",
"protein_id": "ENSP00000585871.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 229,
"cds_start": 365,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915812.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.365G>T",
"hgvs_p": "p.Arg122Leu",
"transcript": "ENST00000951646.1",
"protein_id": "ENSP00000621705.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 229,
"cds_start": 365,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951646.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.368G>T",
"hgvs_p": "p.Arg123Leu",
"transcript": "ENST00000894429.1",
"protein_id": "ENSP00000564488.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 202,
"cds_start": 368,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894429.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.539G>T",
"hgvs_p": "p.Arg180Leu",
"transcript": "XM_017028842.1",
"protein_id": "XP_016884331.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 298,
"cds_start": 539,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028842.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.536G>T",
"hgvs_p": "p.Arg179Leu",
"transcript": "XM_017028843.1",
"protein_id": "XP_016884332.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 297,
"cds_start": 536,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028843.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.539G>T",
"hgvs_p": "p.Arg180Leu",
"transcript": "XM_017028844.1",
"protein_id": "XP_016884333.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 287,
"cds_start": 539,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028844.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.365G>T",
"hgvs_p": "p.Arg122Leu",
"transcript": "XM_047441433.1",
"protein_id": "XP_047297389.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 240,
"cds_start": 365,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441433.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.227G>T",
"hgvs_p": "p.Arg76Leu",
"transcript": "XM_047441437.1",
"protein_id": "XP_047297393.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 194,
"cds_start": 227,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441437.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.801G>T",
"hgvs_p": "p.Ser267Ser",
"transcript": "XM_047441432.1",
"protein_id": "XP_047297388.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 267,
"cds_start": 801,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441432.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.652-47G>T",
"hgvs_p": null,
"transcript": "ENST00000894425.1",
"protein_id": "ENSP00000564484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": null,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894425.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.676+1733G>T",
"hgvs_p": null,
"transcript": "ENST00000951644.1",
"protein_id": "ENSP00000621703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": null,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951644.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "c.454+1733G>T",
"hgvs_p": null,
"transcript": "ENST00000915817.1",
"protein_id": "ENSP00000585876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": null,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915817.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "n.493G>T",
"hgvs_p": null,
"transcript": "ENST00000459849.1",
"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": "ENST00000459849.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "n.509G>T",
"hgvs_p": null,
"transcript": "ENST00000476754.1",
"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": "ENST00000476754.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "n.340G>T",
"hgvs_p": null,
"transcript": "ENST00000487732.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000487732.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "n.1963G>T",
"hgvs_p": null,
"transcript": "NR_146323.1",
"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_146323.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "n.675G>T",
"hgvs_p": null,
"transcript": "XR_007067975.1",
"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": "XR_007067975.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"hgvs_c": "n.675G>T",
"hgvs_p": null,
"transcript": "XR_007067976.1",
"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": "XR_007067976.1"
}
],
"gene_symbol": "FAM118A",
"gene_hgnc_id": 1313,
"dbsnp": "rs6007594",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0.00000136811,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5224360227584839,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.193,
"revel_prediction": "Benign",
"alphamissense_score": 0.4628,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.95,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.06,
"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": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001349916.2",
"gene_symbol": "FAM118A",
"hgnc_id": 1313,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.758G>T",
"hgvs_p": "p.Arg253Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}