← 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: 17-17814664-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=17814664&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 17814664,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001005291.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2686C>T",
"hgvs_p": "p.Arg896Trp",
"transcript": "NM_004176.5",
"protein_id": "NP_004167.3",
"transcript_support_level": null,
"aa_start": 896,
"aa_end": null,
"aa_length": 1147,
"cds_start": 2686,
"cds_end": null,
"cds_length": 3444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261646.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004176.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2686C>T",
"hgvs_p": "p.Arg896Trp",
"transcript": "ENST00000261646.11",
"protein_id": "ENSP00000261646.5",
"transcript_support_level": 1,
"aa_start": 896,
"aa_end": null,
"aa_length": 1147,
"cds_start": 2686,
"cds_end": null,
"cds_length": 3444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004176.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261646.11"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2776C>T",
"hgvs_p": "p.Arg926Trp",
"transcript": "ENST00000355815.8",
"protein_id": "ENSP00000348069.4",
"transcript_support_level": 1,
"aa_start": 926,
"aa_end": null,
"aa_length": 1177,
"cds_start": 2776,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355815.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2776C>T",
"hgvs_p": "p.Arg926Trp",
"transcript": "NM_001005291.3",
"protein_id": "NP_001005291.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 1177,
"cds_start": 2776,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005291.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2773C>T",
"hgvs_p": "p.Arg925Trp",
"transcript": "NM_001388385.1",
"protein_id": "NP_001375314.1",
"transcript_support_level": null,
"aa_start": 925,
"aa_end": null,
"aa_length": 1176,
"cds_start": 2773,
"cds_end": null,
"cds_length": 3531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388385.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2770C>T",
"hgvs_p": "p.Arg924Trp",
"transcript": "ENST00000892469.1",
"protein_id": "ENSP00000562529.1",
"transcript_support_level": null,
"aa_start": 924,
"aa_end": null,
"aa_length": 1175,
"cds_start": 2770,
"cds_end": null,
"cds_length": 3528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892469.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2686C>T",
"hgvs_p": "p.Arg896Trp",
"transcript": "NM_001388386.1",
"protein_id": "NP_001375315.1",
"transcript_support_level": null,
"aa_start": 896,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2686,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388386.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2725C>T",
"hgvs_p": "p.Arg909Trp",
"transcript": "NM_001388387.1",
"protein_id": "NP_001375316.1",
"transcript_support_level": null,
"aa_start": 909,
"aa_end": null,
"aa_length": 1160,
"cds_start": 2725,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388387.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2641C>T",
"hgvs_p": "p.Arg881Trp",
"transcript": "NM_001388388.1",
"protein_id": "NP_001375317.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1153,
"cds_start": 2641,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388388.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2686C>T",
"hgvs_p": "p.Arg896Trp",
"transcript": "ENST00000892473.1",
"protein_id": "ENSP00000562532.1",
"transcript_support_level": null,
"aa_start": 896,
"aa_end": null,
"aa_length": 1146,
"cds_start": 2686,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892473.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2680C>T",
"hgvs_p": "p.Arg894Trp",
"transcript": "NM_001388389.1",
"protein_id": "NP_001375318.1",
"transcript_support_level": null,
"aa_start": 894,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2680,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388389.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2680C>T",
"hgvs_p": "p.Arg894Trp",
"transcript": "ENST00000892472.1",
"protein_id": "ENSP00000562530.1",
"transcript_support_level": null,
"aa_start": 894,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2680,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892472.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2668C>T",
"hgvs_p": "p.Arg890Trp",
"transcript": "NM_001388390.1",
"protein_id": "NP_001375319.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 1141,
"cds_start": 2668,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388390.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2668C>T",
"hgvs_p": "p.Arg890Trp",
"transcript": "ENST00000892477.1",
"protein_id": "ENSP00000562536.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 1141,
"cds_start": 2668,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892477.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2659C>T",
"hgvs_p": "p.Arg887Trp",
"transcript": "NM_001388391.1",
"protein_id": "NP_001375320.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 1138,
"cds_start": 2659,
"cds_end": null,
"cds_length": 3417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388391.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2659C>T",
"hgvs_p": "p.Arg887Trp",
"transcript": "ENST00000918821.1",
"protein_id": "ENSP00000588880.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 1138,
"cds_start": 2659,
"cds_end": null,
"cds_length": 3417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918821.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2623C>T",
"hgvs_p": "p.Arg875Trp",
"transcript": "ENST00000892480.1",
"protein_id": "ENSP00000562539.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1126,
"cds_start": 2623,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892480.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2614C>T",
"hgvs_p": "p.Arg872Trp",
"transcript": "NM_001321096.3",
"protein_id": "NP_001308025.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 1123,
"cds_start": 2614,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321096.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2542C>T",
"hgvs_p": "p.Arg848Trp",
"transcript": "ENST00000918822.1",
"protein_id": "ENSP00000588881.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 1099,
"cds_start": 2542,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918822.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2464C>T",
"hgvs_p": "p.Arg822Trp",
"transcript": "NM_001388392.1",
"protein_id": "NP_001375321.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 1073,
"cds_start": 2464,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388392.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2686C>T",
"hgvs_p": "p.Arg896Trp",
"transcript": "ENST00000395757.6",
"protein_id": "ENSP00000379106.2",
"transcript_support_level": 2,
"aa_start": 896,
"aa_end": null,
"aa_length": 1071,
"cds_start": 2686,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395757.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2305C>T",
"hgvs_p": "p.Arg769Trp",
"transcript": "NM_001388393.1",
"protein_id": "NP_001375322.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388393.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2254C>T",
"hgvs_p": "p.Arg752Trp",
"transcript": "NM_001388394.1",
"protein_id": "NP_001375323.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 1003,
"cds_start": 2254,
"cds_end": null,
"cds_length": 3012,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388394.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2254C>T",
"hgvs_p": "p.Arg752Trp",
"transcript": "ENST00000892475.1",
"protein_id": "ENSP00000562534.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 1003,
"cds_start": 2254,
"cds_end": null,
"cds_length": 3012,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892475.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Arg477Trp",
"transcript": "ENST00000918823.1",
"protein_id": "ENSP00000588882.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 728,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918823.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2608C>T",
"hgvs_p": "p.Arg870Trp",
"transcript": "XM_047436580.1",
"protein_id": "XP_047292536.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 1121,
"cds_start": 2608,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436580.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "c.2614C>T",
"hgvs_p": "p.Arg872Trp",
"transcript": "XM_047436581.1",
"protein_id": "XP_047292537.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 1053,
"cds_start": 2614,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436581.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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.3346C>T",
"hgvs_p": null,
"transcript": "ENST00000395751.8",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000395751.8"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.*1379C>T",
"hgvs_p": null,
"transcript": "ENST00000395756.5",
"protein_id": "ENSP00000474121.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000395756.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.650C>T",
"hgvs_p": null,
"transcript": "ENST00000490796.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000490796.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.434C>T",
"hgvs_p": null,
"transcript": "ENST00000581707.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000581707.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.2389C>T",
"hgvs_p": null,
"transcript": "ENST00000662439.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": "ENST00000662439.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.2855C>T",
"hgvs_p": null,
"transcript": "NR_170943.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": "NR_170943.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.2855C>T",
"hgvs_p": null,
"transcript": "NR_170944.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": "NR_170944.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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.2945C>T",
"hgvs_p": null,
"transcript": "NR_170945.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": "NR_170945.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.2855C>T",
"hgvs_p": null,
"transcript": "NR_170990.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": "NR_170990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.*1379C>T",
"hgvs_p": null,
"transcript": "ENST00000395756.5",
"protein_id": "ENSP00000474121.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000395756.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"hgvs_c": "n.577+171C>T",
"hgvs_p": null,
"transcript": "ENST00000447641.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000447641.5"
}
],
"gene_symbol": "SREBF1",
"gene_hgnc_id": 11289,
"dbsnp": "rs773687594",
"frequency_reference_population": 0.0000127624435,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000106016,
"gnomad_genomes_af": 0.0000328489,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3390328288078308,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.213,
"revel_prediction": "Benign",
"alphamissense_score": 0.1325,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.661,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001005291.3",
"gene_symbol": "SREBF1",
"hgnc_id": 11289,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2776C>T",
"hgvs_p": "p.Arg926Trp"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}