← 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: 6-31946260-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=31946260&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 31946260,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001710.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "NM_001710.6",
"protein_id": "NP_001701.2",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 764,
"cds_start": 39,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000425368.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001710.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000425368.7",
"protein_id": "ENSP00000416561.2",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 764,
"cds_start": 39,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001710.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425368.7"
},
{
"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": 30,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ENSG00000244255",
"gene_hgnc_id": null,
"hgvs_c": "c.1571-113C>T",
"hgvs_p": null,
"transcript": "ENST00000456570.5",
"protein_id": "ENSP00000410815.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1266,
"cds_start": null,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456570.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885733.1",
"protein_id": "ENSP00000555792.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 813,
"cds_start": 39,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885733.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885731.1",
"protein_id": "ENSP00000555790.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 792,
"cds_start": 39,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885731.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885715.1",
"protein_id": "ENSP00000555774.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 789,
"cds_start": 39,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885715.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885713.1",
"protein_id": "ENSP00000555772.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 784,
"cds_start": 39,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885713.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885728.1",
"protein_id": "ENSP00000555787.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 783,
"cds_start": 39,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885728.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885716.1",
"protein_id": "ENSP00000555775.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 777,
"cds_start": 39,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885716.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885719.1",
"protein_id": "ENSP00000555778.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 775,
"cds_start": 39,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885719.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885717.1",
"protein_id": "ENSP00000555776.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 773,
"cds_start": 39,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885717.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885730.1",
"protein_id": "ENSP00000555789.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 772,
"cds_start": 39,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885730.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885712.1",
"protein_id": "ENSP00000555771.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 770,
"cds_start": 39,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885712.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885737.1",
"protein_id": "ENSP00000555796.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 769,
"cds_start": 39,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885737.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885706.1",
"protein_id": "ENSP00000555765.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 764,
"cds_start": 39,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885706.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885720.1",
"protein_id": "ENSP00000555779.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 763,
"cds_start": 39,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885720.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885721.1",
"protein_id": "ENSP00000555780.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 762,
"cds_start": 39,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885721.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885729.1",
"protein_id": "ENSP00000555788.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 758,
"cds_start": 39,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885729.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885725.1",
"protein_id": "ENSP00000555784.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 755,
"cds_start": 39,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885725.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885714.1",
"protein_id": "ENSP00000555773.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 753,
"cds_start": 39,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885714.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885736.1",
"protein_id": "ENSP00000555795.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 753,
"cds_start": 39,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885736.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885723.1",
"protein_id": "ENSP00000555782.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 752,
"cds_start": 39,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885723.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885709.1",
"protein_id": "ENSP00000555768.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 751,
"cds_start": 39,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885709.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885722.1",
"protein_id": "ENSP00000555781.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 750,
"cds_start": 39,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885722.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885708.1",
"protein_id": "ENSP00000555767.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 744,
"cds_start": 39,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885708.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885710.1",
"protein_id": "ENSP00000555769.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 740,
"cds_start": 39,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885710.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000961766.1",
"protein_id": "ENSP00000631825.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 739,
"cds_start": 39,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961766.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885734.1",
"protein_id": "ENSP00000555793.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 736,
"cds_start": 39,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885734.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885732.1",
"protein_id": "ENSP00000555791.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 734,
"cds_start": 39,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885732.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885724.1",
"protein_id": "ENSP00000555783.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 730,
"cds_start": 39,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885724.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885711.1",
"protein_id": "ENSP00000555770.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 718,
"cds_start": 39,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885711.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000961767.1",
"protein_id": "ENSP00000631826.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 718,
"cds_start": 39,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961767.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885726.1",
"protein_id": "ENSP00000555785.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 706,
"cds_start": 39,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885726.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885735.1",
"protein_id": "ENSP00000555794.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 703,
"cds_start": 39,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885735.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885707.1",
"protein_id": "ENSP00000555766.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 702,
"cds_start": 39,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885707.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000483004.2",
"protein_id": "ENSP00000419887.2",
"transcript_support_level": 5,
"aa_start": 13,
"aa_end": null,
"aa_length": 692,
"cds_start": 39,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000483004.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000698628.1",
"protein_id": "ENSP00000513848.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 687,
"cds_start": 39,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698628.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885718.1",
"protein_id": "ENSP00000555777.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 686,
"cds_start": 39,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885718.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885727.1",
"protein_id": "ENSP00000555786.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 674,
"cds_start": 39,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885727.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000961765.1",
"protein_id": "ENSP00000631824.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 672,
"cds_start": 39,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961765.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885738.1",
"protein_id": "ENSP00000555797.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 615,
"cds_start": 39,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885738.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000885739.1",
"protein_id": "ENSP00000555798.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 594,
"cds_start": 39,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885739.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": 28,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ENSG00000244255",
"gene_hgnc_id": null,
"hgvs_c": "c.1352-747C>T",
"hgvs_p": null,
"transcript": "ENST00000477310.1",
"protein_id": "ENSP00000418996.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": null,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000477310.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.216C>T",
"hgvs_p": null,
"transcript": "ENST00000452035.7",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000452035.7"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.39C>T",
"hgvs_p": null,
"transcript": "ENST00000460718.5",
"protein_id": "ENSP00000417793.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000460718.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.286C>T",
"hgvs_p": null,
"transcript": "ENST00000472581.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000472581.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.192C>T",
"hgvs_p": null,
"transcript": "ENST00000475617.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000475617.5"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.39C>T",
"hgvs_p": null,
"transcript": "ENST00000497841.6",
"protein_id": "ENSP00000513847.1",
"transcript_support_level": 3,
"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": "non_stop_decay",
"feature": "ENST00000497841.6"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.216C>T",
"hgvs_p": null,
"transcript": "ENST00000698629.1",
"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": "retained_intron",
"feature": "ENST00000698629.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.200C>T",
"hgvs_p": null,
"transcript": "ENST00000698630.1",
"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": "retained_intron",
"feature": "ENST00000698630.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.195C>T",
"hgvs_p": null,
"transcript": "ENST00000698631.1",
"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": "retained_intron",
"feature": "ENST00000698631.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.167C>T",
"hgvs_p": null,
"transcript": "ENST00000698632.1",
"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": "retained_intron",
"feature": "ENST00000698632.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.137C>T",
"hgvs_p": null,
"transcript": "ENST00000698633.1",
"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": "retained_intron",
"feature": "ENST00000698633.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"hgvs_c": "n.261C>T",
"hgvs_p": null,
"transcript": "ENST00000698636.1",
"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": "retained_intron",
"feature": "ENST00000698636.1"
}
],
"gene_symbol": "CFB",
"gene_hgnc_id": 1037,
"dbsnp": null,
"frequency_reference_population": 6.8456393e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84564e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6000000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.335,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001710.6",
"gene_symbol": "CFB",
"hgnc_id": 1037,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown,AD,AR",
"hgvs_c": "c.39C>T",
"hgvs_p": "p.Pro13Pro"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000456570.5",
"gene_symbol": "ENSG00000244255",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1571-113C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}