← 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: 1-239548263-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=239548263&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 239548263,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001375978.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null,
"transcript": "NM_001375978.1",
"protein_id": "NP_001362907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9179,
"mane_select": "ENST00000676153.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null,
"transcript": "ENST00000676153.1",
"protein_id": "ENSP00000502667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9179,
"mane_select": "NM_001375978.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-542+2514G>A",
"hgvs_p": null,
"transcript": "NM_001347716.2",
"protein_id": "NP_001334645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-250+2514G>A",
"hgvs_p": null,
"transcript": "NM_001375979.1",
"protein_id": "NP_001362908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-250+2514G>A",
"hgvs_p": null,
"transcript": "NM_001375980.1",
"protein_id": "NP_001362909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null,
"transcript": "NM_001375981.1",
"protein_id": "NP_001362910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2510G>A",
"hgvs_p": null,
"transcript": "NM_001375982.1",
"protein_id": "NP_001362911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-354+2514G>A",
"hgvs_p": null,
"transcript": "NM_001375983.1",
"protein_id": "NP_001362912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-417+2514G>A",
"hgvs_p": null,
"transcript": "NM_001375984.1",
"protein_id": "NP_001362913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-354+2514G>A",
"hgvs_p": null,
"transcript": "NM_001375985.1",
"protein_id": "NP_001362914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null,
"transcript": "ENST00000615928.5",
"protein_id": "ENSP00000482377.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2510G>A",
"hgvs_p": null,
"transcript": "ENST00000675184.1",
"protein_id": "ENSP00000502349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2740,
"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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "n.871+2514G>A",
"hgvs_p": null,
"transcript": "ENST00000468573.5",
"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": 2005,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "n.516+2514G>A",
"hgvs_p": null,
"transcript": "ENST00000492335.5",
"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": 719,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "n.488+2514G>A",
"hgvs_p": null,
"transcript": "ENST00000674678.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": 2704,
"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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "n.868+2514G>A",
"hgvs_p": null,
"transcript": "NR_164748.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": 2004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-646+2514G>A",
"hgvs_p": null,
"transcript": "XM_011544043.3",
"protein_id": "XP_011542345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-417+2514G>A",
"hgvs_p": null,
"transcript": "XM_011544044.3",
"protein_id": "XP_011542346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-186+2514G>A",
"hgvs_p": null,
"transcript": "XM_011544047.3",
"protein_id": "XP_011542349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null,
"transcript": "XM_017000152.3",
"protein_id": "XP_016855641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null,
"transcript": "XM_017000154.2",
"protein_id": "XP_016855643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 22145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-123+2514G>A",
"hgvs_p": null,
"transcript": "XM_017000159.2",
"protein_id": "XP_016855648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-186+2514G>A",
"hgvs_p": null,
"transcript": "XM_017000162.2",
"protein_id": "XP_016855651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-417+2510G>A",
"hgvs_p": null,
"transcript": "XM_047443115.1",
"protein_id": "XP_047299071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null,
"transcript": "XM_047443119.1",
"protein_id": "XP_047299075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-479+2514G>A",
"hgvs_p": null,
"transcript": "XM_047443128.1",
"protein_id": "XP_047299084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-313+2510G>A",
"hgvs_p": null,
"transcript": "XM_047443148.1",
"protein_id": "XP_047299104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-646+2514G>A",
"hgvs_p": null,
"transcript": "XM_047443157.1",
"protein_id": "XP_047299113.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-186+2510G>A",
"hgvs_p": null,
"transcript": "XM_047443164.1",
"protein_id": "XP_047299120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-542+2514G>A",
"hgvs_p": null,
"transcript": "XM_047443178.1",
"protein_id": "XP_047299134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-583+2514G>A",
"hgvs_p": null,
"transcript": "XM_047443199.1",
"protein_id": "XP_047299155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-479+2514G>A",
"hgvs_p": null,
"transcript": "XM_047443206.1",
"protein_id": "XP_047299162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-186+2510G>A",
"hgvs_p": null,
"transcript": "XM_047443223.1",
"protein_id": "XP_047299179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.-123+2514G>A",
"hgvs_p": null,
"transcript": "XM_047443244.1",
"protein_id": "XP_047299200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.904,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001375978.1",
"gene_symbol": "CHRM3",
"hgnc_id": 1952,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-313+2514G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Prune belly syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Prune belly syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}