← 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-1312271-CGT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1312271&ref=CGT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1312271,
"ref": "CGT",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_001256456.2",
"consequences": [
{
"aa_ref": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1560_1561delAC",
"hgvs_p": "p.Arg521fs",
"transcript": "NM_017871.6",
"protein_id": "NP_060341.2",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 600,
"cds_start": 1560,
"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": "TR",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1560_1561delAC",
"hgvs_p": "p.Arg521fs",
"transcript": "ENST00000435064.6",
"protein_id": "ENSP00000413493.2",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 600,
"cds_start": 1560,
"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": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.1948_1949delAC",
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.2363_2364delAC",
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.428_429delAC",
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1623_1624delAC",
"hgvs_p": "p.Arg542fs",
"transcript": "ENST00000891837.1",
"protein_id": "ENSP00000561896.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 621,
"cds_start": 1623,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1578_1579delAC",
"hgvs_p": "p.Arg527fs",
"transcript": "NM_001256456.2",
"protein_id": "NP_001243385.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 606,
"cds_start": 1578,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1578_1579delAC",
"hgvs_p": "p.Arg527fs",
"transcript": "ENST00000540437.5",
"protein_id": "ENSP00000445001.1",
"transcript_support_level": 2,
"aa_start": 526,
"aa_end": null,
"aa_length": 606,
"cds_start": 1578,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1557_1558delAC",
"hgvs_p": "p.Arg520fs",
"transcript": "ENST00000931667.1",
"protein_id": "ENSP00000601726.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 599,
"cds_start": 1557,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1554_1555delAC",
"hgvs_p": "p.Arg519fs",
"transcript": "ENST00000941695.1",
"protein_id": "ENSP00000611754.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 598,
"cds_start": 1554,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1533_1534delAC",
"hgvs_p": "p.Arg512fs",
"transcript": "ENST00000891836.1",
"protein_id": "ENSP00000561895.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 591,
"cds_start": 1533,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1494_1495delAC",
"hgvs_p": "p.Arg499fs",
"transcript": "ENST00000450926.6",
"protein_id": "ENSP00000392848.2",
"transcript_support_level": 5,
"aa_start": 498,
"aa_end": null,
"aa_length": 578,
"cds_start": 1494,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1473_1474delAC",
"hgvs_p": "p.Arg492fs",
"transcript": "NM_001256460.2",
"protein_id": "NP_001243389.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 571,
"cds_start": 1473,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1473_1474delAC",
"hgvs_p": "p.Arg492fs",
"transcript": "ENST00000545578.5",
"protein_id": "ENSP00000444672.1",
"transcript_support_level": 2,
"aa_start": 491,
"aa_end": null,
"aa_length": 571,
"cds_start": 1473,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1452_1453delAC",
"hgvs_p": "p.Arg485fs",
"transcript": "ENST00000931668.1",
"protein_id": "ENSP00000601727.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 564,
"cds_start": 1452,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1266_1267delAC",
"hgvs_p": "p.Arg423fs",
"transcript": "NM_001256462.2",
"protein_id": "NP_001243391.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 502,
"cds_start": 1266,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1266_1267delAC",
"hgvs_p": "p.Arg423fs",
"transcript": "ENST00000411962.5",
"protein_id": "ENSP00000400548.1",
"transcript_support_level": 5,
"aa_start": 422,
"aa_end": null,
"aa_length": 502,
"cds_start": 1266,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1266_1267delAC",
"hgvs_p": "p.Arg423fs",
"transcript": "ENST00000620829.4",
"protein_id": "ENSP00000481821.1",
"transcript_support_level": 2,
"aa_start": 422,
"aa_end": null,
"aa_length": 502,
"cds_start": 1266,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1257_1258delAC",
"hgvs_p": "p.Arg420fs",
"transcript": "NM_001256463.2",
"protein_id": "NP_001243392.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1257,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1257_1258delAC",
"hgvs_p": "p.Arg420fs",
"transcript": "ENST00000419704.5",
"protein_id": "ENSP00000404886.1",
"transcript_support_level": 2,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1257,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.786_787delAC",
"hgvs_p": "p.Arg263fs",
"transcript": "ENST00000421495.6",
"protein_id": "ENSP00000464436.1",
"transcript_support_level": 2,
"aa_start": 262,
"aa_end": null,
"aa_length": 342,
"cds_start": 786,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1740_1741delAC",
"hgvs_p": "p.Arg581fs",
"transcript": "XM_011541647.2",
"protein_id": "XP_011539949.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 660,
"cds_start": 1740,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1626_1627delAC",
"hgvs_p": "p.Arg543fs",
"transcript": "XM_011541648.2",
"protein_id": "XP_011539950.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 622,
"cds_start": 1626,
"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": "TR",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "c.1188_1189delAC",
"hgvs_p": "p.Arg397fs",
"transcript": "XM_011541650.3",
"protein_id": "XP_011539952.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 476,
"cds_start": 1188,
"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": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1844_*1845delAC",
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.900_901delAC",
"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": false,
"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": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.1852_1853delAC",
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.2583_2584delAC",
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.768_769delAC",
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.808_809delAC",
"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": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1388_*1389delAC",
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*982_*983delAC",
"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": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1844_*1845delAC",
"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": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*1388_*1389delAC",
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*982_*983delAC",
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"hgvs_c": "n.*13_*14delAC",
"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.*658_*659delAC",
"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"
},
{
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6727",
"gene_hgnc_id": 50171,
"hgvs_c": "n.*229_*230delAC",
"hgvs_p": null,
"transcript": "ENST00000620702.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "miRNA",
"feature": "ENST00000620702.1"
},
{
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6727",
"gene_hgnc_id": 50171,
"hgvs_c": "n.*229_*230delAC",
"hgvs_p": null,
"transcript": "NR_106785.1",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_106785.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6727",
"gene_hgnc_id": 50171,
"hgvs_c": "n.*229_*230delAC",
"hgvs_p": null,
"transcript": "unassigned_transcript_14",
"protein_id": null,
"transcript_support_level": null,
"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": "miRNA",
"feature": "unassigned_transcript_14"
}
],
"gene_symbol": "INTS11",
"gene_hgnc_id": 26052,
"dbsnp": "rs750300935",
"frequency_reference_population": 0.00002130085,
"hom_count_reference_population": 0,
"allele_count_reference_population": 33,
"gnomad_exomes_af": 0.0000200345,
"gnomad_genomes_af": 0.0000329724,
"gnomad_exomes_ac": 28,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.291,
"phylop100way_prediction": "Uncertain_significance",
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001256456.2",
"gene_symbol": "INTS11",
"hgnc_id": 26052,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1578_1579delAC",
"hgvs_p": "p.Arg527fs"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_106785.1",
"gene_symbol": "MIR6727",
"hgnc_id": 50171,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*229_*230delAC",
"hgvs_p": null
}
],
"clinvar_disease": " and brain abnormalities, ocular defects,Neurodevelopmental disorder with motor and language delay",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Neurodevelopmental disorder with motor and language delay, ocular defects, and brain abnormalities",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}