← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 14-103405137-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=103405137&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 103405137,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001128918.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001128918.3",
"protein_id": "NP_001122390.2",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 753,
"cds_start": 113,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000429436.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128918.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000429436.7",
"protein_id": "ENSP00000411397.2",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 753,
"cds_start": 113,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001128918.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429436.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000556744.2",
"protein_id": "ENSP00000451623.2",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 789,
"cds_start": 113,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556744.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000416682.6",
"protein_id": "ENSP00000408092.2",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 752,
"cds_start": 113,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416682.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000553942.5",
"protein_id": "ENSP00000450772.1",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 744,
"cds_start": 113,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553942.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000303622.13",
"protein_id": "ENSP00000303698.9",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 729,
"cds_start": 113,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303622.13"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000216288.11",
"protein_id": "ENSP00000216288.7",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 713,
"cds_start": 113,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216288.11"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000440884.7",
"protein_id": "ENSP00000402104.3",
"transcript_support_level": 1,
"aa_start": 38,
"aa_end": null,
"aa_length": 659,
"cds_start": 113,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440884.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.728G>A",
"hgvs_p": null,
"transcript": "ENST00000558223.6",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000558223.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873450.1",
"protein_id": "ENSP00000543509.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 805,
"cds_start": 113,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873450.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000678179.1",
"protein_id": "ENSP00000503689.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 796,
"cds_start": 113,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678179.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969206.1",
"protein_id": "ENSP00000639265.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 795,
"cds_start": 113,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969206.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000676897.1",
"protein_id": "ENSP00000503095.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 790,
"cds_start": 113,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676897.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000679330.1",
"protein_id": "ENSP00000503975.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 781,
"cds_start": 113,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679330.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969207.1",
"protein_id": "ENSP00000639266.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 780,
"cds_start": 113,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969207.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000335102.9",
"protein_id": "ENSP00000335347.5",
"transcript_support_level": 5,
"aa_start": 38,
"aa_end": null,
"aa_length": 776,
"cds_start": 113,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335102.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969211.1",
"protein_id": "ENSP00000639270.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 775,
"cds_start": 113,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969211.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969210.1",
"protein_id": "ENSP00000639269.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 774,
"cds_start": 113,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969210.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969215.1",
"protein_id": "ENSP00000639274.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 770,
"cds_start": 113,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969215.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873455.1",
"protein_id": "ENSP00000543514.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 769,
"cds_start": 113,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873455.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969205.1",
"protein_id": "ENSP00000639264.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 761,
"cds_start": 113,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969205.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001128919.3",
"protein_id": "NP_001122391.2",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 744,
"cds_start": 113,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128919.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912916.1",
"protein_id": "ENSP00000582975.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 742,
"cds_start": 113,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912916.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000676938.1",
"protein_id": "ENSP00000503568.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 738,
"cds_start": 113,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676938.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873452.1",
"protein_id": "ENSP00000543511.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 736,
"cds_start": 113,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873452.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001437366.1",
"protein_id": "NP_001424295.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 735,
"cds_start": 113,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437366.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_002376.7",
"protein_id": "NP_002367.5",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 729,
"cds_start": 113,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002376.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001437367.1",
"protein_id": "NP_001424296.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 728,
"cds_start": 113,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437367.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873446.1",
"protein_id": "ENSP00000543505.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 728,
"cds_start": 113,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873446.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001411055.1",
"protein_id": "NP_001397984.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 726,
"cds_start": 113,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411055.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000677432.1",
"protein_id": "ENSP00000502999.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 726,
"cds_start": 113,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677432.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873453.1",
"protein_id": "ENSP00000543512.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 724,
"cds_start": 113,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873453.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873445.1",
"protein_id": "ENSP00000543504.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 722,
"cds_start": 113,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873445.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969208.1",
"protein_id": "ENSP00000639267.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 716,
"cds_start": 113,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969208.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001128920.3",
"protein_id": "NP_001122392.2",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 713,
"cds_start": 113,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128920.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969209.1",
"protein_id": "ENSP00000639268.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 713,
"cds_start": 113,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969209.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873451.1",
"protein_id": "ENSP00000543510.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 704,
"cds_start": 113,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873451.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912920.1",
"protein_id": "ENSP00000582979.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 691,
"cds_start": 113,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912920.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969212.1",
"protein_id": "ENSP00000639271.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 691,
"cds_start": 113,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969212.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873448.1",
"protein_id": "ENSP00000543507.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 689,
"cds_start": 113,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873448.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000677347.1",
"protein_id": "ENSP00000503320.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 682,
"cds_start": 113,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677347.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969216.1",
"protein_id": "ENSP00000639275.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 674,
"cds_start": 113,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969216.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912929.1",
"protein_id": "ENSP00000582988.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 673,
"cds_start": 113,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912929.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912913.1",
"protein_id": "ENSP00000582972.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 667,
"cds_start": 113,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912913.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969204.1",
"protein_id": "ENSP00000639263.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 667,
"cds_start": 113,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969204.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000676645.1",
"protein_id": "ENSP00000504084.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 664,
"cds_start": 113,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676645.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969219.1",
"protein_id": "ENSP00000639278.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 660,
"cds_start": 113,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969219.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001128921.3",
"protein_id": "NP_001122393.2",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 659,
"cds_start": 113,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128921.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912915.1",
"protein_id": "ENSP00000582974.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 658,
"cds_start": 113,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912915.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969217.1",
"protein_id": "ENSP00000639276.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 658,
"cds_start": 113,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969217.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000678175.1",
"protein_id": "ENSP00000504859.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 655,
"cds_start": 113,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678175.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912921.1",
"protein_id": "ENSP00000582980.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 651,
"cds_start": 113,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912921.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912926.1",
"protein_id": "ENSP00000582985.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 651,
"cds_start": 113,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912926.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912917.1",
"protein_id": "ENSP00000582976.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 650,
"cds_start": 113,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912917.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969213.1",
"protein_id": "ENSP00000639272.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 649,
"cds_start": 113,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969213.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "NM_001437351.1",
"protein_id": "NP_001424280.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 643,
"cds_start": 113,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437351.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000560417.6",
"protein_id": "ENSP00000454169.2",
"transcript_support_level": 3,
"aa_start": 38,
"aa_end": null,
"aa_length": 643,
"cds_start": 113,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560417.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000677133.1",
"protein_id": "ENSP00000503503.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 640,
"cds_start": 113,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677133.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912924.1",
"protein_id": "ENSP00000582983.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 634,
"cds_start": 113,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912924.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000969214.1",
"protein_id": "ENSP00000639273.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 629,
"cds_start": 113,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969214.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873449.1",
"protein_id": "ENSP00000543508.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 627,
"cds_start": 113,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873449.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912927.1",
"protein_id": "ENSP00000582986.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 622,
"cds_start": 113,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912927.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873454.1",
"protein_id": "ENSP00000543513.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 610,
"cds_start": 113,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873454.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912919.1",
"protein_id": "ENSP00000582978.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 609,
"cds_start": 113,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912919.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912923.1",
"protein_id": "ENSP00000582982.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 605,
"cds_start": 113,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912923.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000873457.1",
"protein_id": "ENSP00000543516.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 603,
"cds_start": 113,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873457.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912922.1",
"protein_id": "ENSP00000582981.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 564,
"cds_start": 113,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912922.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912928.1",
"protein_id": "ENSP00000582987.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 561,
"cds_start": 113,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912928.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912925.1",
"protein_id": "ENSP00000582984.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 529,
"cds_start": 113,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912925.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "ENST00000912918.1",
"protein_id": "ENSP00000582977.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 524,
"cds_start": 113,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912918.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.71G>A",
"hgvs_p": "p.Arg24Gln",
"transcript": "XM_047431377.1",
"protein_id": "XP_047287333.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 739,
"cds_start": 71,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431377.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_005267641.6",
"protein_id": "XP_005267698.2",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 738,
"cds_start": 113,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267641.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_005267642.6",
"protein_id": "XP_005267699.2",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 737,
"cds_start": 113,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267642.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.71G>A",
"hgvs_p": "p.Arg24Gln",
"transcript": "XM_047431379.1",
"protein_id": "XP_047287335.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 730,
"cds_start": 71,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431379.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.71G>A",
"hgvs_p": "p.Arg24Gln",
"transcript": "XM_047431381.1",
"protein_id": "XP_047287337.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 723,
"cds_start": 71,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431381.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_017021292.3",
"protein_id": "XP_016876781.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 722,
"cds_start": 113,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021292.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_047431382.1",
"protein_id": "XP_047287338.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 720,
"cds_start": 113,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431382.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.71G>A",
"hgvs_p": "p.Arg24Gln",
"transcript": "XM_047431383.1",
"protein_id": "XP_047287339.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 715,
"cds_start": 71,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431383.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_047431384.1",
"protein_id": "XP_047287340.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 711,
"cds_start": 113,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431384.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.71G>A",
"hgvs_p": "p.Arg24Gln",
"transcript": "XM_047431385.1",
"protein_id": "XP_047287341.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 708,
"cds_start": 71,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431385.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.71G>A",
"hgvs_p": "p.Arg24Gln",
"transcript": "XM_047431386.1",
"protein_id": "XP_047287342.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 705,
"cds_start": 71,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431386.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.71G>A",
"hgvs_p": "p.Arg24Gln",
"transcript": "XM_047431387.1",
"protein_id": "XP_047287343.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 699,
"cds_start": 71,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431387.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_047431388.1",
"protein_id": "XP_047287344.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 695,
"cds_start": 113,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431388.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_047431391.1",
"protein_id": "XP_047287347.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 627,
"cds_start": 113,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431391.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln",
"transcript": "XM_047431392.1",
"protein_id": "XP_047287348.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 625,
"cds_start": 113,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431392.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.-206G>A",
"hgvs_p": null,
"transcript": "ENST00000677560.1",
"protein_id": "ENSP00000504069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 647,
"cds_start": null,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677560.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.-206G>A",
"hgvs_p": null,
"transcript": "ENST00000561314.6",
"protein_id": "ENSP00000452893.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 623,
"cds_start": null,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561314.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.-178G>A",
"hgvs_p": null,
"transcript": "ENST00000678237.1",
"protein_id": "ENSP00000502861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 622,
"cds_start": null,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678237.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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "NM_001438023.1",
"protein_id": "NP_001424952.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 689,
"cds_start": null,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438023.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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "ENST00000677360.1",
"protein_id": "ENSP00000504622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 689,
"cds_start": null,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677360.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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "ENST00000873447.1",
"protein_id": "ENSP00000543506.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873447.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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "NM_001411056.1",
"protein_id": "NP_001397985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": null,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411056.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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "ENST00000678619.1",
"protein_id": "ENSP00000504493.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": null,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678619.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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "NM_001437368.1",
"protein_id": "NP_001424297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 673,
"cds_start": null,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437368.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": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "ENST00000677829.1",
"protein_id": "ENSP00000503216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 665,
"cds_start": null,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677829.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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "NM_001437369.1",
"protein_id": "NP_001424298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 664,
"cds_start": null,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437369.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": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "ENST00000969218.1",
"protein_id": "ENSP00000639277.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": null,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969218.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": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "ENST00000873456.1",
"protein_id": "ENSP00000543515.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 649,
"cds_start": null,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873456.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": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "ENST00000912914.1",
"protein_id": "ENSP00000582973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 579,
"cds_start": null,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912914.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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "XM_017021295.3",
"protein_id": "XP_016876784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021295.3"
},
{
"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": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "XM_017021298.3",
"protein_id": "XP_016876787.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 665,
"cds_start": null,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021298.3"
},
{
"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": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.51+19057G>A",
"hgvs_p": null,
"transcript": "XM_047431390.1",
"protein_id": "XP_047287346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 649,
"cds_start": null,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431390.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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "c.-102+19057G>A",
"hgvs_p": null,
"transcript": "XM_017021301.3",
"protein_id": "XP_016876790.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 622,
"cds_start": null,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021301.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.728G>A",
"hgvs_p": null,
"transcript": "ENST00000559328.6",
"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": "ENST00000559328.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.718G>A",
"hgvs_p": null,
"transcript": "ENST00000560603.6",
"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": "ENST00000560603.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.4G>A",
"hgvs_p": null,
"transcript": "ENST00000561071.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": "ENST00000561071.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.728G>A",
"hgvs_p": null,
"transcript": "ENST00000561164.2",
"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": "ENST00000561164.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.212G>A",
"hgvs_p": null,
"transcript": "ENST00000561225.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000561225.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.751G>A",
"hgvs_p": null,
"transcript": "ENST00000676475.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676475.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000676518.1",
"protein_id": "ENSP00000504240.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": "ENST00000676518.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000676564.1",
"protein_id": "ENSP00000504834.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": "ENST00000676564.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000676694.1",
"protein_id": "ENSP00000503113.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": "ENST00000676694.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000676830.1",
"protein_id": "ENSP00000503629.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": "ENST00000676830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000676838.1",
"protein_id": "ENSP00000504654.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": "ENST00000676838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000676905.1",
"protein_id": "ENSP00000503817.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": "ENST00000676905.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677035.1",
"protein_id": "ENSP00000503036.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": "ENST00000677035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677051.1",
"protein_id": "ENSP00000504688.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": "ENST00000677051.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677104.1",
"protein_id": "ENSP00000503424.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": "ENST00000677104.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677118.1",
"protein_id": "ENSP00000502934.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": "ENST00000677118.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.751G>A",
"hgvs_p": null,
"transcript": "ENST00000677214.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000677214.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677228.1",
"protein_id": "ENSP00000504082.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": "ENST00000677228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677348.1",
"protein_id": "ENSP00000504856.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": "ENST00000677348.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677404.1",
"protein_id": "ENSP00000504191.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": "ENST00000677404.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677604.1",
"protein_id": "ENSP00000503441.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": "ENST00000677604.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677857.1",
"protein_id": "ENSP00000503812.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": "ENST00000677857.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677869.1",
"protein_id": "ENSP00000503644.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": "ENST00000677869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000677942.1",
"protein_id": "ENSP00000504212.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": "ENST00000677942.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678022.1",
"protein_id": "ENSP00000503622.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": "ENST00000678022.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.718G>A",
"hgvs_p": null,
"transcript": "ENST00000678071.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000678071.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678169.1",
"protein_id": "ENSP00000504131.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": "ENST00000678169.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678207.1",
"protein_id": "ENSP00000503844.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": "ENST00000678207.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678278.1",
"protein_id": "ENSP00000503551.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": "ENST00000678278.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678302.1",
"protein_id": "ENSP00000503018.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": "ENST00000678302.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678343.1",
"protein_id": "ENSP00000502973.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": "ENST00000678343.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678423.1",
"protein_id": "ENSP00000504088.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": "ENST00000678423.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678897.1",
"protein_id": "ENSP00000504537.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": "ENST00000678897.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.113G>A",
"hgvs_p": null,
"transcript": "ENST00000678999.1",
"protein_id": "ENSP00000502944.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": "ENST00000678999.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.*93G>A",
"hgvs_p": null,
"transcript": "ENST00000679105.1",
"protein_id": "ENSP00000504680.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": "ENST00000679105.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.*93G>A",
"hgvs_p": null,
"transcript": "ENST00000679105.1",
"protein_id": "ENSP00000504680.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": "ENST00000679105.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"hgvs_c": "n.43+11333G>A",
"hgvs_p": null,
"transcript": "ENST00000678091.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": "ENST00000678091.1"
}
],
"gene_symbol": "MARK3",
"gene_hgnc_id": 6897,
"dbsnp": "rs569205142",
"frequency_reference_population": 0.00006939944,
"hom_count_reference_population": 1,
"allele_count_reference_population": 112,
"gnomad_exomes_af": 0.0000745758,
"gnomad_genomes_af": 0.000019705,
"gnomad_exomes_ac": 109,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08435285091400146,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.355,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6878,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.932,
"phylop100way_prediction": "Pathogenic",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001128918.3",
"gene_symbol": "MARK3",
"hgnc_id": 6897,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.113G>A",
"hgvs_p": "p.Arg38Gln"
}
],
"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
}