← 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: 7-899208-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=899208&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 899208,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001284308.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.921G>A",
"hgvs_p": "p.Thr307Thr",
"transcript": "NM_006869.4",
"protein_id": "NP_006860.2",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 374,
"cds_start": 921,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265846.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006869.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.921G>A",
"hgvs_p": "p.Thr307Thr",
"transcript": "ENST00000265846.10",
"protein_id": "ENSP00000265846.5",
"transcript_support_level": 1,
"aa_start": 307,
"aa_end": null,
"aa_length": 374,
"cds_start": 921,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006869.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265846.10"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.954G>A",
"hgvs_p": "p.Thr318Thr",
"transcript": "NM_001284308.2",
"protein_id": "NP_001271237.2",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 385,
"cds_start": 954,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284308.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.954G>A",
"hgvs_p": "p.Thr318Thr",
"transcript": "ENST00000539900.5",
"protein_id": "ENSP00000442682.1",
"transcript_support_level": 2,
"aa_start": 318,
"aa_end": null,
"aa_length": 385,
"cds_start": 954,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539900.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.939G>A",
"hgvs_p": "p.Thr313Thr",
"transcript": "ENST00000943017.1",
"protein_id": "ENSP00000613076.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 380,
"cds_start": 939,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943017.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.939G>A",
"hgvs_p": "p.Thr313Thr",
"transcript": "ENST00000943018.1",
"protein_id": "ENSP00000613077.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 380,
"cds_start": 939,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943018.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.918G>A",
"hgvs_p": "p.Thr306Thr",
"transcript": "ENST00000649206.1",
"protein_id": "ENSP00000497220.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 373,
"cds_start": 918,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649206.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.867G>A",
"hgvs_p": "p.Thr289Thr",
"transcript": "ENST00000446141.5",
"protein_id": "ENSP00000414436.1",
"transcript_support_level": 2,
"aa_start": 289,
"aa_end": null,
"aa_length": 356,
"cds_start": 867,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446141.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.867G>A",
"hgvs_p": "p.Thr289Thr",
"transcript": "ENST00000943015.1",
"protein_id": "ENSP00000613074.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 356,
"cds_start": 867,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943015.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.867G>A",
"hgvs_p": "p.Thr289Thr",
"transcript": "ENST00000943016.1",
"protein_id": "ENSP00000613075.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 356,
"cds_start": 867,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943016.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.858G>A",
"hgvs_p": "p.Thr286Thr",
"transcript": "ENST00000943014.1",
"protein_id": "ENSP00000613073.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 353,
"cds_start": 858,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943014.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.774G>A",
"hgvs_p": "p.Thr258Thr",
"transcript": "ENST00000943019.1",
"protein_id": "ENSP00000613078.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 325,
"cds_start": 774,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943019.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.705G>A",
"hgvs_p": "p.Thr235Thr",
"transcript": "NM_001284309.2",
"protein_id": "NP_001271238.2",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 302,
"cds_start": 705,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284309.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.705G>A",
"hgvs_p": "p.Thr235Thr",
"transcript": "NM_001284310.2",
"protein_id": "NP_001271239.2",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 302,
"cds_start": 705,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284310.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.705G>A",
"hgvs_p": "p.Thr235Thr",
"transcript": "ENST00000449296.6",
"protein_id": "ENSP00000407267.2",
"transcript_support_level": 2,
"aa_start": 235,
"aa_end": null,
"aa_length": 302,
"cds_start": 705,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449296.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.705G>A",
"hgvs_p": "p.Thr235Thr",
"transcript": "ENST00000611167.4",
"protein_id": "ENSP00000481154.1",
"transcript_support_level": 5,
"aa_start": 235,
"aa_end": null,
"aa_length": 302,
"cds_start": 705,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611167.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.636G>A",
"hgvs_p": "p.Thr212Thr",
"transcript": "NM_001284311.2",
"protein_id": "NP_001271240.2",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 279,
"cds_start": 636,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284311.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.636G>A",
"hgvs_p": "p.Thr212Thr",
"transcript": "ENST00000617043.4",
"protein_id": "ENSP00000478011.1",
"transcript_support_level": 2,
"aa_start": 212,
"aa_end": null,
"aa_length": 279,
"cds_start": 636,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617043.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Thr205Thr",
"transcript": "ENST00000876359.1",
"protein_id": "ENSP00000546418.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 272,
"cds_start": 615,
"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": "ENST00000876359.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "c.534G>A",
"hgvs_p": "p.Thr178Thr",
"transcript": "ENST00000453175.6",
"protein_id": "ENSP00000409129.2",
"transcript_support_level": 5,
"aa_start": 178,
"aa_end": null,
"aa_length": 245,
"cds_start": 534,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453175.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COX19",
"gene_hgnc_id": 28074,
"hgvs_c": "n.*664G>A",
"hgvs_p": null,
"transcript": "ENST00000457254.5",
"protein_id": "ENSP00000413423.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": "ENST00000457254.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "n.977G>A",
"hgvs_p": null,
"transcript": "ENST00000478000.5",
"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": "ENST00000478000.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"hgvs_c": "n.1056G>A",
"hgvs_p": null,
"transcript": "ENST00000495809.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000495809.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COX19",
"gene_hgnc_id": 28074,
"hgvs_c": "n.*664G>A",
"hgvs_p": null,
"transcript": "ENST00000457254.5",
"protein_id": "ENSP00000413423.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": "ENST00000457254.5"
}
],
"gene_symbol": "ADAP1",
"gene_hgnc_id": 16486,
"dbsnp": "rs61995731",
"frequency_reference_population": 0.0050358046,
"hom_count_reference_population": 343,
"allele_count_reference_population": 8121,
"gnomad_exomes_af": 0.00280553,
"gnomad_genomes_af": 0.0264177,
"gnomad_exomes_ac": 4097,
"gnomad_genomes_ac": 4024,
"gnomad_exomes_homalt": 169,
"gnomad_genomes_homalt": 174,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.054999999701976776,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.055,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.079,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001284308.2",
"gene_symbol": "ADAP1",
"hgnc_id": 16486,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.954G>A",
"hgvs_p": "p.Thr318Thr"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000457254.5",
"gene_symbol": "COX19",
"hgnc_id": 28074,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*664G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}