← 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: 10-76889496-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=76889496&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 76889496,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000286628.14",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "NM_001161352.2",
"protein_id": "NP_001154824.1",
"transcript_support_level": null,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3582,
"cdna_end": null,
"cdna_length": 6261,
"mane_select": "ENST00000286628.14",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "ENST00000286628.14",
"protein_id": "ENSP00000286628.8",
"transcript_support_level": 1,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3582,
"cdna_end": null,
"cdna_length": 6261,
"mane_select": "NM_001161352.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3365G>A",
"hgvs_p": "p.Arg1122Gln",
"transcript": "ENST00000626620.3",
"protein_id": "ENSP00000485867.1",
"transcript_support_level": 1,
"aa_start": 1122,
"aa_end": null,
"aa_length": 1219,
"cds_start": 3365,
"cds_end": null,
"cds_length": 3660,
"cdna_start": 3365,
"cdna_end": null,
"cdna_length": 3660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3332G>A",
"hgvs_p": "p.Arg1111Gln",
"transcript": "ENST00000639406.1",
"protein_id": "ENSP00000491732.1",
"transcript_support_level": 1,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1208,
"cds_start": 3332,
"cds_end": null,
"cds_length": 3627,
"cdna_start": 3412,
"cdna_end": null,
"cdna_length": 5567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000286627.10",
"protein_id": "ENSP00000286627.5",
"transcript_support_level": 1,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 3502,
"cdna_end": null,
"cdna_length": 6194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3092G>A",
"hgvs_p": "p.Arg1031Gln",
"transcript": "ENST00000640807.1",
"protein_id": "ENSP00000491555.1",
"transcript_support_level": 1,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3092,
"cds_end": null,
"cds_length": 3387,
"cdna_start": 3092,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2837G>A",
"hgvs_p": "p.Arg946Gln",
"transcript": "ENST00000604624.6",
"protein_id": "ENSP00000473714.2",
"transcript_support_level": 1,
"aa_start": 946,
"aa_end": null,
"aa_length": 1043,
"cds_start": 2837,
"cds_end": null,
"cds_length": 3132,
"cdna_start": 2837,
"cdna_end": null,
"cdna_length": 11400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2121G>A",
"hgvs_p": null,
"transcript": "ENST00000639691.1",
"protein_id": "ENSP00000491040.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.3466G>A",
"hgvs_p": null,
"transcript": "ENST00000639851.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2121G>A",
"hgvs_p": null,
"transcript": "ENST00000639691.1",
"protein_id": "ENSP00000491040.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNMA1-AS1",
"gene_hgnc_id": 51213,
"hgvs_c": "n.238+1215C>T",
"hgvs_p": null,
"transcript": "ENST00000429850.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "ENST00000404771.8",
"protein_id": "ENSP00000385717.3",
"transcript_support_level": 5,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 3549,
"cdna_end": null,
"cdna_length": 4014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3425G>A",
"hgvs_p": "p.Arg1142Gln",
"transcript": "ENST00000639591.1",
"protein_id": "ENSP00000492793.1",
"transcript_support_level": 5,
"aa_start": 1142,
"aa_end": null,
"aa_length": 1246,
"cds_start": 3425,
"cds_end": null,
"cds_length": 3741,
"cdna_start": 3558,
"cdna_end": null,
"cdna_length": 3888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3437G>A",
"hgvs_p": "p.Arg1146Gln",
"transcript": "ENST00000640523.1",
"protein_id": "ENSP00000491795.1",
"transcript_support_level": 5,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1242,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3729,
"cdna_start": 3910,
"cdna_end": null,
"cdna_length": 5425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Arg1143Gln",
"transcript": "ENST00000638759.1",
"protein_id": "ENSP00000492632.1",
"transcript_support_level": 5,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1240,
"cds_start": 3428,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 3428,
"cdna_end": null,
"cdna_length": 3723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3425G>A",
"hgvs_p": "p.Arg1142Gln",
"transcript": "ENST00000638575.1",
"protein_id": "ENSP00000492049.1",
"transcript_support_level": 5,
"aa_start": 1142,
"aa_end": null,
"aa_length": 1239,
"cds_start": 3425,
"cds_end": null,
"cds_length": 3720,
"cdna_start": 3425,
"cdna_end": null,
"cdna_length": 3720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Arg1143Gln",
"transcript": "ENST00000638848.1",
"protein_id": "ENSP00000492414.1",
"transcript_support_level": 5,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1239,
"cds_start": 3428,
"cds_end": null,
"cds_length": 3720,
"cdna_start": 3508,
"cdna_end": null,
"cdna_length": 4423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3263G>A",
"hgvs_p": "p.Arg1088Gln",
"transcript": "ENST00000640605.1",
"protein_id": "ENSP00000491435.1",
"transcript_support_level": 5,
"aa_start": 1088,
"aa_end": null,
"aa_length": 1238,
"cds_start": 3263,
"cds_end": null,
"cds_length": 3717,
"cdna_start": 3396,
"cdna_end": null,
"cdna_length": 3864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "ENST00000639544.1",
"protein_id": "ENSP00000492075.1",
"transcript_support_level": 5,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3416,
"cdna_end": null,
"cdna_length": 3711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "ENST00000457953.6",
"protein_id": "ENSP00000396608.2",
"transcript_support_level": 5,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3708,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 3976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "ENST00000638606.1",
"protein_id": "ENSP00000491981.1",
"transcript_support_level": 5,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 3387,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "ENST00000640182.1",
"protein_id": "ENSP00000492510.1",
"transcript_support_level": 5,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 3387,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3251G>A",
"hgvs_p": "p.Arg1084Gln",
"transcript": "ENST00000372440.6",
"protein_id": "ENSP00000361517.2",
"transcript_support_level": 5,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3251,
"cds_end": null,
"cds_length": 3702,
"cdna_start": 3384,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3251G>A",
"hgvs_p": "p.Arg1084Gln",
"transcript": "ENST00000638351.1",
"protein_id": "ENSP00000491156.1",
"transcript_support_level": 5,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3251,
"cds_end": null,
"cds_length": 3702,
"cdna_start": 3384,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3248G>A",
"hgvs_p": "p.Arg1083Gln",
"transcript": "ENST00000372437.6",
"protein_id": "ENSP00000361514.2",
"transcript_support_level": 5,
"aa_start": 1083,
"aa_end": null,
"aa_length": 1232,
"cds_start": 3248,
"cds_end": null,
"cds_length": 3699,
"cdna_start": 3248,
"cdna_end": null,
"cdna_length": 3751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000638203.1",
"protein_id": "ENSP00000491123.1",
"transcript_support_level": 5,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1230,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3693,
"cdna_start": 3375,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000639090.1",
"protein_id": "ENSP00000491673.1",
"transcript_support_level": 5,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1230,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3693,
"cdna_start": 3375,
"cdna_end": null,
"cdna_length": 4319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3374G>A",
"hgvs_p": "p.Arg1125Gln",
"transcript": "NM_001437422.1",
"protein_id": "NP_001424351.1",
"transcript_support_level": null,
"aa_start": 1125,
"aa_end": null,
"aa_length": 1222,
"cds_start": 3374,
"cds_end": null,
"cds_length": 3669,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 6219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3218G>A",
"hgvs_p": "p.Arg1073Gln",
"transcript": "ENST00000638895.1",
"protein_id": "ENSP00000491207.1",
"transcript_support_level": 5,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1222,
"cds_start": 3218,
"cds_end": null,
"cds_length": 3669,
"cdna_start": 3219,
"cdna_end": null,
"cdna_length": 3684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3365G>A",
"hgvs_p": "p.Arg1122Gln",
"transcript": "NM_001161353.2",
"protein_id": "NP_001154825.1",
"transcript_support_level": null,
"aa_start": 1122,
"aa_end": null,
"aa_length": 1219,
"cds_start": 3365,
"cds_end": null,
"cds_length": 3660,
"cdna_start": 3531,
"cdna_end": null,
"cdna_length": 6210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3344G>A",
"hgvs_p": "p.Arg1115Gln",
"transcript": "NM_001322830.2",
"protein_id": "NP_001309759.1",
"transcript_support_level": null,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1212,
"cds_start": 3344,
"cds_end": null,
"cds_length": 3639,
"cdna_start": 3510,
"cdna_end": null,
"cdna_length": 12072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3344G>A",
"hgvs_p": "p.Arg1115Gln",
"transcript": "ENST00000638223.1",
"protein_id": "ENSP00000492492.1",
"transcript_support_level": 5,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1212,
"cds_start": 3344,
"cds_end": null,
"cds_length": 3639,
"cdna_start": 3344,
"cdna_end": null,
"cdna_length": 4340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3335G>A",
"hgvs_p": "p.Arg1112Gln",
"transcript": "NM_001322837.2",
"protein_id": "NP_001309766.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3335,
"cds_end": null,
"cds_length": 3630,
"cdna_start": 3501,
"cdna_end": null,
"cdna_length": 6180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3335G>A",
"hgvs_p": "p.Arg1112Gln",
"transcript": "ENST00000372443.6",
"protein_id": "ENSP00000361520.2",
"transcript_support_level": 5,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3335,
"cds_end": null,
"cds_length": 3630,
"cdna_start": 4062,
"cdna_end": null,
"cdna_length": 5059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3332G>A",
"hgvs_p": "p.Arg1111Gln",
"transcript": "NM_001271519.2",
"protein_id": "NP_001258448.1",
"transcript_support_level": null,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1208,
"cds_start": 3332,
"cds_end": null,
"cds_length": 3627,
"cdna_start": 3498,
"cdna_end": null,
"cdna_length": 6177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3335G>A",
"hgvs_p": "p.Arg1112Gln",
"transcript": "NM_001322835.2",
"protein_id": "NP_001309764.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1208,
"cds_start": 3335,
"cds_end": null,
"cds_length": 3627,
"cdna_start": 3501,
"cdna_end": null,
"cdna_length": 12060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3332G>A",
"hgvs_p": "p.Arg1111Gln",
"transcript": "ENST00000639913.1",
"protein_id": "ENSP00000492241.1",
"transcript_support_level": 5,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1208,
"cds_start": 3332,
"cds_end": null,
"cds_length": 3627,
"cdna_start": 3509,
"cdna_end": null,
"cdna_length": 12071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3329G>A",
"hgvs_p": "p.Arg1110Gln",
"transcript": "NM_001437423.1",
"protein_id": "NP_001424352.1",
"transcript_support_level": null,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3329,
"cds_end": null,
"cds_length": 3624,
"cdna_start": 3495,
"cdna_end": null,
"cdna_length": 12057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3329G>A",
"hgvs_p": "p.Arg1110Gln",
"transcript": "ENST00000434208.6",
"protein_id": "ENSP00000402150.2",
"transcript_support_level": 5,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3329,
"cds_end": null,
"cds_length": 3624,
"cdna_start": 3329,
"cdna_end": null,
"cdna_length": 4055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3329G>A",
"hgvs_p": "p.Arg1110Gln",
"transcript": "ENST00000640969.1",
"protein_id": "ENSP00000492200.1",
"transcript_support_level": 5,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3329,
"cds_end": null,
"cds_length": 3624,
"cdna_start": 3493,
"cdna_end": null,
"cdna_length": 5789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3269G>A",
"hgvs_p": "p.Arg1090Gln",
"transcript": "ENST00000639370.1",
"protein_id": "ENSP00000491277.1",
"transcript_support_level": 5,
"aa_start": 1090,
"aa_end": null,
"aa_length": 1197,
"cds_start": 3269,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 3270,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3374G>A",
"hgvs_p": "p.Arg1125Gln",
"transcript": "ENST00000638514.1",
"protein_id": "ENSP00000491840.1",
"transcript_support_level": 5,
"aa_start": 1125,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3374,
"cds_end": null,
"cds_length": 3593,
"cdna_start": 3492,
"cdna_end": null,
"cdna_length": 3711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3137G>A",
"hgvs_p": "p.Arg1046Gln",
"transcript": "ENST00000639498.1",
"protein_id": "ENSP00000492835.1",
"transcript_support_level": 5,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 3137,
"cdna_end": null,
"cdna_length": 4711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3137G>A",
"hgvs_p": "p.Arg1046Gln",
"transcript": "ENST00000372408.7",
"protein_id": "ENSP00000361485.3",
"transcript_support_level": 5,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1195,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 3137,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3128G>A",
"hgvs_p": "p.Arg1043Gln",
"transcript": "ENST00000372403.9",
"protein_id": "ENSP00000361480.4",
"transcript_support_level": 5,
"aa_start": 1043,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3128,
"cds_end": null,
"cds_length": 3579,
"cdna_start": 3128,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3101G>A",
"hgvs_p": "p.Arg1034Gln",
"transcript": "ENST00000639344.1",
"protein_id": "ENSP00000492559.1",
"transcript_support_level": 5,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3101,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 3103,
"cdna_end": null,
"cdna_length": 4073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "NM_001014797.3",
"protein_id": "NP_001014797.1",
"transcript_support_level": null,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1182,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3549,
"cdna_start": 3420,
"cdna_end": null,
"cdna_length": 11982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3251G>A",
"hgvs_p": "p.Arg1084Gln",
"transcript": "NM_001322836.2",
"protein_id": "NP_001309765.1",
"transcript_support_level": null,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3251,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 3417,
"cdna_end": null,
"cdna_length": 6096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "ENST00000372421.10",
"protein_id": "ENSP00000361498.6",
"transcript_support_level": 5,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 3256,
"cdna_end": null,
"cdna_length": 3806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3251G>A",
"hgvs_p": "p.Arg1084Gln",
"transcript": "ENST00000638991.1",
"protein_id": "ENSP00000490978.1",
"transcript_support_level": 5,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3251,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 3428,
"cdna_end": null,
"cdna_length": 11990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "ENST00000639489.1",
"protein_id": "ENSP00000491927.1",
"transcript_support_level": 5,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 3387,
"cdna_end": null,
"cdna_length": 4302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3251G>A",
"hgvs_p": "p.Arg1084Gln",
"transcript": "ENST00000640141.1",
"protein_id": "ENSP00000491418.1",
"transcript_support_level": 5,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3251,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 3384,
"cdna_end": null,
"cdna_length": 5705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3251G>A",
"hgvs_p": "p.Arg1084Gln",
"transcript": "NM_001322829.2",
"protein_id": "NP_001309758.1",
"transcript_support_level": null,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3251,
"cds_end": null,
"cds_length": 3543,
"cdna_start": 3417,
"cdna_end": null,
"cdna_length": 11976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "NM_001410940.1",
"protein_id": "NP_001397869.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 3408,
"cdna_end": null,
"cdna_length": 11970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "NM_002247.4",
"protein_id": "NP_002238.2",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 3408,
"cdna_end": null,
"cdna_length": 6087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000639601.1",
"protein_id": "ENSP00000492806.1",
"transcript_support_level": 5,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 3358,
"cdna_end": null,
"cdna_length": 11920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000640029.1",
"protein_id": "ENSP00000491463.1",
"transcript_support_level": 5,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 3242,
"cdna_end": null,
"cdna_length": 3537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000640834.1",
"protein_id": "ENSP00000491920.1",
"transcript_support_level": 5,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 3338,
"cdna_end": null,
"cdna_length": 3664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "NM_001322832.2",
"protein_id": "NP_001309761.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1177,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3534,
"cdna_start": 3408,
"cdna_end": null,
"cdna_length": 11967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000638306.1",
"protein_id": "ENSP00000491008.1",
"transcript_support_level": 5,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1177,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3534,
"cdna_start": 3375,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "ENST00000639486.1",
"protein_id": "ENSP00000492005.1",
"transcript_support_level": 5,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1177,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3534,
"cdna_start": 3593,
"cdna_end": null,
"cdna_length": 8850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3233G>A",
"hgvs_p": "p.Arg1078Gln",
"transcript": "ENST00000640934.1",
"protein_id": "ENSP00000491539.1",
"transcript_support_level": 5,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1175,
"cds_start": 3233,
"cds_end": null,
"cds_length": 3528,
"cdna_start": 3233,
"cdna_end": null,
"cdna_length": 3528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3263G>A",
"hgvs_p": "p.Arg1088Gln",
"transcript": "ENST00000640773.1",
"protein_id": "ENSP00000491173.1",
"transcript_support_level": 5,
"aa_start": 1088,
"aa_end": null,
"aa_length": 1159,
"cds_start": 3263,
"cds_end": null,
"cds_length": 3480,
"cdna_start": 3264,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3146G>A",
"hgvs_p": "p.Arg1049Gln",
"transcript": "ENST00000639823.1",
"protein_id": "ENSP00000490982.1",
"transcript_support_level": 5,
"aa_start": 1049,
"aa_end": null,
"aa_length": 1146,
"cds_start": 3146,
"cds_end": null,
"cds_length": 3441,
"cdna_start": 3146,
"cdna_end": null,
"cdna_length": 3638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3134G>A",
"hgvs_p": "p.Arg1045Gln",
"transcript": "ENST00000404857.6",
"protein_id": "ENSP00000385806.3",
"transcript_support_level": 5,
"aa_start": 1045,
"aa_end": null,
"aa_length": 1142,
"cds_start": 3134,
"cds_end": null,
"cds_length": 3429,
"cdna_start": 3134,
"cdna_end": null,
"cdna_length": 3429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3137G>A",
"hgvs_p": "p.Arg1046Gln",
"transcript": "ENST00000639205.1",
"protein_id": "ENSP00000492718.1",
"transcript_support_level": 5,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1142,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3429,
"cdna_start": 3137,
"cdna_end": null,
"cdna_length": 8394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3092G>A",
"hgvs_p": "p.Arg1031Gln",
"transcript": "NM_001271518.2",
"protein_id": "NP_001258447.1",
"transcript_support_level": null,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3092,
"cds_end": null,
"cds_length": 3387,
"cdna_start": 3258,
"cdna_end": null,
"cdna_length": 11820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3044G>A",
"hgvs_p": "p.Arg1015Gln",
"transcript": "ENST00000638283.1",
"protein_id": "ENSP00000491300.1",
"transcript_support_level": 5,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1122,
"cds_start": 3044,
"cds_end": null,
"cds_length": 3369,
"cdna_start": 3044,
"cdna_end": null,
"cdna_length": 3408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3065G>A",
"hgvs_p": "p.Arg1022Gln",
"transcript": "ENST00000638252.1",
"protein_id": "ENSP00000492178.1",
"transcript_support_level": 5,
"aa_start": 1022,
"aa_end": null,
"aa_length": 1119,
"cds_start": 3065,
"cds_end": null,
"cds_length": 3360,
"cdna_start": 3065,
"cdna_end": null,
"cdna_length": 3360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2894G>A",
"hgvs_p": "p.Arg965Gln",
"transcript": "ENST00000640626.1",
"protein_id": "ENSP00000491545.1",
"transcript_support_level": 5,
"aa_start": 965,
"aa_end": null,
"aa_length": 1115,
"cds_start": 2894,
"cds_end": null,
"cds_length": 3348,
"cdna_start": 2894,
"cdna_end": null,
"cdna_length": 3348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2957G>A",
"hgvs_p": "p.Arg986Gln",
"transcript": "ENST00000707137.1",
"protein_id": "ENSP00000516759.1",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1083,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 2959,
"cdna_end": null,
"cdna_length": 11521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2921G>A",
"hgvs_p": "p.Arg974Gln",
"transcript": "ENST00000354353.9",
"protein_id": "ENSP00000346321.6",
"transcript_support_level": 5,
"aa_start": 974,
"aa_end": null,
"aa_length": 1071,
"cds_start": 2921,
"cds_end": null,
"cds_length": 3216,
"cdna_start": 3049,
"cdna_end": null,
"cdna_length": 5732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2828G>A",
"hgvs_p": "p.Arg943Gln",
"transcript": "ENST00000406533.7",
"protein_id": "ENSP00000385552.4",
"transcript_support_level": 5,
"aa_start": 943,
"aa_end": null,
"aa_length": 1040,
"cds_start": 2828,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 2956,
"cdna_end": null,
"cdna_length": 5639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2789G>A",
"hgvs_p": "p.Arg930Gln",
"transcript": "NM_001322838.2",
"protein_id": "NP_001309767.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 12025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2768G>A",
"hgvs_p": "p.Arg923Gln",
"transcript": "ENST00000638754.1",
"protein_id": "ENSP00000491166.1",
"transcript_support_level": 5,
"aa_start": 923,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2768,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 2768,
"cdna_end": null,
"cdna_length": 5069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2606G>A",
"hgvs_p": "p.Arg869Gln",
"transcript": "ENST00000639730.1",
"protein_id": "ENSP00000492519.1",
"transcript_support_level": 5,
"aa_start": 869,
"aa_end": null,
"aa_length": 976,
"cds_start": 2606,
"cds_end": null,
"cds_length": 2931,
"cdna_start": 2608,
"cdna_end": null,
"cdna_length": 2962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2672G>A",
"hgvs_p": "p.Arg891Gln",
"transcript": "ENST00000640353.1",
"protein_id": "ENSP00000492153.1",
"transcript_support_level": 5,
"aa_start": 891,
"aa_end": null,
"aa_length": 962,
"cds_start": 2672,
"cds_end": null,
"cds_length": 2889,
"cdna_start": 2673,
"cdna_end": null,
"cdna_length": 2890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.1433G>A",
"hgvs_p": "p.Arg478Gln",
"transcript": "ENST00000639716.1",
"protein_id": "ENSP00000491131.1",
"transcript_support_level": 5,
"aa_start": 478,
"aa_end": null,
"aa_length": 575,
"cds_start": 1433,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1433,
"cdna_end": null,
"cdna_length": 3790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Arg1214Gln",
"transcript": "XM_017016207.3",
"protein_id": "XP_016871696.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1311,
"cds_start": 3641,
"cds_end": null,
"cds_length": 3936,
"cdna_start": 3807,
"cdna_end": null,
"cdna_length": 12369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Arg1214Gln",
"transcript": "XM_017016208.3",
"protein_id": "XP_016871697.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1310,
"cds_start": 3641,
"cds_end": null,
"cds_length": 3933,
"cdna_start": 3807,
"cdna_end": null,
"cdna_length": 12366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3629G>A",
"hgvs_p": "p.Arg1210Gln",
"transcript": "XM_017016209.3",
"protein_id": "XP_016871698.1",
"transcript_support_level": null,
"aa_start": 1210,
"aa_end": null,
"aa_length": 1307,
"cds_start": 3629,
"cds_end": null,
"cds_length": 3924,
"cdna_start": 3795,
"cdna_end": null,
"cdna_length": 6474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "XM_024447987.2",
"protein_id": "XP_024303755.1",
"transcript_support_level": null,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 3582,
"cdna_end": null,
"cdna_length": 12170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3560G>A",
"hgvs_p": "p.Arg1187Gln",
"transcript": "XM_011539773.3",
"protein_id": "XP_011538075.1",
"transcript_support_level": null,
"aa_start": 1187,
"aa_end": null,
"aa_length": 1284,
"cds_start": 3560,
"cds_end": null,
"cds_length": 3855,
"cdna_start": 3726,
"cdna_end": null,
"cdna_length": 12288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3560G>A",
"hgvs_p": "p.Arg1187Gln",
"transcript": "XM_017016210.3",
"protein_id": "XP_016871699.1",
"transcript_support_level": null,
"aa_start": 1187,
"aa_end": null,
"aa_length": 1283,
"cds_start": 3560,
"cds_end": null,
"cds_length": 3852,
"cdna_start": 3726,
"cdna_end": null,
"cdna_length": 12285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3554G>A",
"hgvs_p": "p.Arg1185Gln",
"transcript": "XM_011539774.3",
"protein_id": "XP_011538076.1",
"transcript_support_level": null,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1282,
"cds_start": 3554,
"cds_end": null,
"cds_length": 3849,
"cdna_start": 3720,
"cdna_end": null,
"cdna_length": 6399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3548G>A",
"hgvs_p": "p.Arg1183Gln",
"transcript": "XM_011539775.3",
"protein_id": "XP_011538077.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1280,
"cds_start": 3548,
"cds_end": null,
"cds_length": 3843,
"cdna_start": 3714,
"cdna_end": null,
"cdna_length": 12276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3509G>A",
"hgvs_p": "p.Arg1170Gln",
"transcript": "XM_011539777.3",
"protein_id": "XP_011538079.1",
"transcript_support_level": null,
"aa_start": 1170,
"aa_end": null,
"aa_length": 1267,
"cds_start": 3509,
"cds_end": null,
"cds_length": 3804,
"cdna_start": 3675,
"cdna_end": null,
"cdna_length": 6354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3497G>A",
"hgvs_p": "p.Arg1166Gln",
"transcript": "XM_011539778.3",
"protein_id": "XP_011538080.1",
"transcript_support_level": null,
"aa_start": 1166,
"aa_end": null,
"aa_length": 1263,
"cds_start": 3497,
"cds_end": null,
"cds_length": 3792,
"cdna_start": 3663,
"cdna_end": null,
"cdna_length": 6342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3323G>A",
"hgvs_p": "p.Arg1108Gln",
"transcript": "XM_005269776.5",
"protein_id": "XP_005269833.1",
"transcript_support_level": null,
"aa_start": 1108,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3323,
"cds_end": null,
"cds_length": 3774,
"cdna_start": 3489,
"cdna_end": null,
"cdna_length": 12077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3473G>A",
"hgvs_p": "p.Arg1158Gln",
"transcript": "XM_017016211.3",
"protein_id": "XP_016871700.1",
"transcript_support_level": null,
"aa_start": 1158,
"aa_end": null,
"aa_length": 1254,
"cds_start": 3473,
"cds_end": null,
"cds_length": 3765,
"cdna_start": 3639,
"cdna_end": null,
"cdna_length": 12198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3467G>A",
"hgvs_p": "p.Arg1156Gln",
"transcript": "XM_047425195.1",
"protein_id": "XP_047281151.1",
"transcript_support_level": null,
"aa_start": 1156,
"aa_end": null,
"aa_length": 1253,
"cds_start": 3467,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 3633,
"cdna_end": null,
"cdna_length": 6312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3461G>A",
"hgvs_p": "p.Arg1154Gln",
"transcript": "XM_047425196.1",
"protein_id": "XP_047281152.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1251,
"cds_start": 3461,
"cds_end": null,
"cds_length": 3756,
"cdna_start": 3627,
"cdna_end": null,
"cdna_length": 12189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3461G>A",
"hgvs_p": "p.Arg1154Gln",
"transcript": "XM_017016213.3",
"protein_id": "XP_016871702.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1250,
"cds_start": 3461,
"cds_end": null,
"cds_length": 3753,
"cdna_start": 3627,
"cdna_end": null,
"cdna_length": 12186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3455G>A",
"hgvs_p": "p.Arg1152Gln",
"transcript": "XM_017016214.3",
"protein_id": "XP_016871703.1",
"transcript_support_level": null,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1249,
"cds_start": 3455,
"cds_end": null,
"cds_length": 3750,
"cdna_start": 3621,
"cdna_end": null,
"cdna_length": 6300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Arg1143Gln",
"transcript": "XM_011539780.3",
"protein_id": "XP_011538082.1",
"transcript_support_level": null,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1240,
"cds_start": 3428,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 3594,
"cdna_end": null,
"cdna_length": 12156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Arg1143Gln",
"transcript": "XM_005269778.3",
"protein_id": "XP_005269835.1",
"transcript_support_level": null,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1239,
"cds_start": 3428,
"cds_end": null,
"cds_length": 3720,
"cdna_start": 3594,
"cdna_end": null,
"cdna_length": 12153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "XM_005269781.3",
"protein_id": "XP_005269838.1",
"transcript_support_level": null,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3582,
"cdna_end": null,
"cdna_length": 12144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln",
"transcript": "XM_024447984.2",
"protein_id": "XP_024303752.1",
"transcript_support_level": null,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3416,
"cds_end": null,
"cds_length": 3708,
"cdna_start": 3582,
"cdna_end": null,
"cdna_length": 12141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "XM_024447988.2",
"protein_id": "XP_024303756.1",
"transcript_support_level": null,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 3420,
"cdna_end": null,
"cdna_length": 12008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "XM_024447989.2",
"protein_id": "XP_024303757.1",
"transcript_support_level": null,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 3420,
"cdna_end": null,
"cdna_length": 12008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3410G>A",
"hgvs_p": "p.Arg1137Gln",
"transcript": "XM_047425197.1",
"protein_id": "XP_047281153.1",
"transcript_support_level": null,
"aa_start": 1137,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3410,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 3576,
"cdna_end": null,
"cdna_length": 6255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "XM_005269787.5",
"protein_id": "XP_005269844.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1230,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3693,
"cdna_start": 3408,
"cdna_end": null,
"cdna_length": 11996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "XM_024447990.2",
"protein_id": "XP_024303758.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1230,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3693,
"cdna_start": 3408,
"cdna_end": null,
"cdna_length": 11996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3386G>A",
"hgvs_p": "p.Arg1129Gln",
"transcript": "XM_011539781.4",
"protein_id": "XP_011538083.1",
"transcript_support_level": null,
"aa_start": 1129,
"aa_end": null,
"aa_length": 1226,
"cds_start": 3386,
"cds_end": null,
"cds_length": 3681,
"cdna_start": 3552,
"cdna_end": null,
"cdna_length": 12114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3374G>A",
"hgvs_p": "p.Arg1125Gln",
"transcript": "XM_017016217.2",
"protein_id": "XP_016871706.1",
"transcript_support_level": null,
"aa_start": 1125,
"aa_end": null,
"aa_length": 1221,
"cds_start": 3374,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 12099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3341G>A",
"hgvs_p": "p.Arg1114Gln",
"transcript": "XM_011539783.3",
"protein_id": "XP_011538085.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 1211,
"cds_start": 3341,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 3507,
"cdna_end": null,
"cdna_length": 6186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3335G>A",
"hgvs_p": "p.Arg1112Gln",
"transcript": "XM_005269789.3",
"protein_id": "XP_005269846.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3335,
"cds_end": null,
"cds_length": 3630,
"cdna_start": 3501,
"cdna_end": null,
"cdna_length": 12063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3332G>A",
"hgvs_p": "p.Arg1111Gln",
"transcript": "XM_011539785.3",
"protein_id": "XP_011538087.1",
"transcript_support_level": null,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3332,
"cds_end": null,
"cds_length": 3624,
"cdna_start": 3498,
"cdna_end": null,
"cdna_length": 12057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3329G>A",
"hgvs_p": "p.Arg1110Gln",
"transcript": "XM_047425199.1",
"protein_id": "XP_047281155.1",
"transcript_support_level": null,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3329,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 3495,
"cdna_end": null,
"cdna_length": 12054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3323G>A",
"hgvs_p": "p.Arg1108Gln",
"transcript": "XM_006717826.3",
"protein_id": "XP_006717889.1",
"transcript_support_level": null,
"aa_start": 1108,
"aa_end": null,
"aa_length": 1205,
"cds_start": 3323,
"cds_end": null,
"cds_length": 3618,
"cdna_start": 3489,
"cdna_end": null,
"cdna_length": 6168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3254G>A",
"hgvs_p": "p.Arg1085Gln",
"transcript": "XM_024447985.2",
"protein_id": "XP_024303753.1",
"transcript_support_level": null,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3254,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 3420,
"cdna_end": null,
"cdna_length": 11979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3242G>A",
"hgvs_p": "p.Arg1081Gln",
"transcript": "XM_017016222.3",
"protein_id": "XP_016871711.2",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1177,
"cds_start": 3242,
"cds_end": null,
"cds_length": 3534,
"cdna_start": 3408,
"cdna_end": null,
"cdna_length": 11967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3035G>A",
"hgvs_p": "p.Arg1012Gln",
"transcript": "XM_024447986.2",
"protein_id": "XP_024303754.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1109,
"cds_start": 3035,
"cds_end": null,
"cds_length": 3330,
"cdna_start": 15964,
"cdna_end": null,
"cdna_length": 18643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2789G>A",
"hgvs_p": "p.Arg930Gln",
"transcript": "XM_017016223.1",
"protein_id": "XP_016871712.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 2804,
"cdna_end": null,
"cdna_length": 11363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.2741G>A",
"hgvs_p": "p.Arg914Gln",
"transcript": "XM_047425200.1",
"protein_id": "XP_047281156.1",
"transcript_support_level": null,
"aa_start": 914,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2741,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 2870,
"cdna_end": null,
"cdna_length": 5549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.7605G>A",
"hgvs_p": null,
"transcript": "ENST00000638632.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2373G>A",
"hgvs_p": null,
"transcript": "ENST00000638751.1",
"protein_id": "ENSP00000492172.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.2959G>A",
"hgvs_p": null,
"transcript": "ENST00000639069.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.2163G>A",
"hgvs_p": null,
"transcript": "ENST00000639321.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*1938G>A",
"hgvs_p": null,
"transcript": "ENST00000639483.1",
"protein_id": "ENSP00000492406.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.3325G>A",
"hgvs_p": null,
"transcript": "ENST00000639657.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2260G>A",
"hgvs_p": null,
"transcript": "ENST00000639968.1",
"protein_id": "ENSP00000491723.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*1146G>A",
"hgvs_p": null,
"transcript": "ENST00000639995.1",
"protein_id": "ENSP00000491902.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2065G>A",
"hgvs_p": null,
"transcript": "ENST00000640093.1",
"protein_id": "ENSP00000492224.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.2946G>A",
"hgvs_p": null,
"transcript": "ENST00000640570.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2373G>A",
"hgvs_p": null,
"transcript": "ENST00000638751.1",
"protein_id": "ENSP00000492172.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*1938G>A",
"hgvs_p": null,
"transcript": "ENST00000639483.1",
"protein_id": "ENSP00000492406.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2260G>A",
"hgvs_p": null,
"transcript": "ENST00000639968.1",
"protein_id": "ENSP00000491723.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*1146G>A",
"hgvs_p": null,
"transcript": "ENST00000639995.1",
"protein_id": "ENSP00000491902.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2065G>A",
"hgvs_p": null,
"transcript": "ENST00000640093.1",
"protein_id": "ENSP00000492224.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNMA1-AS1",
"gene_hgnc_id": 51213,
"hgvs_c": "n.69+1215C>T",
"hgvs_p": null,
"transcript": "ENST00000426234.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNMA1-AS1",
"gene_hgnc_id": 51213,
"hgvs_c": "n.206+1215C>T",
"hgvs_p": null,
"transcript": "ENST00000458661.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNMA1-AS1",
"gene_hgnc_id": 51213,
"hgvs_c": "n.221-38C>T",
"hgvs_p": null,
"transcript": "ENST00000595702.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNMA1-AS1",
"gene_hgnc_id": 51213,
"hgvs_c": "n.220+1215C>T",
"hgvs_p": null,
"transcript": "ENST00000609102.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.2354-1981G>A",
"hgvs_p": null,
"transcript": "ENST00000638999.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNMA1-AS1",
"gene_hgnc_id": 51213,
"hgvs_c": "n.238+1215C>T",
"hgvs_p": null,
"transcript": "NR_120655.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"dbsnp": "rs1397556923",
"frequency_reference_population": 0.0000030981353,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273633,
"gnomad_genomes_af": 0.00000657618,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8931909203529358,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.3400000035762787,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.661,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8982,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.568,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.34,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000286628.14",
"gene_symbol": "KCNMA1",
"hgnc_id": 6284,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3416G>A",
"hgvs_p": "p.Arg1139Gln"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000429850.2",
"gene_symbol": "KCNMA1-AS1",
"hgnc_id": 51213,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.238+1215C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Generalized epilepsy-paroxysmal dyskinesia syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Generalized epilepsy-paroxysmal dyskinesia syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}