← 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-50447151-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50447151&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50447151,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001410794.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5673G>A",
"hgvs_p": "p.Ser1891Ser",
"transcript": "NM_002972.4",
"protein_id": "NP_002963.2",
"transcript_support_level": null,
"aa_start": 1891,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5673,
"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": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5673G>A",
"hgvs_p": "p.Ser1891Ser",
"transcript": "ENST00000380817.8",
"protein_id": "ENSP00000370196.2",
"transcript_support_level": 1,
"aa_start": 1891,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5673,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1269G>A",
"hgvs_p": "p.Ser423Ser",
"transcript": "ENST00000418590.4",
"protein_id": "ENSP00000401538.2",
"transcript_support_level": 1,
"aa_start": 423,
"aa_end": null,
"aa_length": 425,
"cds_start": 1269,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5733G>A",
"hgvs_p": "p.Ser1911Ser",
"transcript": "ENST00000931646.1",
"protein_id": "ENSP00000601705.1",
"transcript_support_level": null,
"aa_start": 1911,
"aa_end": null,
"aa_length": 1913,
"cds_start": 5733,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5694G>A",
"hgvs_p": "p.Ser1898Ser",
"transcript": "ENST00000967446.1",
"protein_id": "ENSP00000637505.1",
"transcript_support_level": null,
"aa_start": 1898,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5694,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5691G>A",
"hgvs_p": "p.Ser1897Ser",
"transcript": "ENST00000693052.1",
"protein_id": "ENSP00000509558.1",
"transcript_support_level": null,
"aa_start": 1897,
"aa_end": null,
"aa_length": 1899,
"cds_start": 5691,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5685G>A",
"hgvs_p": "p.Ser1895Ser",
"transcript": "ENST00000931645.1",
"protein_id": "ENSP00000601704.1",
"transcript_support_level": null,
"aa_start": 1895,
"aa_end": null,
"aa_length": 1897,
"cds_start": 5685,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5682G>A",
"hgvs_p": "p.Ser1894Ser",
"transcript": "ENST00000967449.1",
"protein_id": "ENSP00000637508.1",
"transcript_support_level": null,
"aa_start": 1894,
"aa_end": null,
"aa_length": 1896,
"cds_start": 5682,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5676G>A",
"hgvs_p": "p.Ser1892Ser",
"transcript": "NM_001410794.1",
"protein_id": "NP_001397723.1",
"transcript_support_level": null,
"aa_start": 1892,
"aa_end": null,
"aa_length": 1894,
"cds_start": 5676,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5676G>A",
"hgvs_p": "p.Ser1892Ser",
"transcript": "ENST00000684986.1",
"protein_id": "ENSP00000509117.1",
"transcript_support_level": null,
"aa_start": 1892,
"aa_end": null,
"aa_length": 1894,
"cds_start": 5676,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5673G>A",
"hgvs_p": "p.Ser1891Ser",
"transcript": "ENST00000688066.1",
"protein_id": "ENSP00000510782.1",
"transcript_support_level": null,
"aa_start": 1891,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5673,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5670G>A",
"hgvs_p": "p.Ser1890Ser",
"transcript": "ENST00000693440.1",
"protein_id": "ENSP00000509462.1",
"transcript_support_level": null,
"aa_start": 1890,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5670,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5670G>A",
"hgvs_p": "p.Ser1890Ser",
"transcript": "ENST00000931647.1",
"protein_id": "ENSP00000601706.1",
"transcript_support_level": null,
"aa_start": 1890,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5670,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5667G>A",
"hgvs_p": "p.Ser1889Ser",
"transcript": "ENST00000690990.1",
"protein_id": "ENSP00000510461.1",
"transcript_support_level": null,
"aa_start": 1889,
"aa_end": null,
"aa_length": 1891,
"cds_start": 5667,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5664G>A",
"hgvs_p": "p.Ser1888Ser",
"transcript": "ENST00000899576.1",
"protein_id": "ENSP00000569635.1",
"transcript_support_level": null,
"aa_start": 1888,
"aa_end": null,
"aa_length": 1890,
"cds_start": 5664,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5664G>A",
"hgvs_p": "p.Ser1888Ser",
"transcript": "ENST00000967450.1",
"protein_id": "ENSP00000637509.1",
"transcript_support_level": null,
"aa_start": 1888,
"aa_end": null,
"aa_length": 1890,
"cds_start": 5664,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5661G>A",
"hgvs_p": "p.Ser1887Ser",
"transcript": "ENST00000931644.1",
"protein_id": "ENSP00000601703.1",
"transcript_support_level": null,
"aa_start": 1887,
"aa_end": null,
"aa_length": 1889,
"cds_start": 5661,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5658G>A",
"hgvs_p": "p.Ser1886Ser",
"transcript": "ENST00000691792.1",
"protein_id": "ENSP00000509911.1",
"transcript_support_level": null,
"aa_start": 1886,
"aa_end": null,
"aa_length": 1888,
"cds_start": 5658,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5634G>A",
"hgvs_p": "p.Ser1878Ser",
"transcript": "ENST00000689981.1",
"protein_id": "ENSP00000509035.1",
"transcript_support_level": null,
"aa_start": 1878,
"aa_end": null,
"aa_length": 1880,
"cds_start": 5634,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5613G>A",
"hgvs_p": "p.Ser1871Ser",
"transcript": "ENST00000967453.1",
"protein_id": "ENSP00000637512.1",
"transcript_support_level": null,
"aa_start": 1871,
"aa_end": null,
"aa_length": 1873,
"cds_start": 5613,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5607G>A",
"hgvs_p": "p.Ser1869Ser",
"transcript": "ENST00000967448.1",
"protein_id": "ENSP00000637507.1",
"transcript_support_level": null,
"aa_start": 1869,
"aa_end": null,
"aa_length": 1871,
"cds_start": 5607,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5598G>A",
"hgvs_p": "p.Ser1866Ser",
"transcript": "NM_001365819.1",
"protein_id": "NP_001352748.1",
"transcript_support_level": null,
"aa_start": 1866,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5598,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5598G>A",
"hgvs_p": "p.Ser1866Ser",
"transcript": "ENST00000689129.1",
"protein_id": "ENSP00000510414.1",
"transcript_support_level": null,
"aa_start": 1866,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5598,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5598G>A",
"hgvs_p": "p.Ser1866Ser",
"transcript": "ENST00000967451.1",
"protein_id": "ENSP00000637510.1",
"transcript_support_level": null,
"aa_start": 1866,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5598,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5595G>A",
"hgvs_p": "p.Ser1865Ser",
"transcript": "NM_001410795.1",
"protein_id": "NP_001397724.1",
"transcript_support_level": null,
"aa_start": 1865,
"aa_end": null,
"aa_length": 1867,
"cds_start": 5595,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5595G>A",
"hgvs_p": "p.Ser1865Ser",
"transcript": "ENST00000348911.11",
"protein_id": "ENSP00000252027.8",
"transcript_support_level": 5,
"aa_start": 1865,
"aa_end": null,
"aa_length": 1867,
"cds_start": 5595,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5592G>A",
"hgvs_p": "p.Ser1864Ser",
"transcript": "ENST00000691233.1",
"protein_id": "ENSP00000509215.1",
"transcript_support_level": null,
"aa_start": 1864,
"aa_end": null,
"aa_length": 1866,
"cds_start": 5592,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5592G>A",
"hgvs_p": "p.Ser1864Ser",
"transcript": "ENST00000967452.1",
"protein_id": "ENSP00000637511.1",
"transcript_support_level": null,
"aa_start": 1864,
"aa_end": null,
"aa_length": 1866,
"cds_start": 5592,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5586G>A",
"hgvs_p": "p.Ser1862Ser",
"transcript": "ENST00000685809.1",
"protein_id": "ENSP00000508863.1",
"transcript_support_level": null,
"aa_start": 1862,
"aa_end": null,
"aa_length": 1864,
"cds_start": 5586,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5571G>A",
"hgvs_p": "p.Ser1857Ser",
"transcript": "ENST00000687016.1",
"protein_id": "ENSP00000509074.1",
"transcript_support_level": null,
"aa_start": 1857,
"aa_end": null,
"aa_length": 1859,
"cds_start": 5571,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5547G>A",
"hgvs_p": "p.Ser1849Ser",
"transcript": "ENST00000967447.1",
"protein_id": "ENSP00000637506.1",
"transcript_support_level": null,
"aa_start": 1849,
"aa_end": null,
"aa_length": 1851,
"cds_start": 5547,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.756G>A",
"hgvs_p": "p.Ser252Ser",
"transcript": "ENST00000693068.1",
"protein_id": "ENSP00000509997.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 254,
"cds_start": 756,
"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.*105G>A",
"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": 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.2076G>A",
"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.812G>A",
"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.3365G>A",
"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.3624G>A",
"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": 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.*511G>A",
"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.4873G>A",
"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.*5095G>A",
"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.*310G>A",
"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.*2605G>A",
"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.3487G>A",
"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.*511G>A",
"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.1992G>A",
"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.*3469G>A",
"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.*4574G>A",
"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.*5017G>A",
"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.*1540G>A",
"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.7010G>A",
"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.*400G>A",
"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.189G>A",
"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.5691G>A",
"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.2720G>A",
"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.3081G>A",
"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.7015G>A",
"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.2757G>A",
"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.1767G>A",
"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.4481G>A",
"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.*511G>A",
"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.*5095G>A",
"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.*310G>A",
"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.*2605G>A",
"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.*511G>A",
"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.*3469G>A",
"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.*4574G>A",
"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.*5017G>A",
"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.*1540G>A",
"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.*400G>A",
"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": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "c.*86G>A",
"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": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.*30G>A",
"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"
}
],
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"dbsnp": "rs767764447",
"frequency_reference_population": 0.00005955276,
"hom_count_reference_population": 0,
"allele_count_reference_population": 96,
"gnomad_exomes_af": 0.0000575407,
"gnomad_genomes_af": 0.000078854,
"gnomad_exomes_ac": 84,
"gnomad_genomes_ac": 12,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0560000017285347,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.056,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.721,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 11,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001410794.1",
"gene_symbol": "SBF1",
"hgnc_id": 10542,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5676G>A",
"hgvs_p": "p.Ser1892Ser"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}