← 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-1312098-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1312098&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1312098,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001256456.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1657G>C",
"hgvs_p": "p.Val553Leu",
"transcript": "NM_017871.6",
"protein_id": "NP_060341.2",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 600,
"cds_start": 1657,
"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": "V",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1657G>C",
"hgvs_p": "p.Val553Leu",
"transcript": "ENST00000435064.6",
"protein_id": "ENSP00000413493.2",
"transcript_support_level": 1,
"aa_start": 553,
"aa_end": null,
"aa_length": 600,
"cds_start": 1657,
"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.2045G>C",
"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.2460G>C",
"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.525G>C",
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1720G>C",
"hgvs_p": "p.Val574Leu",
"transcript": "ENST00000891837.1",
"protein_id": "ENSP00000561896.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 621,
"cds_start": 1720,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1675G>C",
"hgvs_p": "p.Val559Leu",
"transcript": "NM_001256456.2",
"protein_id": "NP_001243385.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 606,
"cds_start": 1675,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1675G>C",
"hgvs_p": "p.Val559Leu",
"transcript": "ENST00000540437.5",
"protein_id": "ENSP00000445001.1",
"transcript_support_level": 2,
"aa_start": 559,
"aa_end": null,
"aa_length": 606,
"cds_start": 1675,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1654G>C",
"hgvs_p": "p.Val552Leu",
"transcript": "ENST00000931667.1",
"protein_id": "ENSP00000601726.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 599,
"cds_start": 1654,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1651G>C",
"hgvs_p": "p.Val551Leu",
"transcript": "ENST00000941695.1",
"protein_id": "ENSP00000611754.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 598,
"cds_start": 1651,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1630G>C",
"hgvs_p": "p.Val544Leu",
"transcript": "ENST00000891836.1",
"protein_id": "ENSP00000561895.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 591,
"cds_start": 1630,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1591G>C",
"hgvs_p": "p.Val531Leu",
"transcript": "ENST00000450926.6",
"protein_id": "ENSP00000392848.2",
"transcript_support_level": 5,
"aa_start": 531,
"aa_end": null,
"aa_length": 578,
"cds_start": 1591,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1570G>C",
"hgvs_p": "p.Val524Leu",
"transcript": "NM_001256460.2",
"protein_id": "NP_001243389.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 571,
"cds_start": 1570,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1570G>C",
"hgvs_p": "p.Val524Leu",
"transcript": "ENST00000545578.5",
"protein_id": "ENSP00000444672.1",
"transcript_support_level": 2,
"aa_start": 524,
"aa_end": null,
"aa_length": 571,
"cds_start": 1570,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1549G>C",
"hgvs_p": "p.Val517Leu",
"transcript": "ENST00000931668.1",
"protein_id": "ENSP00000601727.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 564,
"cds_start": 1549,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1363G>C",
"hgvs_p": "p.Val455Leu",
"transcript": "NM_001256462.2",
"protein_id": "NP_001243391.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 502,
"cds_start": 1363,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1363G>C",
"hgvs_p": "p.Val455Leu",
"transcript": "ENST00000411962.5",
"protein_id": "ENSP00000400548.1",
"transcript_support_level": 5,
"aa_start": 455,
"aa_end": null,
"aa_length": 502,
"cds_start": 1363,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1363G>C",
"hgvs_p": "p.Val455Leu",
"transcript": "ENST00000620829.4",
"protein_id": "ENSP00000481821.1",
"transcript_support_level": 2,
"aa_start": 455,
"aa_end": null,
"aa_length": 502,
"cds_start": 1363,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1354G>C",
"hgvs_p": "p.Val452Leu",
"transcript": "NM_001256463.2",
"protein_id": "NP_001243392.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 499,
"cds_start": 1354,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1354G>C",
"hgvs_p": "p.Val452Leu",
"transcript": "ENST00000419704.5",
"protein_id": "ENSP00000404886.1",
"transcript_support_level": 2,
"aa_start": 452,
"aa_end": null,
"aa_length": 499,
"cds_start": 1354,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.883G>C",
"hgvs_p": "p.Val295Leu",
"transcript": "ENST00000421495.6",
"protein_id": "ENSP00000464436.1",
"transcript_support_level": 2,
"aa_start": 295,
"aa_end": null,
"aa_length": 342,
"cds_start": 883,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1837G>C",
"hgvs_p": "p.Val613Leu",
"transcript": "XM_011541647.2",
"protein_id": "XP_011539949.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 660,
"cds_start": 1837,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1723G>C",
"hgvs_p": "p.Val575Leu",
"transcript": "XM_011541648.2",
"protein_id": "XP_011539950.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 622,
"cds_start": 1723,
"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": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1285G>C",
"hgvs_p": "p.Val429Leu",
"transcript": "XM_011541650.3",
"protein_id": "XP_011539952.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 476,
"cds_start": 1285,
"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.*1941G>C",
"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.1949G>C",
"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.2680G>C",
"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.865G>C",
"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.*1485G>C",
"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.*1079G>C",
"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.*1941G>C",
"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.*1485G>C",
"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.*1079G>C",
"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.*162G>C",
"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.*167G>C",
"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.*188G>C",
"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.*833G>C",
"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": "rs932999699",
"frequency_reference_population": 0.0000066266416,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000662664,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5429490804672241,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.19,
"revel_prediction": "Benign",
"alphamissense_score": 0.4028,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.203,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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_001256456.2",
"gene_symbol": "INTS11",
"hgnc_id": 26052,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1675G>C",
"hgvs_p": "p.Val559Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}