← 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: 14-65471171-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=65471171&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 65471171,
"ref": "C",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000673929.1",
"consequences": [
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "NM_001371533.1",
"protein_id": "NP_001358462.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4249,
"mane_select": "ENST00000673929.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000673929.1",
"protein_id": "ENSP00000501213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4249,
"mane_select": "NM_001371533.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000360689.9",
"protein_id": "ENSP00000353910.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+59178C>A",
"hgvs_p": null,
"transcript": "ENST00000394586.6",
"protein_id": "ENSP00000378087.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-287+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000358307.6",
"protein_id": "ENSP00000351057.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": -4,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "n.-228+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000342677.10",
"protein_id": "ENSP00000345865.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR625",
"gene_hgnc_id": 32881,
"hgvs_c": "n.70C>A",
"hgvs_p": null,
"transcript": "ENST00000385047.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 85,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR625",
"gene_hgnc_id": 32881,
"hgvs_c": "n.70C>A",
"hgvs_p": null,
"transcript": "NR_030355.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 85,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR625",
"gene_hgnc_id": 32881,
"hgvs_c": "n.19C>A",
"hgvs_p": null,
"transcript": "unassigned_transcript_2337",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 22,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-8841C>A",
"hgvs_p": null,
"transcript": "XM_047431180.1",
"protein_id": "XP_047287136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "NM_001371536.1",
"protein_id": "NP_001358465.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "NM_001371534.1",
"protein_id": "NP_001358463.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "NM_178155.3",
"protein_id": "NP_835368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+59178C>A",
"hgvs_p": null,
"transcript": "NM_178156.2",
"protein_id": "NP_835369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000674118.1",
"protein_id": "ENSP00000501008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-287+15453C>A",
"hgvs_p": null,
"transcript": "NM_004480.4",
"protein_id": "NP_004471.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-287+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000557164.5",
"protein_id": "ENSP00000452433.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-305-8536C>A",
"hgvs_p": null,
"transcript": "ENST00000557338.5",
"protein_id": "ENSP00000452105.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 49,
"cds_start": -4,
"cds_end": null,
"cds_length": 152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+57957C>A",
"hgvs_p": null,
"transcript": "ENST00000554610.1",
"protein_id": "ENSP00000452309.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 43,
"cds_start": -4,
"cds_end": null,
"cds_length": 134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-305-8536C>A",
"hgvs_p": null,
"transcript": "ENST00000555559.5",
"protein_id": "ENSP00000451689.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 39,
"cds_start": -4,
"cds_end": null,
"cds_length": 122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000556518.5",
"protein_id": "ENSP00000452597.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 28,
"cds_start": -4,
"cds_end": null,
"cds_length": 89,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-374+15453C>A",
"hgvs_p": null,
"transcript": "ENST00000553924.5",
"protein_id": "ENSP00000451577.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 14,
"cds_start": -4,
"cds_end": null,
"cds_length": 47,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "n.1500+15453C>A",
"hgvs_p": null,
"transcript": "NR_038167.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+59178C>A",
"hgvs_p": null,
"transcript": "XM_017021138.2",
"protein_id": "XP_016876627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+10020C>A",
"hgvs_p": null,
"transcript": "XM_047431177.1",
"protein_id": "XP_047287133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+10020C>A",
"hgvs_p": null,
"transcript": "XM_047431178.1",
"protein_id": "XP_047287134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+10020C>A",
"hgvs_p": null,
"transcript": "XM_047431179.1",
"protein_id": "XP_047287135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"hgvs_c": "c.-228+10020C>A",
"hgvs_p": null,
"transcript": "XM_047431181.1",
"protein_id": "XP_047287137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": -4,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR625",
"gene_hgnc_id": 32881,
"hgvs_c": "n.*35C>A",
"hgvs_p": null,
"transcript": "unassigned_transcript_2336",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 21,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FUT8",
"gene_hgnc_id": 4019,
"dbsnp": "rs12894182",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.272,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -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": "ENST00000673929.1",
"gene_symbol": "FUT8",
"hgnc_id": 4019,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-228+15453C>A",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_030355.1",
"gene_symbol": "MIR625",
"hgnc_id": 32881,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.70C>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
}