← 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: 22-41577355-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=41577355&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 41577355,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002676.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.752G>C",
"hgvs_p": "p.Arg251Pro",
"transcript": "NM_002676.3",
"protein_id": "NP_002667.2",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 262,
"cds_start": 752,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000216259.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002676.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.752G>C",
"hgvs_p": "p.Arg251Pro",
"transcript": "ENST00000216259.8",
"protein_id": "ENSP00000216259.7",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 262,
"cds_start": 752,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002676.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216259.8"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.986G>C",
"hgvs_p": "p.Arg329Pro",
"transcript": "ENST00000949539.1",
"protein_id": "ENSP00000619598.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 340,
"cds_start": 986,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949539.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.881G>C",
"hgvs_p": "p.Arg294Pro",
"transcript": "ENST00000940470.1",
"protein_id": "ENSP00000610529.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 305,
"cds_start": 881,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940470.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.797G>C",
"hgvs_p": "p.Arg266Pro",
"transcript": "ENST00000949538.1",
"protein_id": "ENSP00000619597.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 277,
"cds_start": 797,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949538.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.779G>C",
"hgvs_p": "p.Arg260Pro",
"transcript": "ENST00000949537.1",
"protein_id": "ENSP00000619596.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 271,
"cds_start": 779,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949537.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.773G>C",
"hgvs_p": "p.Arg258Pro",
"transcript": "ENST00000896620.1",
"protein_id": "ENSP00000566679.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 269,
"cds_start": 773,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896620.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.752G>C",
"hgvs_p": "p.Arg251Pro",
"transcript": "ENST00000949536.1",
"protein_id": "ENSP00000619595.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 262,
"cds_start": 752,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949536.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.749G>C",
"hgvs_p": "p.Arg250Pro",
"transcript": "ENST00000940468.1",
"protein_id": "ENSP00000610527.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 261,
"cds_start": 749,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940468.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.746G>C",
"hgvs_p": "p.Arg249Pro",
"transcript": "ENST00000940469.1",
"protein_id": "ENSP00000610528.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 260,
"cds_start": 746,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940469.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.746G>C",
"hgvs_p": "p.Arg249Pro",
"transcript": "ENST00000940471.1",
"protein_id": "ENSP00000610530.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 260,
"cds_start": 746,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940471.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.743G>C",
"hgvs_p": "p.Arg248Pro",
"transcript": "ENST00000896615.1",
"protein_id": "ENSP00000566674.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 259,
"cds_start": 743,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896615.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.719G>C",
"hgvs_p": "p.Arg240Pro",
"transcript": "ENST00000896617.1",
"protein_id": "ENSP00000566676.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 251,
"cds_start": 719,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896617.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.686G>C",
"hgvs_p": "p.Arg229Pro",
"transcript": "ENST00000896616.1",
"protein_id": "ENSP00000566675.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 240,
"cds_start": 686,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896616.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.584G>C",
"hgvs_p": "p.Arg195Pro",
"transcript": "ENST00000896618.1",
"protein_id": "ENSP00000566677.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 206,
"cds_start": 584,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896618.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.542G>C",
"hgvs_p": "p.Arg181Pro",
"transcript": "ENST00000896619.1",
"protein_id": "ENSP00000566678.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 192,
"cds_start": 542,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896619.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"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": "CSDC2",
"gene_hgnc_id": 30359,
"hgvs_c": "c.335C>G",
"hgvs_p": "p.Pro112Arg",
"transcript": "ENST00000460790.1",
"protein_id": "ENSP00000417127.1",
"transcript_support_level": 3,
"aa_start": 112,
"aa_end": null,
"aa_length": 151,
"cds_start": 335,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000460790.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.365G>C",
"hgvs_p": "p.Arg122Pro",
"transcript": "ENST00000940472.1",
"protein_id": "ENSP00000610531.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 133,
"cds_start": 365,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940472.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.881G>C",
"hgvs_p": "p.Arg294Pro",
"transcript": "XM_011530229.3",
"protein_id": "XP_011528531.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 305,
"cds_start": 881,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530229.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.767G>C",
"hgvs_p": "p.Arg256Pro",
"transcript": "XM_011530230.3",
"protein_id": "XP_011528532.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 267,
"cds_start": 767,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530230.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.542G>C",
"hgvs_p": "p.Arg181Pro",
"transcript": "XM_011530231.4",
"protein_id": "XP_011528533.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 192,
"cds_start": 542,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530231.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.461G>C",
"hgvs_p": "p.Arg154Pro",
"transcript": "XM_005261638.5",
"protein_id": "XP_005261695.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 165,
"cds_start": 461,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261638.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.461G>C",
"hgvs_p": "p.Arg154Pro",
"transcript": "XM_011530232.2",
"protein_id": "XP_011528534.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 165,
"cds_start": 461,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530232.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "c.407G>C",
"hgvs_p": "p.Arg136Pro",
"transcript": "XM_047441411.1",
"protein_id": "XP_047297367.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 147,
"cds_start": 407,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441411.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "CSDC2",
"gene_hgnc_id": 30359,
"hgvs_c": "c.*2460C>G",
"hgvs_p": null,
"transcript": "ENST00000949647.1",
"protein_id": "ENSP00000619706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 153,
"cds_start": null,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949647.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "n.2086G>C",
"hgvs_p": null,
"transcript": "ENST00000463617.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000463617.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "n.1152G>C",
"hgvs_p": null,
"transcript": "ENST00000472620.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000472620.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "n.1568G>C",
"hgvs_p": null,
"transcript": "ENST00000482178.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000482178.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"hgvs_c": "n.987G>C",
"hgvs_p": null,
"transcript": "ENST00000485648.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000485648.5"
}
],
"gene_symbol": "PMM1",
"gene_hgnc_id": 9114,
"dbsnp": "rs150005152",
"frequency_reference_population": 0.000003423049,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342305,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4622536301612854,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.777,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9043,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.41,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.044,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002676.3",
"gene_symbol": "PMM1",
"hgnc_id": 9114,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.752G>C",
"hgvs_p": "p.Arg251Pro"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000460790.1",
"gene_symbol": "CSDC2",
"hgnc_id": 30359,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.335C>G",
"hgvs_p": "p.Pro112Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}