← 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: 2-189855016-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=189855016&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 189855016,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000441310.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "NM_000534.5",
"protein_id": "NP_000525.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 932,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2799,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 3156,
"mane_select": "ENST00000441310.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "ENST00000441310.7",
"protein_id": "ENSP00000406490.3",
"transcript_support_level": 1,
"aa_start": 582,
"aa_end": null,
"aa_length": 932,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2799,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 3156,
"mane_select": "NM_000534.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1099G>A",
"hgvs_p": "p.Val367Ile",
"transcript": "ENST00000409593.5",
"protein_id": "ENSP00000387169.1",
"transcript_support_level": 1,
"aa_start": 367,
"aa_end": null,
"aa_length": 555,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1668,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 1668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "n.1627G>A",
"hgvs_p": null,
"transcript": "ENST00000424059.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "NM_001321045.2",
"protein_id": "NP_001307974.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 932,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2799,
"cdna_start": 2034,
"cdna_end": null,
"cdna_length": 3282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "NM_001321047.2",
"protein_id": "NP_001307976.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 932,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2799,
"cdna_start": 2085,
"cdna_end": null,
"cdna_length": 3333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "NM_001321048.2",
"protein_id": "NP_001307977.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 932,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2799,
"cdna_start": 2005,
"cdna_end": null,
"cdna_length": 3253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "NM_001128143.2",
"protein_id": "NP_001121615.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 893,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1791,
"cdna_end": null,
"cdna_length": 3039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "ENST00000409823.7",
"protein_id": "ENSP00000387125.3",
"transcript_support_level": 5,
"aa_start": 543,
"aa_end": null,
"aa_length": 893,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1740,
"cdna_end": null,
"cdna_length": 2795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1561G>A",
"hgvs_p": "p.Val521Ile",
"transcript": "NM_001321046.2",
"protein_id": "NP_001307975.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 871,
"cds_start": 1561,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 2973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "NM_001128144.2",
"protein_id": "NP_001121616.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 770,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 2670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "ENST00000447232.6",
"protein_id": "ENSP00000401064.2",
"transcript_support_level": 2,
"aa_start": 582,
"aa_end": null,
"aa_length": 770,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 1814,
"cdna_end": null,
"cdna_length": 2576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Val406Ile",
"transcript": "NM_001289408.2",
"protein_id": "NP_001276337.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 756,
"cds_start": 1216,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 1805,
"cdna_end": null,
"cdna_length": 3053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Val406Ile",
"transcript": "NM_001289409.2",
"protein_id": "NP_001276338.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 756,
"cds_start": 1216,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Val406Ile",
"transcript": "ENST00000432292.7",
"protein_id": "ENSP00000398378.3",
"transcript_support_level": 2,
"aa_start": 406,
"aa_end": null,
"aa_length": 756,
"cds_start": 1216,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 1987,
"cdna_end": null,
"cdna_length": 3234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1216G>A",
"hgvs_p": "p.Val406Ile",
"transcript": "ENST00000624204.3",
"protein_id": "ENSP00000485312.1",
"transcript_support_level": 2,
"aa_start": 406,
"aa_end": null,
"aa_length": 756,
"cds_start": 1216,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2170,
"cdna_end": null,
"cdna_length": 3417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "NM_001321044.2",
"protein_id": "NP_001307973.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 731,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1791,
"cdna_end": null,
"cdna_length": 2553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1561G>A",
"hgvs_p": "p.Val521Ile",
"transcript": "ENST00000424307.5",
"protein_id": "ENSP00000389938.1",
"transcript_support_level": 5,
"aa_start": 521,
"aa_end": null,
"aa_length": 710,
"cds_start": 1561,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 2153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "ENST00000418224.7",
"protein_id": "ENSP00000404492.4",
"transcript_support_level": 5,
"aa_start": 543,
"aa_end": null,
"aa_length": 667,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2156,
"cdna_end": null,
"cdna_length": 3018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "XM_017004344.2",
"protein_id": "XP_016859833.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 893,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1917,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "XM_024452966.2",
"protein_id": "XP_024308734.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 893,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1812,
"cdna_end": null,
"cdna_length": 3060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "XM_024452967.2",
"protein_id": "XP_024308735.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 893,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1762,
"cdna_end": null,
"cdna_length": 3010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "XM_047444775.1",
"protein_id": "XP_047300731.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 893,
"cds_start": 1627,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1968,
"cdna_end": null,
"cdna_length": 3216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1444G>A",
"hgvs_p": "p.Val482Ile",
"transcript": "XM_017004347.2",
"protein_id": "XP_016859836.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 832,
"cds_start": 1444,
"cds_end": null,
"cds_length": 2499,
"cdna_start": 1608,
"cdna_end": null,
"cdna_length": 2856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "XM_047444776.1",
"protein_id": "XP_047300732.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 784,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2355,
"cdna_start": 2034,
"cdna_end": null,
"cdna_length": 2732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "XM_017004348.2",
"protein_id": "XP_016859837.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 770,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 2085,
"cdna_end": null,
"cdna_length": 2847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile",
"transcript": "XM_047444777.1",
"protein_id": "XP_047300733.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 770,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 1879,
"cdna_end": null,
"cdna_length": 2641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1189G>A",
"hgvs_p": "p.Val397Ile",
"transcript": "XM_006712596.2",
"protein_id": "XP_006712659.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 747,
"cds_start": 1189,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 1733,
"cdna_end": null,
"cdna_length": 2981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1561G>A",
"hgvs_p": "p.Val521Ile",
"transcript": "XM_017004350.2",
"protein_id": "XP_016859839.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 709,
"cds_start": 1561,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.1561G>A",
"hgvs_p": "p.Val521Ile",
"transcript": "XM_047444778.1",
"protein_id": "XP_047300734.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 709,
"cds_start": 1561,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 2458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "n.*1314G>A",
"hgvs_p": null,
"transcript": "ENST00000342075.8",
"protein_id": "ENSP00000343888.4",
"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": 3012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "n.1713G>A",
"hgvs_p": null,
"transcript": "ENST00000421722.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": 2285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "n.1627G>A",
"hgvs_p": null,
"transcript": "ENST00000450931.5",
"protein_id": "ENSP00000406225.1",
"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": 2817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "n.1888G>A",
"hgvs_p": null,
"transcript": "NR_110332.2",
"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": 2882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "n.*1314G>A",
"hgvs_p": null,
"transcript": "ENST00000342075.8",
"protein_id": "ENSP00000343888.4",
"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": 3012,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"hgvs_c": "c.583-22256G>A",
"hgvs_p": null,
"transcript": "ENST00000618056.4",
"protein_id": "ENSP00000480632.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": -4,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1468,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300477",
"gene_hgnc_id": null,
"hgvs_c": "n.604-2231C>T",
"hgvs_p": null,
"transcript": "ENST00000772194.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": 918,
"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": "LOC105373796",
"gene_hgnc_id": null,
"hgvs_c": "n.319-2159C>T",
"hgvs_p": null,
"transcript": "XR_001739151.2",
"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": 705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PMS1",
"gene_hgnc_id": 9121,
"dbsnp": "rs74512161",
"frequency_reference_population": 0.00005702371,
"hom_count_reference_population": 0,
"allele_count_reference_population": 92,
"gnomad_exomes_af": 0.0000335353,
"gnomad_genomes_af": 0.000282493,
"gnomad_exomes_ac": 49,
"gnomad_genomes_ac": 43,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.029710382223129272,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.266,
"revel_prediction": "Benign",
"alphamissense_score": 0.0676,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.18,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000441310.7",
"gene_symbol": "PMS1",
"hgnc_id": 9121,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1744G>A",
"hgvs_p": "p.Val582Ile"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000772194.1",
"gene_symbol": "ENSG00000300477",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.604-2231C>T",
"hgvs_p": null
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "XR_001739151.2",
"gene_symbol": "LOC105373796",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.319-2159C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1 O:1",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}