← 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: 3-178828178-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=178828178&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 178828178,
"ref": "C",
"alt": "G",
"effect": "missense_variant,splice_region_variant",
"transcript": "NM_005832.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "NM_181361.3",
"protein_id": "NP_852006.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000452583.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181361.3"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000452583.6",
"protein_id": "ENSP00000397483.1",
"transcript_support_level": 1,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_181361.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452583.6"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000358316.7",
"protein_id": "ENSP00000351068.3",
"transcript_support_level": 1,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358316.7"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000432997.5",
"protein_id": "ENSP00000407592.1",
"transcript_support_level": 1,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432997.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000275163",
"gene_hgnc_id": null,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000614557.1",
"protein_id": "ENSP00000483415.1",
"transcript_support_level": 2,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614557.1"
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.194+31311G>C",
"hgvs_p": null,
"transcript": "ENST00000437488.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000437488.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "NM_001278911.2",
"protein_id": "NP_001265840.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278911.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "NM_005832.5",
"protein_id": "NP_005823.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005832.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000420517.6",
"protein_id": "ENSP00000408252.2",
"transcript_support_level": 5,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420517.6"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000894538.1",
"protein_id": "ENSP00000564597.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894538.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000437510.5",
"protein_id": "ENSP00000395807.1",
"transcript_support_level": 4,
"aa_start": 76,
"aa_end": null,
"aa_length": 136,
"cds_start": 228,
"cds_end": null,
"cds_length": 412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437510.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "ENST00000455865.5",
"protein_id": "ENSP00000399100.1",
"transcript_support_level": 3,
"aa_start": 76,
"aa_end": null,
"aa_length": 99,
"cds_start": 228,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455865.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg",
"transcript": "XM_011512325.3",
"protein_id": "XP_011510627.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 235,
"cds_start": 228,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512325.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "n.*272C>G",
"hgvs_p": null,
"transcript": "ENST00000422927.1",
"protein_id": "ENSP00000414228.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000422927.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"hgvs_c": "n.*272C>G",
"hgvs_p": null,
"transcript": "ENST00000422927.1",
"protein_id": "ENSP00000414228.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000422927.1"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.184+13367G>C",
"hgvs_p": null,
"transcript": "ENST00000425330.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000425330.1"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.134+13367G>C",
"hgvs_p": null,
"transcript": "ENST00000432385.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000432385.5"
},
{
"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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.263+13367G>C",
"hgvs_p": null,
"transcript": "ENST00000451742.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000451742.5"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.2964-78942G>C",
"hgvs_p": null,
"transcript": "ENST00000668466.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000668466.1"
},
{
"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": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.207-78942G>C",
"hgvs_p": null,
"transcript": "ENST00000730825.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730825.1"
},
{
"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": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.214+31311G>C",
"hgvs_p": null,
"transcript": "ENST00000730826.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730826.1"
},
{
"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": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.311+31311G>C",
"hgvs_p": null,
"transcript": "ENST00000730827.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730827.1"
},
{
"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": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.317+31311G>C",
"hgvs_p": null,
"transcript": "ENST00000730828.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730828.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.125+32116G>C",
"hgvs_p": null,
"transcript": "ENST00000730829.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730829.1"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.304+13367G>C",
"hgvs_p": null,
"transcript": "ENST00000730830.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730830.1"
},
{
"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": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.183+31311G>C",
"hgvs_p": null,
"transcript": "ENST00000730831.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730831.1"
},
{
"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": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.171+13403G>C",
"hgvs_p": null,
"transcript": "ENST00000730832.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000730832.1"
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.247+31311G>C",
"hgvs_p": null,
"transcript": "NR_126560.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_126560.1"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNMB2-AS1",
"gene_hgnc_id": 51409,
"hgvs_c": "n.248-26244G>C",
"hgvs_p": null,
"transcript": "NR_126561.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_126561.1"
}
],
"gene_symbol": "KCNMB2",
"gene_hgnc_id": 6286,
"dbsnp": "rs770772310",
"frequency_reference_population": 0.000001370877,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137088,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8106055855751038,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.1679999977350235,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.268,
"revel_prediction": "Benign",
"alphamissense_score": 0.9473,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.071,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.000092259070889182,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005832.5",
"gene_symbol": "KCNMB2",
"hgnc_id": 6286,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000614557.1",
"gene_symbol": "ENSG00000275163",
"hgnc_id": null,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.228C>G",
"hgvs_p": "p.Ser76Arg"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000437488.5",
"gene_symbol": "KCNMB2-AS1",
"hgnc_id": 51409,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.194+31311G>C",
"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
}