← 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: 5-135369417-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=135369417&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 135369417,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_138610.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "NM_138610.3",
"protein_id": "NP_613258.2",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000511689.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138610.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000511689.6",
"protein_id": "ENSP00000423563.1",
"transcript_support_level": 1,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_138610.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511689.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000510038.1",
"protein_id": "ENSP00000424971.1",
"transcript_support_level": 1,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510038.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000304332.8",
"protein_id": "ENSP00000302572.4",
"transcript_support_level": 1,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304332.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Trp",
"transcript": "ENST00000953739.1",
"protein_id": "ENSP00000623798.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 389,
"cds_start": 526,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953739.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953745.1",
"protein_id": "ENSP00000623804.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 377,
"cds_start": 466,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953745.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "NM_001400401.1",
"protein_id": "NP_001387330.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400401.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "NM_001400402.1",
"protein_id": "NP_001387331.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400402.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877622.1",
"protein_id": "ENSP00000547681.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877622.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877623.1",
"protein_id": "ENSP00000547682.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877623.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000923036.1",
"protein_id": "ENSP00000593095.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923036.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953740.1",
"protein_id": "ENSP00000623799.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953740.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953746.1",
"protein_id": "ENSP00000623805.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 372,
"cds_start": 466,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953746.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "NM_001040158.2",
"protein_id": "NP_001035248.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040158.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "NM_004893.3",
"protein_id": "NP_004884.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004893.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877621.1",
"protein_id": "ENSP00000547680.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877621.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877624.1",
"protein_id": "ENSP00000547683.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877624.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000923034.1",
"protein_id": "ENSP00000593093.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923034.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000923035.1",
"protein_id": "ENSP00000593094.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923035.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953738.1",
"protein_id": "ENSP00000623797.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953738.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877626.1",
"protein_id": "ENSP00000547685.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 370,
"cds_start": 466,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877626.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "NM_138609.3",
"protein_id": "NP_613075.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 369,
"cds_start": 466,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138609.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000312469.8",
"protein_id": "ENSP00000310169.4",
"transcript_support_level": 5,
"aa_start": 156,
"aa_end": null,
"aa_length": 369,
"cds_start": 466,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000312469.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877627.1",
"protein_id": "ENSP00000547686.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 369,
"cds_start": 466,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877627.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000923037.1",
"protein_id": "ENSP00000593096.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 369,
"cds_start": 466,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923037.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953743.1",
"protein_id": "ENSP00000623802.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 369,
"cds_start": 466,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953743.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "NM_001400403.1",
"protein_id": "NP_001387332.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 368,
"cds_start": 466,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400403.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877620.1",
"protein_id": "ENSP00000547679.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 368,
"cds_start": 466,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877620.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877629.1",
"protein_id": "ENSP00000547688.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 368,
"cds_start": 466,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877629.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877630.1",
"protein_id": "ENSP00000547689.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 368,
"cds_start": 466,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877630.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953737.1",
"protein_id": "ENSP00000623796.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 368,
"cds_start": 466,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953737.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877631.1",
"protein_id": "ENSP00000547690.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 367,
"cds_start": 466,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877631.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877632.1",
"protein_id": "ENSP00000547691.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 366,
"cds_start": 466,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877632.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000923038.1",
"protein_id": "ENSP00000593097.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 366,
"cds_start": 466,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923038.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953744.1",
"protein_id": "ENSP00000623803.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 364,
"cds_start": 466,
"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": "ENST00000953744.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877625.1",
"protein_id": "ENSP00000547684.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 360,
"cds_start": 466,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877625.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000923039.1",
"protein_id": "ENSP00000593098.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 347,
"cds_start": 466,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923039.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953741.1",
"protein_id": "ENSP00000623800.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 345,
"cds_start": 466,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953741.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000877628.1",
"protein_id": "ENSP00000547687.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 335,
"cds_start": 466,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877628.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000953742.1",
"protein_id": "ENSP00000623801.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 332,
"cds_start": 466,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953742.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "ENST00000513210.6",
"protein_id": "ENSP00000515857.1",
"transcript_support_level": 2,
"aa_start": 156,
"aa_end": null,
"aa_length": 199,
"cds_start": 466,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513210.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "XM_011543730.4",
"protein_id": "XP_011542032.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 371,
"cds_start": 466,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543730.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "XM_005272134.5",
"protein_id": "XP_005272191.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 199,
"cds_start": 466,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272134.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "XM_005272135.5",
"protein_id": "XP_005272192.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 198,
"cds_start": 466,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272135.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "XM_011543734.4",
"protein_id": "XP_011542036.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 196,
"cds_start": 466,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543734.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp",
"transcript": "XM_011543735.4",
"protein_id": "XP_011542037.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 195,
"cds_start": 466,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543735.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.172+19505C>T",
"hgvs_p": null,
"transcript": "NM_001400404.1",
"protein_id": "NP_001387333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": null,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400404.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.172+19505C>T",
"hgvs_p": null,
"transcript": "ENST00000423969.6",
"protein_id": "ENSP00000415121.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": null,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423969.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "c.172+19505C>T",
"hgvs_p": null,
"transcript": "ENST00000953736.1",
"protein_id": "ENSP00000623795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": null,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953736.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.660C>T",
"hgvs_p": null,
"transcript": "ENST00000360597.8",
"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": "ENST00000360597.8"
},
{
"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": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.298C>T",
"hgvs_p": null,
"transcript": "ENST00000504197.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": "ENST00000504197.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.628C>T",
"hgvs_p": null,
"transcript": "ENST00000506532.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": "pseudogene",
"feature": "ENST00000506532.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.466C>T",
"hgvs_p": null,
"transcript": "ENST00000506671.5",
"protein_id": "ENSP00000423718.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": "ENST00000506671.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.642C>T",
"hgvs_p": null,
"transcript": "ENST00000507868.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": "ENST00000507868.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.439C>T",
"hgvs_p": null,
"transcript": "ENST00000508120.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000508120.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.615C>T",
"hgvs_p": null,
"transcript": "ENST00000508785.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": "pseudogene",
"feature": "ENST00000508785.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.466C>T",
"hgvs_p": null,
"transcript": "ENST00000687629.1",
"protein_id": "ENSP00000508931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000687629.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.412C>T",
"hgvs_p": null,
"transcript": "ENST00000688649.1",
"protein_id": "ENSP00000510509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000688649.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.464C>T",
"hgvs_p": null,
"transcript": "NR_174483.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174483.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174484.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174484.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174485.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174485.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174486.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174486.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.464C>T",
"hgvs_p": null,
"transcript": "NR_174487.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174487.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174488.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174488.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174489.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174489.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174490.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174490.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174491.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174491.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174492.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174492.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174493.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174493.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174494.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174494.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174495.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174495.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.464C>T",
"hgvs_p": null,
"transcript": "NR_174496.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174496.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174497.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174497.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174498.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174498.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.464C>T",
"hgvs_p": null,
"transcript": "NR_174499.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174499.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174500.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174500.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "NR_174501.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174501.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"hgvs_c": "n.*64C>T",
"hgvs_p": null,
"transcript": "ENST00000506218.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000506218.1"
}
],
"gene_symbol": "MACROH2A1",
"gene_hgnc_id": 4740,
"dbsnp": "rs200273395",
"frequency_reference_population": 0.000026027401,
"hom_count_reference_population": 0,
"allele_count_reference_population": 42,
"gnomad_exomes_af": 0.000027368,
"gnomad_genomes_af": 0.0000131473,
"gnomad_exomes_ac": 40,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2632947564125061,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.119,
"revel_prediction": "Benign",
"alphamissense_score": 0.203,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.599,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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_138610.3",
"gene_symbol": "MACROH2A1",
"hgnc_id": 4740,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.466C>T",
"hgvs_p": "p.Arg156Trp"
}
],
"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
}