← 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: 18-70004252-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=70004252&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 70004252,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_173630.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6596-16T>A",
"hgvs_p": null,
"transcript": "NM_173630.4",
"protein_id": "NP_775901.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2226,
"cds_start": null,
"cds_end": null,
"cds_length": 6681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000640769.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173630.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6596-16T>A",
"hgvs_p": null,
"transcript": "ENST00000640769.2",
"protein_id": "ENSP00000491507.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 2226,
"cds_start": null,
"cds_end": null,
"cds_length": 6681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173630.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640769.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 47,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*4910-16T>A",
"hgvs_p": null,
"transcript": "ENST00000581161.5",
"protein_id": "ENSP00000462926.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000581161.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*3836-16T>A",
"hgvs_p": null,
"transcript": "ENST00000583043.5",
"protein_id": "ENSP00000462733.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000583043.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6617-16T>A",
"hgvs_p": null,
"transcript": "ENST00000917940.1",
"protein_id": "ENSP00000587999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2233,
"cds_start": null,
"cds_end": null,
"cds_length": 6702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917940.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6599-16T>A",
"hgvs_p": null,
"transcript": "ENST00000917941.1",
"protein_id": "ENSP00000588000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2227,
"cds_start": null,
"cds_end": null,
"cds_length": 6684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917941.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6596-84T>A",
"hgvs_p": null,
"transcript": "ENST00000255674.11",
"protein_id": "ENSP00000255674.7",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2200,
"cds_start": null,
"cds_end": null,
"cds_length": 6603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000255674.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.3995-16T>A",
"hgvs_p": null,
"transcript": "ENST00000677824.1",
"protein_id": "ENSP00000504646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1359,
"cds_start": null,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677824.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 47,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.3860-16T>A",
"hgvs_p": null,
"transcript": "NM_001318520.2",
"protein_id": "NP_001305449.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1314,
"cds_start": null,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318520.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.1103-16T>A",
"hgvs_p": null,
"transcript": "ENST00000578780.2",
"protein_id": "ENSP00000462675.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 395,
"cds_start": null,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000578780.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6599-16T>A",
"hgvs_p": null,
"transcript": "XM_006722434.4",
"protein_id": "XP_006722497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2227,
"cds_start": null,
"cds_end": null,
"cds_length": 6684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722434.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 47,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6359-16T>A",
"hgvs_p": null,
"transcript": "XM_011525902.3",
"protein_id": "XP_011524204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2147,
"cds_start": null,
"cds_end": null,
"cds_length": 6444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525902.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 47,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6356-16T>A",
"hgvs_p": null,
"transcript": "XM_017025693.2",
"protein_id": "XP_016881182.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2146,
"cds_start": null,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025693.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 46,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6170-16T>A",
"hgvs_p": null,
"transcript": "XM_011525903.3",
"protein_id": "XP_011524205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2084,
"cds_start": null,
"cds_end": null,
"cds_length": 6255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525903.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 46,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.6167-16T>A",
"hgvs_p": null,
"transcript": "XM_047437468.1",
"protein_id": "XP_047293424.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2083,
"cds_start": null,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437468.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 45,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.5957-16T>A",
"hgvs_p": null,
"transcript": "XM_017025694.2",
"protein_id": "XP_016881183.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2013,
"cds_start": null,
"cds_end": null,
"cds_length": 6042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025694.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 41,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.5534-16T>A",
"hgvs_p": null,
"transcript": "XM_017025695.2",
"protein_id": "XP_016881184.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1872,
"cds_start": null,
"cds_end": null,
"cds_length": 5619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025695.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.5099-16T>A",
"hgvs_p": null,
"transcript": "XM_011525906.3",
"protein_id": "XP_011524208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1727,
"cds_start": null,
"cds_end": null,
"cds_length": 5184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525906.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.3395-16T>A",
"hgvs_p": null,
"transcript": "XM_047437471.1",
"protein_id": "XP_047293427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1159,
"cds_start": null,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*1720-16T>A",
"hgvs_p": null,
"transcript": "ENST00000579986.6",
"protein_id": "ENSP00000491518.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000579986.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.3527-16T>A",
"hgvs_p": null,
"transcript": "ENST00000638799.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000638799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.4170-16T>A",
"hgvs_p": null,
"transcript": "ENST00000639128.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000639128.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*1566-16T>A",
"hgvs_p": null,
"transcript": "ENST00000639487.1",
"protein_id": "ENSP00000492443.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000639487.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.1730-16T>A",
"hgvs_p": null,
"transcript": "ENST00000640525.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000640525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*2446-16T>A",
"hgvs_p": null,
"transcript": "ENST00000679113.1",
"protein_id": "ENSP00000504487.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679113.1"
}
],
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"dbsnp": "rs1426216310",
"frequency_reference_population": 7.0149645e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.01496e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.18000000715255737,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.347,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.18,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_173630.4",
"gene_symbol": "RTTN",
"hgnc_id": 18654,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6596-16T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}