← 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: 10-93680529-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=93680529&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 93680529,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_145246.5",
"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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "NM_145246.5",
"protein_id": "NP_660289.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000359204.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145246.5"
},
{
"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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000359204.5",
"protein_id": "ENSP00000360488.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_145246.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359204.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.790+951T>C",
"hgvs_p": null,
"transcript": "ENST00000959343.1",
"protein_id": "ENSP00000629402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 316,
"cds_start": null,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959343.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "NM_001347712.2",
"protein_id": "NP_001334641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "NM_001347712.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "NM_001347713.2",
"protein_id": "NP_001334642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "NM_001347713.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "NM_001347714.2",
"protein_id": "NP_001334643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "NM_001347714.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "NM_001347715.2",
"protein_id": "NP_001334644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "NM_001347715.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905754.1",
"protein_id": "ENSP00000575813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000905754.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905755.1",
"protein_id": "ENSP00000575814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000905755.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905756.1",
"protein_id": "ENSP00000575815.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000905756.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905758.1",
"protein_id": "ENSP00000575817.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000905758.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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905759.1",
"protein_id": "ENSP00000575818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000905759.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905760.1",
"protein_id": "ENSP00000575819.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000905760.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905762.1",
"protein_id": "ENSP00000575821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000905762.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920719.1",
"protein_id": "ENSP00000590778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000920719.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920721.1",
"protein_id": "ENSP00000590780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000920721.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920724.1",
"protein_id": "ENSP00000590783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000920724.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000959338.1",
"protein_id": "ENSP00000629397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000959338.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": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000959341.1",
"protein_id": "ENSP00000629400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000959341.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.787+951T>C",
"hgvs_p": null,
"transcript": "ENST00000959342.1",
"protein_id": "ENSP00000629401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": "ENST00000959342.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.784+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905757.1",
"protein_id": "ENSP00000575816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": null,
"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": "ENST00000905757.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.784+951T>C",
"hgvs_p": null,
"transcript": "ENST00000959337.1",
"protein_id": "ENSP00000629396.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": null,
"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": "ENST00000959337.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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.703+951T>C",
"hgvs_p": null,
"transcript": "ENST00000959340.1",
"protein_id": "ENSP00000629399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 287,
"cds_start": null,
"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": "ENST00000959340.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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.691+951T>C",
"hgvs_p": null,
"transcript": "ENST00000905761.1",
"protein_id": "ENSP00000575820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 283,
"cds_start": null,
"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": "ENST00000905761.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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.691+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920726.1",
"protein_id": "ENSP00000590785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 283,
"cds_start": null,
"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": "ENST00000920726.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.626-3838T>C",
"hgvs_p": null,
"transcript": "ENST00000959339.1",
"protein_id": "ENSP00000629398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 261,
"cds_start": null,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959339.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.499+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920723.1",
"protein_id": "ENSP00000590782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920723.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.499+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920725.1",
"protein_id": "ENSP00000590784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920725.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.355+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920720.1",
"protein_id": "ENSP00000590779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920720.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "c.355+951T>C",
"hgvs_p": null,
"transcript": "ENST00000920722.1",
"protein_id": "ENSP00000590781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920722.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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"hgvs_c": "n.920+951T>C",
"hgvs_p": null,
"transcript": "NR_144635.2",
"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_144635.2"
}
],
"gene_symbol": "FRA10AC1",
"gene_hgnc_id": 1162,
"dbsnp": "rs10509663",
"frequency_reference_population": 0.10898076,
"hom_count_reference_population": 1422,
"allele_count_reference_population": 16586,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.108981,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 16586,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 1422,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"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.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.062,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_145246.5",
"gene_symbol": "FRA10AC1",
"hgnc_id": 1162,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.787+951T>C",
"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
}