← 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-1312114-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1312114&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1312114,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001256456.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1641A>G",
"hgvs_p": "p.Pro547Pro",
"transcript": "NM_017871.6",
"protein_id": "NP_060341.2",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 600,
"cds_start": 1641,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000435064.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017871.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1641A>G",
"hgvs_p": "p.Pro547Pro",
"transcript": "ENST00000435064.6",
"protein_id": "ENSP00000413493.2",
"transcript_support_level": 1,
"aa_start": 547,
"aa_end": null,
"aa_length": 600,
"cds_start": 1641,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017871.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435064.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.2029A>G",
"hgvs_p": null,
"transcript": "ENST00000323275.10",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000323275.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.2444A>G",
"hgvs_p": null,
"transcript": "ENST00000462432.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000462432.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.509A>G",
"hgvs_p": null,
"transcript": "ENST00000497304.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000497304.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1704A>G",
"hgvs_p": "p.Pro568Pro",
"transcript": "ENST00000891837.1",
"protein_id": "ENSP00000561896.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 621,
"cds_start": 1704,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891837.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1659A>G",
"hgvs_p": "p.Pro553Pro",
"transcript": "NM_001256456.2",
"protein_id": "NP_001243385.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 606,
"cds_start": 1659,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256456.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1659A>G",
"hgvs_p": "p.Pro553Pro",
"transcript": "ENST00000540437.5",
"protein_id": "ENSP00000445001.1",
"transcript_support_level": 2,
"aa_start": 553,
"aa_end": null,
"aa_length": 606,
"cds_start": 1659,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540437.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1638A>G",
"hgvs_p": "p.Pro546Pro",
"transcript": "ENST00000931667.1",
"protein_id": "ENSP00000601726.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 599,
"cds_start": 1638,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931667.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1635A>G",
"hgvs_p": "p.Pro545Pro",
"transcript": "ENST00000941695.1",
"protein_id": "ENSP00000611754.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 598,
"cds_start": 1635,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941695.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1614A>G",
"hgvs_p": "p.Pro538Pro",
"transcript": "ENST00000891836.1",
"protein_id": "ENSP00000561895.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 591,
"cds_start": 1614,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891836.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1575A>G",
"hgvs_p": "p.Pro525Pro",
"transcript": "ENST00000450926.6",
"protein_id": "ENSP00000392848.2",
"transcript_support_level": 5,
"aa_start": 525,
"aa_end": null,
"aa_length": 578,
"cds_start": 1575,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450926.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1554A>G",
"hgvs_p": "p.Pro518Pro",
"transcript": "NM_001256460.2",
"protein_id": "NP_001243389.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 571,
"cds_start": 1554,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256460.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1554A>G",
"hgvs_p": "p.Pro518Pro",
"transcript": "ENST00000545578.5",
"protein_id": "ENSP00000444672.1",
"transcript_support_level": 2,
"aa_start": 518,
"aa_end": null,
"aa_length": 571,
"cds_start": 1554,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545578.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1533A>G",
"hgvs_p": "p.Pro511Pro",
"transcript": "ENST00000931668.1",
"protein_id": "ENSP00000601727.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 564,
"cds_start": 1533,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931668.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1347A>G",
"hgvs_p": "p.Pro449Pro",
"transcript": "NM_001256462.2",
"protein_id": "NP_001243391.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 502,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256462.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1347A>G",
"hgvs_p": "p.Pro449Pro",
"transcript": "ENST00000411962.5",
"protein_id": "ENSP00000400548.1",
"transcript_support_level": 5,
"aa_start": 449,
"aa_end": null,
"aa_length": 502,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411962.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1347A>G",
"hgvs_p": "p.Pro449Pro",
"transcript": "ENST00000620829.4",
"protein_id": "ENSP00000481821.1",
"transcript_support_level": 2,
"aa_start": 449,
"aa_end": null,
"aa_length": 502,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620829.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1338A>G",
"hgvs_p": "p.Pro446Pro",
"transcript": "NM_001256463.2",
"protein_id": "NP_001243392.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 499,
"cds_start": 1338,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256463.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1338A>G",
"hgvs_p": "p.Pro446Pro",
"transcript": "ENST00000419704.5",
"protein_id": "ENSP00000404886.1",
"transcript_support_level": 2,
"aa_start": 446,
"aa_end": null,
"aa_length": 499,
"cds_start": 1338,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419704.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.867A>G",
"hgvs_p": "p.Pro289Pro",
"transcript": "ENST00000421495.6",
"protein_id": "ENSP00000464436.1",
"transcript_support_level": 2,
"aa_start": 289,
"aa_end": null,
"aa_length": 342,
"cds_start": 867,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421495.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1821A>G",
"hgvs_p": "p.Pro607Pro",
"transcript": "XM_011541647.2",
"protein_id": "XP_011539949.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 660,
"cds_start": 1821,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541647.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1707A>G",
"hgvs_p": "p.Pro569Pro",
"transcript": "XM_011541648.2",
"protein_id": "XP_011539950.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 622,
"cds_start": 1707,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541648.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1269A>G",
"hgvs_p": "p.Pro423Pro",
"transcript": "XM_011541650.3",
"protein_id": "XP_011539952.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 476,
"cds_start": 1269,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541650.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1925A>G",
"hgvs_p": null,
"transcript": "ENST00000458452.7",
"protein_id": "ENSP00000433930.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000458452.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.1933A>G",
"hgvs_p": null,
"transcript": "ENST00000470030.6",
"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": "ENST00000470030.6"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.2664A>G",
"hgvs_p": null,
"transcript": "ENST00000478641.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": "ENST00000478641.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": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.849A>G",
"hgvs_p": null,
"transcript": "ENST00000485710.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": "ENST00000485710.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1469A>G",
"hgvs_p": null,
"transcript": "ENST00000527098.5",
"protein_id": "ENSP00000431952.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000527098.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1063A>G",
"hgvs_p": null,
"transcript": "ENST00000532772.5",
"protein_id": "ENSP00000431214.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000532772.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1925A>G",
"hgvs_p": null,
"transcript": "ENST00000458452.7",
"protein_id": "ENSP00000433930.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000458452.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1469A>G",
"hgvs_p": null,
"transcript": "ENST00000527098.5",
"protein_id": "ENSP00000431952.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000527098.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1063A>G",
"hgvs_p": null,
"transcript": "ENST00000532772.5",
"protein_id": "ENSP00000431214.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000532772.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*146A>G",
"hgvs_p": null,
"transcript": "ENST00000461514.6",
"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": "ENST00000461514.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*151A>G",
"hgvs_p": null,
"transcript": "ENST00000525164.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000525164.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*172A>G",
"hgvs_p": null,
"transcript": "ENST00000525769.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000525769.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*817A>G",
"hgvs_p": null,
"transcript": "ENST00000528879.5",
"protein_id": "ENSP00000432777.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000528879.5"
}
],
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"dbsnp": "rs12103",
"frequency_reference_population": 0.7150093,
"hom_count_reference_population": 435138,
"allele_count_reference_population": 1121146,
"gnomad_exomes_af": 0.727832,
"gnomad_genomes_af": 0.587728,
"gnomad_exomes_ac": 1036800,
"gnomad_genomes_ac": 84346,
"gnomad_exomes_homalt": 404972,
"gnomad_genomes_homalt": 30166,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9700000286102295,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.97,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.753,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001256456.2",
"gene_symbol": "INTS11",
"hgnc_id": 26052,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1659A>G",
"hgvs_p": "p.Pro553Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}