← 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: 2-28045786-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=28045786&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 28045786,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001329114.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_199191.3",
"protein_id": "NP_954661.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000379624.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199191.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000379624.6",
"protein_id": "ENSP00000368945.1",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_199191.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379624.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000342045.6",
"protein_id": "ENSP00000339371.2",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342045.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000361704.6",
"protein_id": "ENSP00000354699.2",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 376,
"cds_start": 557,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361704.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000379632.6",
"protein_id": "ENSP00000368953.2",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 376,
"cds_start": 557,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379632.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001329114.2",
"protein_id": "NP_001316043.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 472,
"cds_start": 557,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329114.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000873732.1",
"protein_id": "ENSP00000543791.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 447,
"cds_start": 557,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873732.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001329115.2",
"protein_id": "NP_001316044.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 440,
"cds_start": 557,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329115.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000918536.1",
"protein_id": "ENSP00000588595.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 440,
"cds_start": 557,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918536.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.698C>T",
"hgvs_p": "p.Thr233Ile",
"transcript": "ENST00000873735.1",
"protein_id": "ENSP00000543794.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 430,
"cds_start": 698,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873735.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001329113.2",
"protein_id": "NP_001316042.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 415,
"cds_start": 557,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329113.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_004899.5",
"protein_id": "NP_004890.2",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 415,
"cds_start": 557,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004899.5"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000344773.6",
"protein_id": "ENSP00000343412.2",
"transcript_support_level": 2,
"aa_start": 186,
"aa_end": null,
"aa_length": 415,
"cds_start": 557,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000344773.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.629C>T",
"hgvs_p": "p.Thr210Ile",
"transcript": "ENST00000873731.1",
"protein_id": "ENSP00000543790.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 407,
"cds_start": 629,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873731.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001329112.1",
"protein_id": "NP_001316041.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329112.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_199194.3",
"protein_id": "NP_954664.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199194.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000918537.1",
"protein_id": "ENSP00000588596.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918537.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968061.1",
"protein_id": "ENSP00000638120.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968061.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968062.1",
"protein_id": "ENSP00000638121.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968062.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968063.1",
"protein_id": "ENSP00000638122.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968063.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968065.1",
"protein_id": "ENSP00000638124.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968065.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968066.1",
"protein_id": "ENSP00000638125.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968066.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968067.1",
"protein_id": "ENSP00000638126.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968067.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968068.1",
"protein_id": "ENSP00000638127.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968068.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968069.1",
"protein_id": "ENSP00000638128.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968069.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968070.1",
"protein_id": "ENSP00000638129.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 383,
"cds_start": 557,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968070.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001261840.2",
"protein_id": "NP_001248769.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 379,
"cds_start": 557,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261840.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_199192.3",
"protein_id": "NP_954662.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 376,
"cds_start": 557,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199192.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_199193.3",
"protein_id": "NP_954663.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 376,
"cds_start": 557,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199193.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000968064.1",
"protein_id": "ENSP00000638123.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 364,
"cds_start": 557,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968064.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000873734.1",
"protein_id": "ENSP00000543793.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 326,
"cds_start": 557,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873734.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.362C>T",
"hgvs_p": "p.Thr121Ile",
"transcript": "ENST00000873733.1",
"protein_id": "ENSP00000543792.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 318,
"cds_start": 362,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873733.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000379629.7",
"protein_id": "ENSP00000368950.3",
"transcript_support_level": 3,
"aa_start": 186,
"aa_end": null,
"aa_length": 283,
"cds_start": 557,
"cds_end": null,
"cds_length": 853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379629.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "c.495+20366C>T",
"hgvs_p": null,
"transcript": "ENST00000918538.1",
"protein_id": "ENSP00000588597.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": null,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918538.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "n.695C>T",
"hgvs_p": null,
"transcript": "NR_137437.2",
"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_137437.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "n.695C>T",
"hgvs_p": null,
"transcript": "NR_137438.2",
"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_137438.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "n.695C>T",
"hgvs_p": null,
"transcript": "NR_137439.2",
"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_137439.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"hgvs_c": "n.695C>T",
"hgvs_p": null,
"transcript": "NR_137440.2",
"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_137440.2"
}
],
"gene_symbol": "BABAM2",
"gene_hgnc_id": 1106,
"dbsnp": "rs1677510948",
"frequency_reference_population": 6.869321e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.86932e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2316899597644806,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.051,
"revel_prediction": "Benign",
"alphamissense_score": 0.089,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.761,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001329114.2",
"gene_symbol": "BABAM2",
"hgnc_id": 1106,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}