← 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-239907572-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=239907572&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 239907572,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001375978.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375978.1",
"protein_id": "NP_001362907.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1301,
"cdna_end": null,
"cdna_length": 9179,
"mane_select": "ENST00000676153.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "ENST00000676153.1",
"protein_id": "ENSP00000502667.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1301,
"cdna_end": null,
"cdna_length": 9179,
"mane_select": "NM_001375978.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "ENST00000255380.8",
"protein_id": "ENSP00000255380.4",
"transcript_support_level": 1,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 8780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_000740.4",
"protein_id": "NP_000731.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 8778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001347716.2",
"protein_id": "NP_001334645.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1530,
"cdna_end": null,
"cdna_length": 9408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375979.1",
"protein_id": "NP_001362908.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 9116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375980.1",
"protein_id": "NP_001362909.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1139,
"cdna_end": null,
"cdna_length": 9017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375981.1",
"protein_id": "NP_001362910.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1202,
"cdna_end": null,
"cdna_length": 9080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375982.1",
"protein_id": "NP_001362911.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 9183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375983.1",
"protein_id": "NP_001362912.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1342,
"cdna_end": null,
"cdna_length": 9220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375984.1",
"protein_id": "NP_001362913.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1306,
"cdna_end": null,
"cdna_length": 9184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "NM_001375985.1",
"protein_id": "NP_001362914.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1243,
"cdna_end": null,
"cdna_length": 9121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "ENST00000615928.5",
"protein_id": "ENSP00000482377.1",
"transcript_support_level": 5,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "ENST00000675184.1",
"protein_id": "ENSP00000502349.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 2740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "ENST00000676433.1",
"protein_id": "ENSP00000502013.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 2530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "ENST00000675709.1",
"protein_id": "ENSP00000502129.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 165,
"cds_start": 121,
"cds_end": null,
"cds_length": 499,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 1306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "ENST00000448020.1",
"protein_id": "ENSP00000404764.1",
"transcript_support_level": 2,
"aa_start": 41,
"aa_end": null,
"aa_length": 108,
"cds_start": 121,
"cds_end": null,
"cds_length": 329,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_011544043.3",
"protein_id": "XP_011542345.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_011544044.3",
"protein_id": "XP_011542346.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1405,
"cdna_end": null,
"cdna_length": 9283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_011544047.3",
"protein_id": "XP_011542349.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1174,
"cdna_end": null,
"cdna_length": 9052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_017000152.3",
"protein_id": "XP_016855641.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 4230,
"cdna_end": null,
"cdna_length": 12108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_017000154.2",
"protein_id": "XP_016855643.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 14267,
"cdna_end": null,
"cdna_length": 22145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_017000157.3",
"protein_id": "XP_016855646.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 8788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_017000159.2",
"protein_id": "XP_016855648.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1111,
"cdna_end": null,
"cdna_length": 8989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_017000160.3",
"protein_id": "XP_016855649.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 4070,
"cdna_end": null,
"cdna_length": 11948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_017000162.2",
"protein_id": "XP_016855651.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1075,
"cdna_end": null,
"cdna_length": 8953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_017000163.3",
"protein_id": "XP_016855652.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 10027,
"cdna_end": null,
"cdna_length": 17905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443115.1",
"protein_id": "XP_047299071.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1409,
"cdna_end": null,
"cdna_length": 9287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443119.1",
"protein_id": "XP_047299075.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 8616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443128.1",
"protein_id": "XP_047299084.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 9345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443148.1",
"protein_id": "XP_047299104.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1206,
"cdna_end": null,
"cdna_length": 9084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443157.1",
"protein_id": "XP_047299113.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 9413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443164.1",
"protein_id": "XP_047299120.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 9056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443178.1",
"protein_id": "XP_047299134.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1431,
"cdna_end": null,
"cdna_length": 9309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443199.1",
"protein_id": "XP_047299155.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1472,
"cdna_end": null,
"cdna_length": 9350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443206.1",
"protein_id": "XP_047299162.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1368,
"cdna_end": null,
"cdna_length": 9246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443223.1",
"protein_id": "XP_047299179.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 8957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443239.1",
"protein_id": "XP_047299195.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 4403,
"cdna_end": null,
"cdna_length": 12281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp",
"transcript": "XM_047443244.1",
"protein_id": "XP_047299200.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 590,
"cds_start": 121,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 8890,
"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": "CHRM3-AS1",
"gene_hgnc_id": 40150,
"hgvs_c": "n.708+8199T>C",
"hgvs_p": null,
"transcript": "ENST00000827818.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": 1082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CHRM3",
"gene_hgnc_id": 1952,
"dbsnp": null,
"frequency_reference_population": 0.000002052138,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205214,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11668393015861511,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.071,
"revel_prediction": "Benign",
"alphamissense_score": 0.0589,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.722,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 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_001375978.1",
"gene_symbol": "CHRM3",
"hgnc_id": 1952,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Asn41Asp"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000827818.1",
"gene_symbol": "CHRM3-AS1",
"hgnc_id": 40150,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.708+8199T>C",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}