← 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-76877899-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=76877899&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 76877899,
"ref": "G",
"alt": "A",
"effect": "splice_region_variant,intron_variant",
"transcript": "NM_001322830.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3363-6C>T",
"hgvs_p": null,
"transcript": "ENST00000640807.1",
"protein_id": "ENSP00000491555.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1128,
"cds_start": -4,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3108-6C>T",
"hgvs_p": null,
"transcript": "ENST00000604624.6",
"protein_id": "ENSP00000473714.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1043,
"cds_start": -4,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2392-9C>T",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.3737-9C>T",
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3716-9C>T",
"hgvs_p": null,
"transcript": "ENST00000404771.8",
"protein_id": "ENSP00000385717.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": -4,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3587-6C>T",
"hgvs_p": null,
"transcript": "ENST00000639591.1",
"protein_id": "ENSP00000492793.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1246,
"cds_start": -4,
"cds_end": null,
"cds_length": 3741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3708-9C>T",
"hgvs_p": null,
"transcript": "ENST00000640523.1",
"protein_id": "ENSP00000491795.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1242,
"cds_start": -4,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3699-9C>T",
"hgvs_p": null,
"transcript": "ENST00000638848.1",
"protein_id": "ENSP00000492414.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1239,
"cds_start": -4,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3563-6C>T",
"hgvs_p": null,
"transcript": "ENST00000640605.1",
"protein_id": "ENSP00000491435.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1238,
"cds_start": -4,
"cds_end": null,
"cds_length": 3717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3687-6C>T",
"hgvs_p": null,
"transcript": "ENST00000639544.1",
"protein_id": "ENSP00000492075.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1236,
"cds_start": -4,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3687-9C>T",
"hgvs_p": null,
"transcript": "ENST00000457953.6",
"protein_id": "ENSP00000396608.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": -4,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3554-9C>T",
"hgvs_p": null,
"transcript": "ENST00000638606.1",
"protein_id": "ENSP00000491981.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1234,
"cds_start": -4,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3554-9C>T",
"hgvs_p": null,
"transcript": "ENST00000640182.1",
"protein_id": "ENSP00000492510.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1234,
"cds_start": -4,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3551-9C>T",
"hgvs_p": null,
"transcript": "ENST00000372440.6",
"protein_id": "ENSP00000361517.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1233,
"cds_start": -4,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3551-9C>T",
"hgvs_p": null,
"transcript": "ENST00000638351.1",
"protein_id": "ENSP00000491156.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1233,
"cds_start": -4,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3548-9C>T",
"hgvs_p": null,
"transcript": "ENST00000372437.6",
"protein_id": "ENSP00000361514.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1232,
"cds_start": -4,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3542-9C>T",
"hgvs_p": null,
"transcript": "ENST00000638203.1",
"protein_id": "ENSP00000491123.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1230,
"cds_start": -4,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3542-9C>T",
"hgvs_p": null,
"transcript": "ENST00000639090.1",
"protein_id": "ENSP00000491673.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1230,
"cds_start": -4,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3518-9C>T",
"hgvs_p": null,
"transcript": "ENST00000638895.1",
"protein_id": "ENSP00000491207.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1222,
"cds_start": -4,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3615-6C>T",
"hgvs_p": null,
"transcript": "NM_001322830.2",
"protein_id": "NP_001309759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1212,
"cds_start": -4,
"cds_end": null,
"cds_length": 3639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3615-6C>T",
"hgvs_p": null,
"transcript": "ENST00000638223.1",
"protein_id": "ENSP00000492492.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1212,
"cds_start": -4,
"cds_end": null,
"cds_length": 3639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3606-6C>T",
"hgvs_p": null,
"transcript": "ENST00000372443.6",
"protein_id": "ENSP00000361520.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": -4,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3606-9C>T",
"hgvs_p": null,
"transcript": "NM_001322835.2",
"protein_id": "NP_001309764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1208,
"cds_start": -4,
"cds_end": null,
"cds_length": 3627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3603-6C>T",
"hgvs_p": null,
"transcript": "ENST00000639913.1",
"protein_id": "ENSP00000492241.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1208,
"cds_start": -4,
"cds_end": null,
"cds_length": 3627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3600-6C>T",
"hgvs_p": null,
"transcript": "NM_001437423.1",
"protein_id": "NP_001424352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1207,
"cds_start": -4,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3437-6C>T",
"hgvs_p": null,
"transcript": "ENST00000639498.1",
"protein_id": "ENSP00000492835.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1196,
"cds_start": -4,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3437-9C>T",
"hgvs_p": null,
"transcript": "ENST00000372408.7",
"protein_id": "ENSP00000361485.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1195,
"cds_start": -4,
"cds_end": null,
"cds_length": 3588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3428-9C>T",
"hgvs_p": null,
"transcript": "ENST00000372403.9",
"protein_id": "ENSP00000361480.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": -4,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3401-6C>T",
"hgvs_p": null,
"transcript": "ENST00000639344.1",
"protein_id": "ENSP00000492559.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": -4,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3525-6C>T",
"hgvs_p": null,
"transcript": "NM_001014797.3",
"protein_id": "NP_001014797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1182,
"cds_start": -4,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3525-9C>T",
"hgvs_p": null,
"transcript": "ENST00000372421.10",
"protein_id": "ENSP00000361498.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1181,
"cds_start": -4,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3522-6C>T",
"hgvs_p": null,
"transcript": "ENST00000638991.1",
"protein_id": "ENSP00000490978.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1181,
"cds_start": -4,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3525-9C>T",
"hgvs_p": null,
"transcript": "ENST00000639489.1",
"protein_id": "ENSP00000491927.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1181,
"cds_start": -4,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3522-9C>T",
"hgvs_p": null,
"transcript": "NM_001322829.2",
"protein_id": "NP_001309758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1180,
"cds_start": -4,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3513-6C>T",
"hgvs_p": null,
"transcript": "NM_001410940.1",
"protein_id": "NP_001397869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1178,
"cds_start": -4,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3513-6C>T",
"hgvs_p": null,
"transcript": "ENST00000639601.1",
"protein_id": "ENSP00000492806.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1178,
"cds_start": -4,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3513-6C>T",
"hgvs_p": null,
"transcript": "ENST00000640029.1",
"protein_id": "ENSP00000491463.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1178,
"cds_start": -4,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3513-9C>T",
"hgvs_p": null,
"transcript": "NM_001322832.2",
"protein_id": "NP_001309761.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1177,
"cds_start": -4,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3513-9C>T",
"hgvs_p": null,
"transcript": "ENST00000638306.1",
"protein_id": "ENSP00000491008.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1177,
"cds_start": -4,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3513-9C>T",
"hgvs_p": null,
"transcript": "ENST00000639486.1",
"protein_id": "ENSP00000492005.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1177,
"cds_start": -4,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3504-6C>T",
"hgvs_p": null,
"transcript": "ENST00000640934.1",
"protein_id": "ENSP00000491539.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1175,
"cds_start": -4,
"cds_end": null,
"cds_length": 3528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3405-6C>T",
"hgvs_p": null,
"transcript": "ENST00000404857.6",
"protein_id": "ENSP00000385806.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1142,
"cds_start": -4,
"cds_end": null,
"cds_length": 3429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3408-9C>T",
"hgvs_p": null,
"transcript": "ENST00000639205.1",
"protein_id": "ENSP00000492718.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1142,
"cds_start": -4,
"cds_end": null,
"cds_length": 3429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3363-6C>T",
"hgvs_p": null,
"transcript": "NM_001271518.2",
"protein_id": "NP_001258447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1128,
"cds_start": -4,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3336-6C>T",
"hgvs_p": null,
"transcript": "ENST00000638252.1",
"protein_id": "ENSP00000492178.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1119,
"cds_start": -4,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3194-6C>T",
"hgvs_p": null,
"transcript": "ENST00000640626.1",
"protein_id": "ENSP00000491545.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3228-6C>T",
"hgvs_p": null,
"transcript": "ENST00000707137.1",
"protein_id": "ENSP00000516759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": -4,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3060-9C>T",
"hgvs_p": null,
"transcript": "NM_001322838.2",
"protein_id": "NP_001309767.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": -4,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.369-6C>T",
"hgvs_p": null,
"transcript": "ENST00000468471.2",
"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": 439,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.342-9C>T",
"hgvs_p": null,
"transcript": "ENST00000638512.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 631,
"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": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.3259-9C>T",
"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": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2209-6C>T",
"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": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.3625-6C>T",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2560-9C>T",
"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": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*1417-6C>T",
"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": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.*2336-6C>T",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "n.3217-9C>T",
"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": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3912-6C>T",
"hgvs_p": null,
"transcript": "XM_017016207.3",
"protein_id": "XP_016871696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1311,
"cds_start": -4,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3912-9C>T",
"hgvs_p": null,
"transcript": "XM_017016208.3",
"protein_id": "XP_016871697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": -4,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3716-9C>T",
"hgvs_p": null,
"transcript": "XM_024447987.2",
"protein_id": "XP_024303755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": -4,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3831-6C>T",
"hgvs_p": null,
"transcript": "XM_011539773.3",
"protein_id": "XP_011538075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1284,
"cds_start": -4,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3831-9C>T",
"hgvs_p": null,
"transcript": "XM_017016210.3",
"protein_id": "XP_016871699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1283,
"cds_start": -4,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3819-6C>T",
"hgvs_p": null,
"transcript": "XM_011539775.3",
"protein_id": "XP_011538077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1280,
"cds_start": -4,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3623-9C>T",
"hgvs_p": null,
"transcript": "XM_005269776.5",
"protein_id": "XP_005269833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1257,
"cds_start": -4,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3744-9C>T",
"hgvs_p": null,
"transcript": "XM_017016211.3",
"protein_id": "XP_016871700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1254,
"cds_start": -4,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3732-6C>T",
"hgvs_p": null,
"transcript": "XM_047425196.1",
"protein_id": "XP_047281152.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1251,
"cds_start": -4,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3732-9C>T",
"hgvs_p": null,
"transcript": "XM_017016213.3",
"protein_id": "XP_016871702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1250,
"cds_start": -4,
"cds_end": null,
"cds_length": 3753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3699-6C>T",
"hgvs_p": null,
"transcript": "XM_011539780.3",
"protein_id": "XP_011538082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3699-9C>T",
"hgvs_p": null,
"transcript": "XM_005269778.3",
"protein_id": "XP_005269835.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1239,
"cds_start": -4,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3687-6C>T",
"hgvs_p": null,
"transcript": "XM_005269781.3",
"protein_id": "XP_005269838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1236,
"cds_start": -4,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3687-9C>T",
"hgvs_p": null,
"transcript": "XM_024447984.2",
"protein_id": "XP_024303752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": -4,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3554-9C>T",
"hgvs_p": null,
"transcript": "XM_024447988.2",
"protein_id": "XP_024303756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1234,
"cds_start": -4,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3554-9C>T",
"hgvs_p": null,
"transcript": "XM_024447989.2",
"protein_id": "XP_024303757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1234,
"cds_start": -4,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3542-9C>T",
"hgvs_p": null,
"transcript": "XM_005269787.5",
"protein_id": "XP_005269844.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1230,
"cds_start": -4,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3542-9C>T",
"hgvs_p": null,
"transcript": "XM_024447990.2",
"protein_id": "XP_024303758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1230,
"cds_start": -4,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3657-6C>T",
"hgvs_p": null,
"transcript": "XM_011539781.4",
"protein_id": "XP_011538083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1226,
"cds_start": -4,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3645-9C>T",
"hgvs_p": null,
"transcript": "XM_017016217.2",
"protein_id": "XP_016871706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1221,
"cds_start": -4,
"cds_end": null,
"cds_length": 3666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3606-6C>T",
"hgvs_p": null,
"transcript": "XM_005269789.3",
"protein_id": "XP_005269846.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": -4,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3603-9C>T",
"hgvs_p": null,
"transcript": "XM_011539785.3",
"protein_id": "XP_011538087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1207,
"cds_start": -4,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3600-9C>T",
"hgvs_p": null,
"transcript": "XM_047425199.1",
"protein_id": "XP_047281155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1206,
"cds_start": -4,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3525-9C>T",
"hgvs_p": null,
"transcript": "XM_024447985.2",
"protein_id": "XP_024303753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1181,
"cds_start": -4,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3513-9C>T",
"hgvs_p": null,
"transcript": "XM_017016222.3",
"protein_id": "XP_016871711.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1177,
"cds_start": -4,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"hgvs_c": "c.3060-9C>T",
"hgvs_p": null,
"transcript": "XM_017016223.1",
"protein_id": "XP_016871712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": -4,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KCNMA1",
"gene_hgnc_id": 6284,
"dbsnp": "rs201763376",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4000000059604645,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07199999690055847,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.273,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": 0.0102833320419941,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001322830.2",
"gene_symbol": "KCNMA1",
"hgnc_id": 6284,
"effects": [
"splice_region_variant",
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3615-6C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}