← 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: 14-36320557-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=36320557&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 36320557,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_016586.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "NM_016586.3",
"protein_id": "NP_057670.2",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 344,
"cds_start": 32,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000416007.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016586.3"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000416007.9",
"protein_id": "ENSP00000399718.2",
"transcript_support_level": 1,
"aa_start": 11,
"aa_end": null,
"aa_length": 344,
"cds_start": 32,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016586.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416007.9"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000318473.11",
"protein_id": "ENSP00000324444.5",
"transcript_support_level": 1,
"aa_start": 11,
"aa_end": null,
"aa_length": 343,
"cds_start": 32,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318473.11"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000359527.11",
"protein_id": "ENSP00000352517.5",
"transcript_support_level": 1,
"aa_start": 11,
"aa_end": null,
"aa_length": 282,
"cds_start": 32,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359527.11"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000917538.1",
"protein_id": "ENSP00000587597.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 356,
"cds_start": 32,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917538.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000917537.1",
"protein_id": "ENSP00000587596.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 355,
"cds_start": 32,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917537.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000917541.1",
"protein_id": "ENSP00000587600.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 355,
"cds_start": 32,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917541.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000917539.1",
"protein_id": "ENSP00000587598.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 352,
"cds_start": 32,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917539.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000905197.1",
"protein_id": "ENSP00000575256.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 351,
"cds_start": 32,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905197.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "NM_001144891.2",
"protein_id": "NP_001138363.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 343,
"cds_start": 32,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144891.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000950008.1",
"protein_id": "ENSP00000620067.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 343,
"cds_start": 32,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950008.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000905201.1",
"protein_id": "ENSP00000575260.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 32,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905201.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000950007.1",
"protein_id": "ENSP00000620066.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 32,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950007.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000905199.1",
"protein_id": "ENSP00000575258.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 329,
"cds_start": 32,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905199.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000905202.1",
"protein_id": "ENSP00000575261.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 329,
"cds_start": 32,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905202.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000905200.1",
"protein_id": "ENSP00000575259.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 328,
"cds_start": 32,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905200.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000917540.1",
"protein_id": "ENSP00000587599.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 328,
"cds_start": 32,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917540.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000905196.1",
"protein_id": "ENSP00000575255.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 322,
"cds_start": 32,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905196.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000905198.1",
"protein_id": "ENSP00000575257.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 321,
"cds_start": 32,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905198.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000950009.1",
"protein_id": "ENSP00000620068.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 307,
"cds_start": 32,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950009.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.20G>A",
"hgvs_p": "p.Ser7Asn",
"transcript": "ENST00000605579.5",
"protein_id": "ENSP00000473739.1",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 298,
"cds_start": 20,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000605579.5"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "NM_001308110.2",
"protein_id": "NP_001295039.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 282,
"cds_start": 32,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308110.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000604336.5",
"protein_id": "ENSP00000474535.1",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 280,
"cds_start": 32,
"cds_end": null,
"cds_length": 844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000604336.5"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "ENST00000603139.1",
"protein_id": "ENSP00000474583.1",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 221,
"cds_start": 32,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000603139.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "XM_005267754.5",
"protein_id": "XP_005267811.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 322,
"cds_start": 32,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267754.5"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "XM_047431469.1",
"protein_id": "XP_047287425.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 321,
"cds_start": 32,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431469.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "XM_005267756.6",
"protein_id": "XP_005267813.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 281,
"cds_start": 32,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267756.6"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "XM_047431470.1",
"protein_id": "XP_047287426.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 260,
"cds_start": 32,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431470.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn",
"transcript": "XM_017021367.3",
"protein_id": "XP_016876856.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 259,
"cds_start": 32,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021367.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.109+299C>T",
"hgvs_p": null,
"transcript": "ENST00000716754.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": "ENST00000716754.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-196C>T",
"hgvs_p": null,
"transcript": "ENST00000634305.1",
"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": "pseudogene",
"feature": "ENST00000634305.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-226C>T",
"hgvs_p": null,
"transcript": "ENST00000667682.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": "ENST00000667682.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-206C>T",
"hgvs_p": null,
"transcript": "ENST00000716755.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": "ENST00000716755.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-209C>T",
"hgvs_p": null,
"transcript": "ENST00000716756.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": "ENST00000716756.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-218C>T",
"hgvs_p": null,
"transcript": "ENST00000716757.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": "ENST00000716757.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-246C>T",
"hgvs_p": null,
"transcript": "ENST00000716758.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": "ENST00000716758.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-249C>T",
"hgvs_p": null,
"transcript": "ENST00000716759.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": "ENST00000716759.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-197C>T",
"hgvs_p": null,
"transcript": "ENST00000716775.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": "ENST00000716775.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-215C>T",
"hgvs_p": null,
"transcript": "ENST00000716776.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": "ENST00000716776.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-236C>T",
"hgvs_p": null,
"transcript": "ENST00000716777.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": "ENST00000716777.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-236C>T",
"hgvs_p": null,
"transcript": "ENST00000716778.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": "ENST00000716778.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-239C>T",
"hgvs_p": null,
"transcript": "ENST00000716779.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": "ENST00000716779.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-194C>T",
"hgvs_p": null,
"transcript": "ENST00000716789.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": "ENST00000716789.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-203C>T",
"hgvs_p": null,
"transcript": "ENST00000716790.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": "ENST00000716790.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283098",
"gene_hgnc_id": null,
"hgvs_c": "n.-218C>T",
"hgvs_p": null,
"transcript": "ENST00000716791.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": "ENST00000716791.1"
}
],
"gene_symbol": "MBIP",
"gene_hgnc_id": 20427,
"dbsnp": "rs1880845422",
"frequency_reference_population": 6.8438777e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84388e-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.05255952477455139,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.034,
"revel_prediction": "Benign",
"alphamissense_score": 0.0713,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.704,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_016586.3",
"gene_symbol": "MBIP",
"hgnc_id": 20427,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Ser11Asn"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000716754.1",
"gene_symbol": "ENSG00000283098",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.109+299C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}