← 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: 22-50447194-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50447194&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50447194,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001410794.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5630C>T",
"hgvs_p": "p.Pro1877Leu",
"transcript": "NM_002972.4",
"protein_id": "NP_002963.2",
"transcript_support_level": null,
"aa_start": 1877,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5630,
"cds_end": null,
"cds_length": 5682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380817.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002972.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5630C>T",
"hgvs_p": "p.Pro1877Leu",
"transcript": "ENST00000380817.8",
"protein_id": "ENSP00000370196.2",
"transcript_support_level": 1,
"aa_start": 1877,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5630,
"cds_end": null,
"cds_length": 5682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002972.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380817.8"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.1226C>T",
"hgvs_p": "p.Pro409Leu",
"transcript": "ENST00000418590.4",
"protein_id": "ENSP00000401538.2",
"transcript_support_level": 1,
"aa_start": 409,
"aa_end": null,
"aa_length": 425,
"cds_start": 1226,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418590.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5690C>T",
"hgvs_p": "p.Pro1897Leu",
"transcript": "ENST00000931646.1",
"protein_id": "ENSP00000601705.1",
"transcript_support_level": null,
"aa_start": 1897,
"aa_end": null,
"aa_length": 1913,
"cds_start": 5690,
"cds_end": null,
"cds_length": 5742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931646.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5651C>T",
"hgvs_p": "p.Pro1884Leu",
"transcript": "ENST00000967446.1",
"protein_id": "ENSP00000637505.1",
"transcript_support_level": null,
"aa_start": 1884,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5651,
"cds_end": null,
"cds_length": 5703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967446.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5648C>T",
"hgvs_p": "p.Pro1883Leu",
"transcript": "ENST00000693052.1",
"protein_id": "ENSP00000509558.1",
"transcript_support_level": null,
"aa_start": 1883,
"aa_end": null,
"aa_length": 1899,
"cds_start": 5648,
"cds_end": null,
"cds_length": 5700,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693052.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5642C>T",
"hgvs_p": "p.Pro1881Leu",
"transcript": "ENST00000931645.1",
"protein_id": "ENSP00000601704.1",
"transcript_support_level": null,
"aa_start": 1881,
"aa_end": null,
"aa_length": 1897,
"cds_start": 5642,
"cds_end": null,
"cds_length": 5694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931645.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5639C>T",
"hgvs_p": "p.Pro1880Leu",
"transcript": "ENST00000967449.1",
"protein_id": "ENSP00000637508.1",
"transcript_support_level": null,
"aa_start": 1880,
"aa_end": null,
"aa_length": 1896,
"cds_start": 5639,
"cds_end": null,
"cds_length": 5691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967449.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5633C>T",
"hgvs_p": "p.Pro1878Leu",
"transcript": "NM_001410794.1",
"protein_id": "NP_001397723.1",
"transcript_support_level": null,
"aa_start": 1878,
"aa_end": null,
"aa_length": 1894,
"cds_start": 5633,
"cds_end": null,
"cds_length": 5685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410794.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5633C>T",
"hgvs_p": "p.Pro1878Leu",
"transcript": "ENST00000684986.1",
"protein_id": "ENSP00000509117.1",
"transcript_support_level": null,
"aa_start": 1878,
"aa_end": null,
"aa_length": 1894,
"cds_start": 5633,
"cds_end": null,
"cds_length": 5685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684986.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5630C>T",
"hgvs_p": "p.Pro1877Leu",
"transcript": "ENST00000688066.1",
"protein_id": "ENSP00000510782.1",
"transcript_support_level": null,
"aa_start": 1877,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5630,
"cds_end": null,
"cds_length": 5682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688066.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5627C>T",
"hgvs_p": "p.Pro1876Leu",
"transcript": "ENST00000693440.1",
"protein_id": "ENSP00000509462.1",
"transcript_support_level": null,
"aa_start": 1876,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5627,
"cds_end": null,
"cds_length": 5679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693440.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5627C>T",
"hgvs_p": "p.Pro1876Leu",
"transcript": "ENST00000931647.1",
"protein_id": "ENSP00000601706.1",
"transcript_support_level": null,
"aa_start": 1876,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5627,
"cds_end": null,
"cds_length": 5679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931647.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5624C>T",
"hgvs_p": "p.Pro1875Leu",
"transcript": "ENST00000690990.1",
"protein_id": "ENSP00000510461.1",
"transcript_support_level": null,
"aa_start": 1875,
"aa_end": null,
"aa_length": 1891,
"cds_start": 5624,
"cds_end": null,
"cds_length": 5676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690990.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5621C>T",
"hgvs_p": "p.Pro1874Leu",
"transcript": "ENST00000899576.1",
"protein_id": "ENSP00000569635.1",
"transcript_support_level": null,
"aa_start": 1874,
"aa_end": null,
"aa_length": 1890,
"cds_start": 5621,
"cds_end": null,
"cds_length": 5673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899576.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5621C>T",
"hgvs_p": "p.Pro1874Leu",
"transcript": "ENST00000967450.1",
"protein_id": "ENSP00000637509.1",
"transcript_support_level": null,
"aa_start": 1874,
"aa_end": null,
"aa_length": 1890,
"cds_start": 5621,
"cds_end": null,
"cds_length": 5673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967450.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5618C>T",
"hgvs_p": "p.Pro1873Leu",
"transcript": "ENST00000931644.1",
"protein_id": "ENSP00000601703.1",
"transcript_support_level": null,
"aa_start": 1873,
"aa_end": null,
"aa_length": 1889,
"cds_start": 5618,
"cds_end": null,
"cds_length": 5670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931644.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5615C>T",
"hgvs_p": "p.Pro1872Leu",
"transcript": "ENST00000691792.1",
"protein_id": "ENSP00000509911.1",
"transcript_support_level": null,
"aa_start": 1872,
"aa_end": null,
"aa_length": 1888,
"cds_start": 5615,
"cds_end": null,
"cds_length": 5667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691792.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5591C>T",
"hgvs_p": "p.Pro1864Leu",
"transcript": "ENST00000689981.1",
"protein_id": "ENSP00000509035.1",
"transcript_support_level": null,
"aa_start": 1864,
"aa_end": null,
"aa_length": 1880,
"cds_start": 5591,
"cds_end": null,
"cds_length": 5643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689981.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5570C>T",
"hgvs_p": "p.Pro1857Leu",
"transcript": "ENST00000967453.1",
"protein_id": "ENSP00000637512.1",
"transcript_support_level": null,
"aa_start": 1857,
"aa_end": null,
"aa_length": 1873,
"cds_start": 5570,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967453.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5564C>T",
"hgvs_p": "p.Pro1855Leu",
"transcript": "ENST00000967448.1",
"protein_id": "ENSP00000637507.1",
"transcript_support_level": null,
"aa_start": 1855,
"aa_end": null,
"aa_length": 1871,
"cds_start": 5564,
"cds_end": null,
"cds_length": 5616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967448.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5555C>T",
"hgvs_p": "p.Pro1852Leu",
"transcript": "NM_001365819.1",
"protein_id": "NP_001352748.1",
"transcript_support_level": null,
"aa_start": 1852,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5555,
"cds_end": null,
"cds_length": 5607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365819.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5555C>T",
"hgvs_p": "p.Pro1852Leu",
"transcript": "ENST00000689129.1",
"protein_id": "ENSP00000510414.1",
"transcript_support_level": null,
"aa_start": 1852,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5555,
"cds_end": null,
"cds_length": 5607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689129.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5555C>T",
"hgvs_p": "p.Pro1852Leu",
"transcript": "ENST00000967451.1",
"protein_id": "ENSP00000637510.1",
"transcript_support_level": null,
"aa_start": 1852,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5555,
"cds_end": null,
"cds_length": 5607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967451.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5552C>T",
"hgvs_p": "p.Pro1851Leu",
"transcript": "NM_001410795.1",
"protein_id": "NP_001397724.1",
"transcript_support_level": null,
"aa_start": 1851,
"aa_end": null,
"aa_length": 1867,
"cds_start": 5552,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410795.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5552C>T",
"hgvs_p": "p.Pro1851Leu",
"transcript": "ENST00000348911.11",
"protein_id": "ENSP00000252027.8",
"transcript_support_level": 5,
"aa_start": 1851,
"aa_end": null,
"aa_length": 1867,
"cds_start": 5552,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000348911.11"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5549C>T",
"hgvs_p": "p.Pro1850Leu",
"transcript": "ENST00000691233.1",
"protein_id": "ENSP00000509215.1",
"transcript_support_level": null,
"aa_start": 1850,
"aa_end": null,
"aa_length": 1866,
"cds_start": 5549,
"cds_end": null,
"cds_length": 5601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691233.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5549C>T",
"hgvs_p": "p.Pro1850Leu",
"transcript": "ENST00000967452.1",
"protein_id": "ENSP00000637511.1",
"transcript_support_level": null,
"aa_start": 1850,
"aa_end": null,
"aa_length": 1866,
"cds_start": 5549,
"cds_end": null,
"cds_length": 5601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967452.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5543C>T",
"hgvs_p": "p.Pro1848Leu",
"transcript": "ENST00000685809.1",
"protein_id": "ENSP00000508863.1",
"transcript_support_level": null,
"aa_start": 1848,
"aa_end": null,
"aa_length": 1864,
"cds_start": 5543,
"cds_end": null,
"cds_length": 5595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685809.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5528C>T",
"hgvs_p": "p.Pro1843Leu",
"transcript": "ENST00000687016.1",
"protein_id": "ENSP00000509074.1",
"transcript_support_level": null,
"aa_start": 1843,
"aa_end": null,
"aa_length": 1859,
"cds_start": 5528,
"cds_end": null,
"cds_length": 5580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687016.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.5504C>T",
"hgvs_p": "p.Pro1835Leu",
"transcript": "ENST00000967447.1",
"protein_id": "ENSP00000637506.1",
"transcript_support_level": null,
"aa_start": 1835,
"aa_end": null,
"aa_length": 1851,
"cds_start": 5504,
"cds_end": null,
"cds_length": 5556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967447.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.713C>T",
"hgvs_p": "p.Pro238Leu",
"transcript": "ENST00000693068.1",
"protein_id": "ENSP00000509997.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 254,
"cds_start": 713,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693068.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.*62C>T",
"hgvs_p": null,
"transcript": "ENST00000685459.1",
"protein_id": "ENSP00000509511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685459.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.*43C>T",
"hgvs_p": null,
"transcript": "ENST00000688381.1",
"protein_id": "ENSP00000508847.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688381.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.2033C>T",
"hgvs_p": null,
"transcript": "ENST00000470434.2",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000470434.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.769C>T",
"hgvs_p": null,
"transcript": "ENST00000473724.2",
"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": "pseudogene",
"feature": "ENST00000473724.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.3322C>T",
"hgvs_p": null,
"transcript": "ENST00000685180.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": "ENST00000685180.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.3581C>T",
"hgvs_p": null,
"transcript": "ENST00000685390.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": "ENST00000685390.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.2003C>T",
"hgvs_p": null,
"transcript": "ENST00000685411.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": "ENST00000685411.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*468C>T",
"hgvs_p": null,
"transcript": "ENST00000685592.1",
"protein_id": "ENSP00000510664.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000685592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.4830C>T",
"hgvs_p": null,
"transcript": "ENST00000686191.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": "ENST00000686191.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*5052C>T",
"hgvs_p": null,
"transcript": "ENST00000686222.1",
"protein_id": "ENSP00000508737.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686222.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*267C>T",
"hgvs_p": null,
"transcript": "ENST00000686321.1",
"protein_id": "ENSP00000510774.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*2562C>T",
"hgvs_p": null,
"transcript": "ENST00000686427.1",
"protein_id": "ENSP00000510379.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686427.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.3444C>T",
"hgvs_p": null,
"transcript": "ENST00000686758.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": "ENST00000686758.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*468C>T",
"hgvs_p": null,
"transcript": "ENST00000686801.1",
"protein_id": "ENSP00000509915.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686801.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.1949C>T",
"hgvs_p": null,
"transcript": "ENST00000686826.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": "pseudogene",
"feature": "ENST00000686826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*3426C>T",
"hgvs_p": null,
"transcript": "ENST00000687704.1",
"protein_id": "ENSP00000510454.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000687704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*4531C>T",
"hgvs_p": null,
"transcript": "ENST00000688124.1",
"protein_id": "ENSP00000510645.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000688124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*4974C>T",
"hgvs_p": null,
"transcript": "ENST00000688848.1",
"protein_id": "ENSP00000509419.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000688848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*1497C>T",
"hgvs_p": null,
"transcript": "ENST00000688985.1",
"protein_id": "ENSP00000510477.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000688985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.6967C>T",
"hgvs_p": null,
"transcript": "ENST00000689177.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": "ENST00000689177.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*357C>T",
"hgvs_p": null,
"transcript": "ENST00000689849.1",
"protein_id": "ENSP00000509742.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000689849.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.146C>T",
"hgvs_p": null,
"transcript": "ENST00000690197.1",
"protein_id": "ENSP00000510380.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000690197.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.5648C>T",
"hgvs_p": null,
"transcript": "ENST00000690369.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": "ENST00000690369.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.2677C>T",
"hgvs_p": null,
"transcript": "ENST00000690590.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": "ENST00000690590.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.3038C>T",
"hgvs_p": null,
"transcript": "ENST00000691345.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": "ENST00000691345.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.6972C>T",
"hgvs_p": null,
"transcript": "ENST00000691959.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": "ENST00000691959.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.2714C>T",
"hgvs_p": null,
"transcript": "ENST00000692844.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": "ENST00000692844.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.1724C>T",
"hgvs_p": null,
"transcript": "ENST00000692946.1",
"protein_id": "ENSP00000510472.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000692946.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.4438C>T",
"hgvs_p": null,
"transcript": "ENST00000693591.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": "ENST00000693591.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*468C>T",
"hgvs_p": null,
"transcript": "ENST00000685592.1",
"protein_id": "ENSP00000510664.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000685592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*5052C>T",
"hgvs_p": null,
"transcript": "ENST00000686222.1",
"protein_id": "ENSP00000508737.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686222.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*267C>T",
"hgvs_p": null,
"transcript": "ENST00000686321.1",
"protein_id": "ENSP00000510774.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*2562C>T",
"hgvs_p": null,
"transcript": "ENST00000686427.1",
"protein_id": "ENSP00000510379.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686427.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*468C>T",
"hgvs_p": null,
"transcript": "ENST00000686801.1",
"protein_id": "ENSP00000509915.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000686801.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*3426C>T",
"hgvs_p": null,
"transcript": "ENST00000687704.1",
"protein_id": "ENSP00000510454.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000687704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*4531C>T",
"hgvs_p": null,
"transcript": "ENST00000688124.1",
"protein_id": "ENSP00000510645.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000688124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*4974C>T",
"hgvs_p": null,
"transcript": "ENST00000688848.1",
"protein_id": "ENSP00000509419.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000688848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*1497C>T",
"hgvs_p": null,
"transcript": "ENST00000688985.1",
"protein_id": "ENSP00000510477.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000688985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*357C>T",
"hgvs_p": null,
"transcript": "ENST00000689849.1",
"protein_id": "ENSP00000509742.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000689849.1"
}
],
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"dbsnp": "rs200103683",
"frequency_reference_population": 0.0010051223,
"hom_count_reference_population": 7,
"allele_count_reference_population": 1622,
"gnomad_exomes_af": 0.00102095,
"gnomad_genomes_af": 0.000853265,
"gnomad_exomes_ac": 1492,
"gnomad_genomes_ac": 130,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005461335182189941,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.105,
"revel_prediction": "Benign",
"alphamissense_score": 0.0642,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.011,
"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,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001410794.1",
"gene_symbol": "SBF1",
"hgnc_id": 10542,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5633C>T",
"hgvs_p": "p.Pro1878Leu"
}
],
"clinvar_disease": "SBF1-related disorder,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4",
"phenotype_combined": "not provided|SBF1-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}