← 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: 16-15599010-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=15599010&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 15599010,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014647.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Glu1610Gln",
"transcript": "NM_014647.4",
"protein_id": "NP_055462.2",
"transcript_support_level": null,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1742,
"cds_start": 4828,
"cds_end": null,
"cds_length": 5229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000396368.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014647.4"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Glu1610Gln",
"transcript": "ENST00000396368.8",
"protein_id": "ENSP00000379654.3",
"transcript_support_level": 1,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1742,
"cds_start": 4828,
"cds_end": null,
"cds_length": 5229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014647.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396368.8"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Glu1610Gln",
"transcript": "ENST00000551742.5",
"protein_id": "ENSP00000450309.1",
"transcript_support_level": 1,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1742,
"cds_start": 4828,
"cds_end": null,
"cds_length": 5229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551742.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4819G>C",
"hgvs_p": "p.Glu1607Gln",
"transcript": "ENST00000548025.5",
"protein_id": "ENSP00000449376.1",
"transcript_support_level": 1,
"aa_start": 1607,
"aa_end": null,
"aa_length": 1739,
"cds_start": 4819,
"cds_end": null,
"cds_length": 5220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548025.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4831G>C",
"hgvs_p": "p.Glu1611Gln",
"transcript": "ENST00000892734.1",
"protein_id": "ENSP00000562793.1",
"transcript_support_level": null,
"aa_start": 1611,
"aa_end": null,
"aa_length": 1743,
"cds_start": 4831,
"cds_end": null,
"cds_length": 5232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892734.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Glu1610Gln",
"transcript": "NM_001184998.2",
"protein_id": "NP_001171927.1",
"transcript_support_level": null,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1742,
"cds_start": 4828,
"cds_end": null,
"cds_length": 5229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184998.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4825G>C",
"hgvs_p": "p.Glu1609Gln",
"transcript": "ENST00000892732.1",
"protein_id": "ENSP00000562791.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4825,
"cds_end": null,
"cds_length": 5226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892732.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4825G>C",
"hgvs_p": "p.Glu1609Gln",
"transcript": "ENST00000912644.1",
"protein_id": "ENSP00000582703.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4825,
"cds_end": null,
"cds_length": 5226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912644.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4819G>C",
"hgvs_p": "p.Glu1607Gln",
"transcript": "NM_001184999.2",
"protein_id": "NP_001171928.1",
"transcript_support_level": null,
"aa_start": 1607,
"aa_end": null,
"aa_length": 1739,
"cds_start": 4819,
"cds_end": null,
"cds_length": 5220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184999.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4801G>C",
"hgvs_p": "p.Glu1601Gln",
"transcript": "ENST00000892737.1",
"protein_id": "ENSP00000562796.1",
"transcript_support_level": null,
"aa_start": 1601,
"aa_end": null,
"aa_length": 1733,
"cds_start": 4801,
"cds_end": null,
"cds_length": 5202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892737.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4798G>C",
"hgvs_p": "p.Glu1600Gln",
"transcript": "ENST00000912645.1",
"protein_id": "ENSP00000582704.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 1732,
"cds_start": 4798,
"cds_end": null,
"cds_length": 5199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912645.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4408G>C",
"hgvs_p": "p.Glu1470Gln",
"transcript": "ENST00000892740.1",
"protein_id": "ENSP00000562799.1",
"transcript_support_level": null,
"aa_start": 1470,
"aa_end": null,
"aa_length": 1602,
"cds_start": 4408,
"cds_end": null,
"cds_length": 4809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892740.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4399G>C",
"hgvs_p": "p.Glu1467Gln",
"transcript": "ENST00000892736.1",
"protein_id": "ENSP00000562795.1",
"transcript_support_level": null,
"aa_start": 1467,
"aa_end": null,
"aa_length": 1599,
"cds_start": 4399,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892736.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4372G>C",
"hgvs_p": "p.Glu1458Gln",
"transcript": "ENST00000892738.1",
"protein_id": "ENSP00000562797.1",
"transcript_support_level": null,
"aa_start": 1458,
"aa_end": null,
"aa_length": 1590,
"cds_start": 4372,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892738.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4333G>C",
"hgvs_p": "p.Glu1445Gln",
"transcript": "ENST00000540441.6",
"protein_id": "ENSP00000439819.2",
"transcript_support_level": 5,
"aa_start": 1445,
"aa_end": null,
"aa_length": 1577,
"cds_start": 4333,
"cds_end": null,
"cds_length": 4734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540441.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4294G>C",
"hgvs_p": "p.Glu1432Gln",
"transcript": "ENST00000892739.1",
"protein_id": "ENSP00000562798.1",
"transcript_support_level": null,
"aa_start": 1432,
"aa_end": null,
"aa_length": 1564,
"cds_start": 4294,
"cds_end": null,
"cds_length": 4695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892739.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4291G>C",
"hgvs_p": "p.Glu1431Gln",
"transcript": "ENST00000892733.1",
"protein_id": "ENSP00000562792.1",
"transcript_support_level": null,
"aa_start": 1431,
"aa_end": null,
"aa_length": 1563,
"cds_start": 4291,
"cds_end": null,
"cds_length": 4692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892733.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4288G>C",
"hgvs_p": "p.Glu1430Gln",
"transcript": "ENST00000912641.1",
"protein_id": "ENSP00000582700.1",
"transcript_support_level": null,
"aa_start": 1430,
"aa_end": null,
"aa_length": 1562,
"cds_start": 4288,
"cds_end": null,
"cds_length": 4689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912641.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4264G>C",
"hgvs_p": "p.Glu1422Gln",
"transcript": "ENST00000912642.1",
"protein_id": "ENSP00000582701.1",
"transcript_support_level": null,
"aa_start": 1422,
"aa_end": null,
"aa_length": 1554,
"cds_start": 4264,
"cds_end": null,
"cds_length": 4665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912642.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4261G>C",
"hgvs_p": "p.Glu1421Gln",
"transcript": "ENST00000912643.1",
"protein_id": "ENSP00000582702.1",
"transcript_support_level": null,
"aa_start": 1421,
"aa_end": null,
"aa_length": 1553,
"cds_start": 4261,
"cds_end": null,
"cds_length": 4662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912643.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.3835G>C",
"hgvs_p": "p.Glu1279Gln",
"transcript": "ENST00000892735.1",
"protein_id": "ENSP00000562794.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3835,
"cds_end": null,
"cds_length": 4236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892735.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4831G>C",
"hgvs_p": "p.Glu1611Gln",
"transcript": "XM_005255704.2",
"protein_id": "XP_005255761.1",
"transcript_support_level": null,
"aa_start": 1611,
"aa_end": null,
"aa_length": 1743,
"cds_start": 4831,
"cds_end": null,
"cds_length": 5232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255704.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4831G>C",
"hgvs_p": "p.Glu1611Gln",
"transcript": "XM_017023900.3",
"protein_id": "XP_016879389.1",
"transcript_support_level": null,
"aa_start": 1611,
"aa_end": null,
"aa_length": 1743,
"cds_start": 4831,
"cds_end": null,
"cds_length": 5232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023900.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Glu1610Gln",
"transcript": "XM_017023901.3",
"protein_id": "XP_016879390.1",
"transcript_support_level": null,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1742,
"cds_start": 4828,
"cds_end": null,
"cds_length": 5229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023901.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Glu1610Gln",
"transcript": "XM_047434938.1",
"protein_id": "XP_047290894.1",
"transcript_support_level": null,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1742,
"cds_start": 4828,
"cds_end": null,
"cds_length": 5229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434938.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4825G>C",
"hgvs_p": "p.Glu1609Gln",
"transcript": "XM_005255706.3",
"protein_id": "XP_005255763.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4825,
"cds_end": null,
"cds_length": 5226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255706.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4825G>C",
"hgvs_p": "p.Glu1609Gln",
"transcript": "XM_047434939.1",
"protein_id": "XP_047290895.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4825,
"cds_end": null,
"cds_length": 5226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434939.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4801G>C",
"hgvs_p": "p.Glu1601Gln",
"transcript": "XM_005255707.3",
"protein_id": "XP_005255764.1",
"transcript_support_level": null,
"aa_start": 1601,
"aa_end": null,
"aa_length": 1733,
"cds_start": 4801,
"cds_end": null,
"cds_length": 5202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255707.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4801G>C",
"hgvs_p": "p.Glu1601Gln",
"transcript": "XM_047434940.1",
"protein_id": "XP_047290896.1",
"transcript_support_level": null,
"aa_start": 1601,
"aa_end": null,
"aa_length": 1733,
"cds_start": 4801,
"cds_end": null,
"cds_length": 5202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434940.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4798G>C",
"hgvs_p": "p.Glu1600Gln",
"transcript": "XM_047434941.1",
"protein_id": "XP_047290897.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 1732,
"cds_start": 4798,
"cds_end": null,
"cds_length": 5199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434941.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4798G>C",
"hgvs_p": "p.Glu1600Gln",
"transcript": "XM_047434942.1",
"protein_id": "XP_047290898.1",
"transcript_support_level": null,
"aa_start": 1600,
"aa_end": null,
"aa_length": 1732,
"cds_start": 4798,
"cds_end": null,
"cds_length": 5199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434942.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4669G>C",
"hgvs_p": "p.Glu1557Gln",
"transcript": "XM_017023902.3",
"protein_id": "XP_016879391.1",
"transcript_support_level": null,
"aa_start": 1557,
"aa_end": null,
"aa_length": 1689,
"cds_start": 4669,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023902.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4666G>C",
"hgvs_p": "p.Glu1556Gln",
"transcript": "XM_047434943.1",
"protein_id": "XP_047290899.1",
"transcript_support_level": null,
"aa_start": 1556,
"aa_end": null,
"aa_length": 1688,
"cds_start": 4666,
"cds_end": null,
"cds_length": 5067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434943.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4666G>C",
"hgvs_p": "p.Glu1556Gln",
"transcript": "XM_047434944.1",
"protein_id": "XP_047290900.1",
"transcript_support_level": null,
"aa_start": 1556,
"aa_end": null,
"aa_length": 1688,
"cds_start": 4666,
"cds_end": null,
"cds_length": 5067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434944.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4402G>C",
"hgvs_p": "p.Glu1468Gln",
"transcript": "XM_017023903.3",
"protein_id": "XP_016879392.1",
"transcript_support_level": null,
"aa_start": 1468,
"aa_end": null,
"aa_length": 1600,
"cds_start": 4402,
"cds_end": null,
"cds_length": 4803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023903.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4399G>C",
"hgvs_p": "p.Glu1467Gln",
"transcript": "XM_017023904.3",
"protein_id": "XP_016879393.1",
"transcript_support_level": null,
"aa_start": 1467,
"aa_end": null,
"aa_length": 1599,
"cds_start": 4399,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023904.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4372G>C",
"hgvs_p": "p.Glu1458Gln",
"transcript": "XM_047434945.1",
"protein_id": "XP_047290901.1",
"transcript_support_level": null,
"aa_start": 1458,
"aa_end": null,
"aa_length": 1590,
"cds_start": 4372,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434945.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4294G>C",
"hgvs_p": "p.Glu1432Gln",
"transcript": "XM_017023905.3",
"protein_id": "XP_016879394.1",
"transcript_support_level": null,
"aa_start": 1432,
"aa_end": null,
"aa_length": 1564,
"cds_start": 4294,
"cds_end": null,
"cds_length": 4695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023905.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4291G>C",
"hgvs_p": "p.Glu1431Gln",
"transcript": "XM_017023906.3",
"protein_id": "XP_016879395.1",
"transcript_support_level": null,
"aa_start": 1431,
"aa_end": null,
"aa_length": 1563,
"cds_start": 4291,
"cds_end": null,
"cds_length": 4692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023906.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4291G>C",
"hgvs_p": "p.Glu1431Gln",
"transcript": "XM_047434946.1",
"protein_id": "XP_047290902.1",
"transcript_support_level": null,
"aa_start": 1431,
"aa_end": null,
"aa_length": 1563,
"cds_start": 4291,
"cds_end": null,
"cds_length": 4692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434946.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4291G>C",
"hgvs_p": "p.Glu1431Gln",
"transcript": "XM_047434947.1",
"protein_id": "XP_047290903.1",
"transcript_support_level": null,
"aa_start": 1431,
"aa_end": null,
"aa_length": 1563,
"cds_start": 4291,
"cds_end": null,
"cds_length": 4692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434947.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4288G>C",
"hgvs_p": "p.Glu1430Gln",
"transcript": "XM_047434948.1",
"protein_id": "XP_047290904.1",
"transcript_support_level": null,
"aa_start": 1430,
"aa_end": null,
"aa_length": 1562,
"cds_start": 4288,
"cds_end": null,
"cds_length": 4689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434948.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4264G>C",
"hgvs_p": "p.Glu1422Gln",
"transcript": "XM_047434949.1",
"protein_id": "XP_047290905.1",
"transcript_support_level": null,
"aa_start": 1422,
"aa_end": null,
"aa_length": 1554,
"cds_start": 4264,
"cds_end": null,
"cds_length": 4665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434949.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4261G>C",
"hgvs_p": "p.Glu1421Gln",
"transcript": "XM_047434950.1",
"protein_id": "XP_047290906.1",
"transcript_support_level": null,
"aa_start": 1421,
"aa_end": null,
"aa_length": 1553,
"cds_start": 4261,
"cds_end": null,
"cds_length": 4662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434950.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4240G>C",
"hgvs_p": "p.Glu1414Gln",
"transcript": "XM_047434951.1",
"protein_id": "XP_047290907.1",
"transcript_support_level": null,
"aa_start": 1414,
"aa_end": null,
"aa_length": 1546,
"cds_start": 4240,
"cds_end": null,
"cds_length": 4641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434951.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.4132G>C",
"hgvs_p": "p.Glu1378Gln",
"transcript": "XM_047434953.1",
"protein_id": "XP_047290909.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1510,
"cds_start": 4132,
"cds_end": null,
"cds_length": 4533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434953.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.3865G>C",
"hgvs_p": "p.Glu1289Gln",
"transcript": "XM_047434954.1",
"protein_id": "XP_047290910.1",
"transcript_support_level": null,
"aa_start": 1289,
"aa_end": null,
"aa_length": 1421,
"cds_start": 3865,
"cds_end": null,
"cds_length": 4266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434954.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "c.3835G>C",
"hgvs_p": "p.Glu1279Gln",
"transcript": "XM_047434955.1",
"protein_id": "XP_047290911.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3835,
"cds_end": null,
"cds_length": 4236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434955.1"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BMERB1",
"gene_hgnc_id": 19213,
"hgvs_c": "c.*12+7895C>G",
"hgvs_p": null,
"transcript": "ENST00000565857.1",
"protein_id": "ENSP00000456084.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 114,
"cds_start": null,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565857.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "n.480G>C",
"hgvs_p": null,
"transcript": "ENST00000549337.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000549337.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "n.162G>C",
"hgvs_p": null,
"transcript": "ENST00000551579.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": "ENST00000551579.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "n.*82G>C",
"hgvs_p": null,
"transcript": "ENST00000551878.1",
"protein_id": "ENSP00000449050.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000551878.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "n.*1538G>C",
"hgvs_p": null,
"transcript": "ENST00000552553.5",
"protein_id": "ENSP00000449329.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000552553.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "n.1451G>C",
"hgvs_p": null,
"transcript": "ENST00000552771.5",
"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": "ENST00000552771.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "n.*82G>C",
"hgvs_p": null,
"transcript": "ENST00000551878.1",
"protein_id": "ENSP00000449050.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000551878.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"hgvs_c": "n.*1538G>C",
"hgvs_p": null,
"transcript": "ENST00000552553.5",
"protein_id": "ENSP00000449329.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000552553.5"
}
],
"gene_symbol": "MARF1",
"gene_hgnc_id": 29562,
"dbsnp": "rs761773835",
"frequency_reference_population": 0.000103822145,
"hom_count_reference_population": 0,
"allele_count_reference_population": 167,
"gnomad_exomes_af": 0.000105728,
"gnomad_genomes_af": 0.0000855522,
"gnomad_exomes_ac": 154,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22242674231529236,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.108,
"revel_prediction": "Benign",
"alphamissense_score": 0.1336,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.79,
"phylop100way_prediction": "Uncertain_significance",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_014647.4",
"gene_symbol": "MARF1",
"hgnc_id": 29562,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Glu1610Gln"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000565857.1",
"gene_symbol": "BMERB1",
"hgnc_id": 19213,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.*12+7895C>G",
"hgvs_p": null
}
],
"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
}