← 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: X-47566721-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=47566721&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ARAF",
"hgnc_id": 646,
"hgvs_c": "c.649T>A",
"hgvs_p": "p.Ser217Thr",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001256196.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.8705,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.01,
"chr": "X",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.5592733025550842,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2378,
"cdna_start": 746,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001654.5",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000377045.9",
"protein_coding": true,
"protein_id": "NP_001645.1",
"strand": true,
"transcript": "NM_001654.5",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2378,
"cdna_start": 746,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000377045.9",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001654.5",
"protein_coding": true,
"protein_id": "ENSP00000366244.4",
"strand": true,
"transcript": "ENST00000377045.9",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 621,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2428,
"cdna_start": 753,
"cds_end": null,
"cds_length": 1866,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895646.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565705.1",
"strand": true,
"transcript": "ENST00000895646.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 617,
"aa_ref": "S",
"aa_start": 225,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2401,
"cdna_start": 777,
"cds_end": null,
"cds_length": 1854,
"cds_start": 673,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895654.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.673T>A",
"hgvs_p": "p.Ser225Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565713.1",
"strand": true,
"transcript": "ENST00000895654.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 616,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2417,
"cdna_start": 755,
"cds_end": null,
"cds_length": 1851,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895644.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565703.1",
"strand": true,
"transcript": "ENST00000895644.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 616,
"aa_ref": "S",
"aa_start": 224,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2381,
"cdna_start": 751,
"cds_end": null,
"cds_length": 1851,
"cds_start": 670,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895655.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.670T>A",
"hgvs_p": "p.Ser224Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565714.1",
"strand": true,
"transcript": "ENST00000895655.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 612,
"aa_ref": "S",
"aa_start": 220,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2396,
"cdna_start": 766,
"cds_end": null,
"cds_length": 1839,
"cds_start": 658,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895648.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.658T>A",
"hgvs_p": "p.Ser220Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565707.1",
"strand": true,
"transcript": "ENST00000895648.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 611,
"aa_ref": "S",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2424,
"cdna_start": 781,
"cds_end": null,
"cds_length": 1836,
"cds_start": 655,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895640.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.655T>A",
"hgvs_p": "p.Ser219Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565699.1",
"strand": true,
"transcript": "ENST00000895640.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 611,
"aa_ref": "S",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2464,
"cdna_start": 840,
"cds_end": null,
"cds_length": 1836,
"cds_start": 655,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000895653.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.655T>A",
"hgvs_p": "p.Ser219Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565712.1",
"strand": true,
"transcript": "ENST00000895653.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 611,
"aa_ref": "S",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2619,
"cdna_start": 987,
"cds_end": null,
"cds_length": 1836,
"cds_start": 655,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000914657.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.655T>A",
"hgvs_p": "p.Ser219Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584716.1",
"strand": true,
"transcript": "ENST00000914657.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 611,
"aa_ref": "S",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3998,
"cdna_start": 2383,
"cds_end": null,
"cds_length": 1836,
"cds_start": 655,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000914659.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.655T>A",
"hgvs_p": "p.Ser219Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584718.1",
"strand": true,
"transcript": "ENST00000914659.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 609,
"aa_ref": "S",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2387,
"cdna_start": 755,
"cds_end": null,
"cds_length": 1830,
"cds_start": 649,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001256196.2",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.649T>A",
"hgvs_p": "p.Ser217Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001243125.1",
"strand": true,
"transcript": "NM_001256196.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 609,
"aa_ref": "S",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2421,
"cdna_start": 778,
"cds_end": null,
"cds_length": 1830,
"cds_start": 649,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895639.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.649T>A",
"hgvs_p": "p.Ser217Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565698.1",
"strand": true,
"transcript": "ENST00000895639.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2494,
"cdna_start": 850,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000895638.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565697.1",
"strand": true,
"transcript": "ENST00000895638.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2619,
"cdna_start": 976,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895642.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565701.1",
"strand": true,
"transcript": "ENST00000895642.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2547,
"cdna_start": 917,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895650.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565709.1",
"strand": true,
"transcript": "ENST00000895650.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2368,
"cdna_start": 742,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895651.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565710.1",
"strand": true,
"transcript": "ENST00000895651.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3206,
"cdna_start": 1582,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000895656.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565715.1",
"strand": true,
"transcript": "ENST00000895656.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2418,
"cdna_start": 787,
"cds_end": null,
"cds_length": 1821,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000914658.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584717.1",
"strand": true,
"transcript": "ENST00000914658.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 605,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2396,
"cdna_start": 766,
"cds_end": null,
"cds_length": 1818,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895641.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565700.1",
"strand": true,
"transcript": "ENST00000895641.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 605,
"aa_ref": "S",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2376,
"cdna_start": 744,
"cds_end": null,
"cds_length": 1818,
"cds_start": 637,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895647.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.637T>A",
"hgvs_p": "p.Ser213Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565706.1",
"strand": true,
"transcript": "ENST00000895647.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 605,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2466,
"cdna_start": 824,
"cds_end": null,
"cds_length": 1818,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000914656.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584715.1",
"strand": true,
"transcript": "ENST00000914656.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 604,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2367,
"cdna_start": 744,
"cds_end": null,
"cds_length": 1815,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000951038.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000621097.1",
"strand": true,
"transcript": "ENST00000951038.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 602,
"aa_ref": "S",
"aa_start": 210,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2357,
"cdna_start": 733,
"cds_end": null,
"cds_length": 1809,
"cds_start": 628,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895652.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.628T>A",
"hgvs_p": "p.Ser210Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565711.1",
"strand": true,
"transcript": "ENST00000895652.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 602,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2373,
"cdna_start": 744,
"cds_end": null,
"cds_length": 1809,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000951036.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000621095.1",
"strand": true,
"transcript": "ENST00000951036.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 598,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2364,
"cdna_start": 757,
"cds_end": null,
"cds_length": 1797,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895643.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565702.1",
"strand": true,
"transcript": "ENST00000895643.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 575,
"aa_ref": "S",
"aa_start": 183,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2295,
"cdna_start": 652,
"cds_end": null,
"cds_length": 1728,
"cds_start": 547,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000914655.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.547T>A",
"hgvs_p": "p.Ser183Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584714.1",
"strand": true,
"transcript": "ENST00000914655.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 561,
"aa_ref": "S",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2240,
"cdna_start": 756,
"cds_end": null,
"cds_length": 1686,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000895649.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.640T>A",
"hgvs_p": "p.Ser214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565708.1",
"strand": true,
"transcript": "ENST00000895649.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 546,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2206,
"cdna_start": null,
"cds_end": null,
"cds_length": 1641,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000895645.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.590+50T>A",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000565704.1",
"strand": true,
"transcript": "ENST00000895645.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 491,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2028,
"cdna_start": null,
"cds_end": null,
"cds_length": 1476,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000951037.1",
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"hgvs_c": "c.558-163T>A",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000621096.1",
"strand": true,
"transcript": "ENST00000951037.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1057519876",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 646,
"gene_symbol": "ARAF",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.018,
"pos": 47566721,
"ref": "T",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.558,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_001256196.2"
}
]
}