← 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: 9-20778632-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=20778632&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 20778632,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_017794.5",
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "NM_001375567.1",
"protein_id": "NP_001362496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5794,
"mane_select": "ENST00000338382.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375567.1"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000338382.11",
"protein_id": "ENSP00000344307.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5794,
"mane_select": "NM_001375567.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000338382.11"
},
{
"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": 46,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000380249.5",
"protein_id": "ENSP00000369599.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380249.5"
},
{
"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": 46,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "NM_017794.5",
"protein_id": "NP_060264.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6091,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017794.5"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894775.1",
"protein_id": "ENSP00000564834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6253,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894775.1"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894776.1",
"protein_id": "ENSP00000564835.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894776.1"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894777.1",
"protein_id": "ENSP00000564836.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894777.1"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000939139.1",
"protein_id": "ENSP00000609198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6493,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939139.1"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000939140.1",
"protein_id": "ENSP00000609199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939140.1"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000964697.1",
"protein_id": "ENSP00000634756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964697.1"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000964698.1",
"protein_id": "ENSP00000634757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6640,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964698.1"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000964699.1",
"protein_id": "ENSP00000634758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964699.1"
},
{
"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": 44,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894779.1",
"protein_id": "ENSP00000564838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1786,
"cds_start": null,
"cds_end": null,
"cds_length": 5361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5978,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894779.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000939141.1",
"protein_id": "ENSP00000609200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1771,
"cds_start": null,
"cds_end": null,
"cds_length": 5316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6031,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939141.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "NM_001375568.1",
"protein_id": "NP_001362497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": null,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375568.1"
},
{
"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": 43,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.802-49A>G",
"hgvs_p": null,
"transcript": "NM_001375570.1",
"protein_id": "NP_001362499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": null,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375570.1"
},
{
"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": 43,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.802-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894780.1",
"protein_id": "ENSP00000564839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": null,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6145,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894780.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894783.1",
"protein_id": "ENSP00000564842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": null,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5688,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894783.1"
},
{
"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": 43,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.802-49A>G",
"hgvs_p": null,
"transcript": "ENST00000939137.1",
"protein_id": "ENSP00000609196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": null,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5797,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939137.1"
},
{
"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": 43,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.802-49A>G",
"hgvs_p": null,
"transcript": "ENST00000939142.1",
"protein_id": "ENSP00000609201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": null,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5727,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939142.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894782.1",
"protein_id": "ENSP00000564841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1758,
"cds_start": null,
"cds_end": null,
"cds_length": 5277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5668,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894782.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000939138.1",
"protein_id": "ENSP00000609197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1758,
"cds_start": null,
"cds_end": null,
"cds_length": 5277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5756,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939138.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000964696.1",
"protein_id": "ENSP00000634755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1758,
"cds_start": null,
"cds_end": null,
"cds_length": 5277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964696.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894784.1",
"protein_id": "ENSP00000564843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1757,
"cds_start": null,
"cds_end": null,
"cds_length": 5274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5652,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894784.1"
},
{
"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": 39,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894785.1",
"protein_id": "ENSP00000564844.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5294,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894785.1"
},
{
"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": 34,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894778.1",
"protein_id": "ENSP00000564837.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1411,
"cds_start": null,
"cds_end": null,
"cds_length": 4236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5103,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894778.1"
},
{
"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": 34,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "ENST00000894781.1",
"protein_id": "ENSP00000564840.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1411,
"cds_start": null,
"cds_end": null,
"cds_length": 4236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894781.1"
},
{
"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": 46,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.1132-49A>G",
"hgvs_p": null,
"transcript": "XM_017014852.2",
"protein_id": "XP_016870341.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1876,
"cds_start": null,
"cds_end": null,
"cds_length": 5631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6749,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014852.2"
},
{
"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": 46,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.1081-49A>G",
"hgvs_p": null,
"transcript": "XM_047423531.1",
"protein_id": "XP_047279487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1859,
"cds_start": null,
"cds_end": null,
"cds_length": 5580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6442,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423531.1"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.1072-49A>G",
"hgvs_p": null,
"transcript": "XM_047423532.1",
"protein_id": "XP_047279488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1856,
"cds_start": null,
"cds_end": null,
"cds_length": 5571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423532.1"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.1051-49A>G",
"hgvs_p": null,
"transcript": "XM_047423533.1",
"protein_id": "XP_047279489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1849,
"cds_start": null,
"cds_end": null,
"cds_length": 5550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6668,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423533.1"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.1006-49A>G",
"hgvs_p": null,
"transcript": "XM_047423536.1",
"protein_id": "XP_047279492.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1834,
"cds_start": null,
"cds_end": null,
"cds_length": 5505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6623,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423536.1"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.988-49A>G",
"hgvs_p": null,
"transcript": "XM_017014855.2",
"protein_id": "XP_016870344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1828,
"cds_start": null,
"cds_end": null,
"cds_length": 5487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5942,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014855.2"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.988-49A>G",
"hgvs_p": null,
"transcript": "XM_017014856.2",
"protein_id": "XP_016870345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1828,
"cds_start": null,
"cds_end": null,
"cds_length": 5487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5875,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014856.2"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.967-49A>G",
"hgvs_p": null,
"transcript": "XM_047423534.1",
"protein_id": "XP_047279490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1821,
"cds_start": null,
"cds_end": null,
"cds_length": 5466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15861,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423534.1"
},
{
"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": 44,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.1072-49A>G",
"hgvs_p": null,
"transcript": "XM_047423535.1",
"protein_id": "XP_047279491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1821,
"cds_start": null,
"cds_end": null,
"cds_length": 5466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15861,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423535.1"
},
{
"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": 44,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "XM_047423537.1",
"protein_id": "XP_047279493.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8961,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423537.1"
},
{
"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": 45,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "XM_047423538.1",
"protein_id": "XP_047279494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5839,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423538.1"
},
{
"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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.907-49A>G",
"hgvs_p": null,
"transcript": "XM_047423539.1",
"protein_id": "XP_047279495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": null,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8856,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423539.1"
},
{
"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": 42,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.802-49A>G",
"hgvs_p": null,
"transcript": "XM_047423540.1",
"protein_id": "XP_047279496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1731,
"cds_start": null,
"cds_end": null,
"cds_length": 5196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5584,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423540.1"
},
{
"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": 41,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.592-49A>G",
"hgvs_p": null,
"transcript": "XM_024447586.2",
"protein_id": "XP_024303354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1696,
"cds_start": null,
"cds_end": null,
"cds_length": 5091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5526,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447586.2"
},
{
"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": 40,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.388-49A>G",
"hgvs_p": null,
"transcript": "XM_017014859.2",
"protein_id": "XP_016870348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1628,
"cds_start": null,
"cds_end": null,
"cds_length": 4887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5512,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014859.2"
}
],
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"dbsnp": "rs7875153",
"frequency_reference_population": 0.8542416,
"hom_count_reference_population": 364082,
"allele_count_reference_population": 850840,
"gnomad_exomes_af": 0.857009,
"gnomad_genomes_af": 0.8389,
"gnomad_exomes_ac": 723141,
"gnomad_genomes_ac": 127699,
"gnomad_exomes_homalt": 310383,
"gnomad_genomes_homalt": 53699,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6800000071525574,
"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.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.082,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_017794.5",
"gene_symbol": "FOCAD",
"hgnc_id": 23377,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.907-49A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}