← 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: 15-45669967-CT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=45669967&ref=CT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 45669967,
"ref": "CT",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_021199.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "NM_021199.4",
"protein_id": "NP_067022.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": "ENST00000260324.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021199.4"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000260324.12",
"protein_id": "ENSP00000260324.7",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": "NM_021199.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000260324.12"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260170",
"gene_hgnc_id": null,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000564080.1",
"protein_id": "ENSP00000455047.1",
"transcript_support_level": 3,
"aa_start": 149,
"aa_end": null,
"aa_length": 288,
"cds_start": 446,
"cds_end": null,
"cds_length": 868,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 1060,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564080.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "NM_001271213.2",
"protein_id": "NP_001258142.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 639,
"cdna_end": null,
"cdna_length": 1797,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271213.2"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000568606.5",
"protein_id": "ENSP00000456019.1",
"transcript_support_level": 5,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 635,
"cdna_end": null,
"cdna_length": 1792,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568606.5"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888093.1",
"protein_id": "ENSP00000558152.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 546,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888093.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888094.1",
"protein_id": "ENSP00000558153.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888094.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888095.1",
"protein_id": "ENSP00000558154.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 783,
"cdna_end": null,
"cdna_length": 1929,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888095.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888096.1",
"protein_id": "ENSP00000558155.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 1964,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888096.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888097.1",
"protein_id": "ENSP00000558156.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 1718,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888097.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888099.1",
"protein_id": "ENSP00000558158.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1853,
"cdna_end": null,
"cdna_length": 3016,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888099.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888100.1",
"protein_id": "ENSP00000558159.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 920,
"cdna_end": null,
"cdna_length": 2078,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888100.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888101.1",
"protein_id": "ENSP00000558160.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888101.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888104.1",
"protein_id": "ENSP00000558163.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888104.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888107.1",
"protein_id": "ENSP00000558166.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 1779,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888107.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888108.1",
"protein_id": "ENSP00000558167.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 678,
"cdna_end": null,
"cdna_length": 1815,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888108.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888109.1",
"protein_id": "ENSP00000558168.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 1716,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888109.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888110.1",
"protein_id": "ENSP00000558169.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 1736,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888110.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888111.1",
"protein_id": "ENSP00000558170.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 1808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888111.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888112.1",
"protein_id": "ENSP00000558171.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 597,
"cdna_end": null,
"cdna_length": 1773,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888112.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888113.1",
"protein_id": "ENSP00000558172.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 921,
"cdna_end": null,
"cdna_length": 2079,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888113.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888114.1",
"protein_id": "ENSP00000558173.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 933,
"cdna_end": null,
"cdna_length": 2089,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888114.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000943739.1",
"protein_id": "ENSP00000613798.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 639,
"cdna_end": null,
"cdna_length": 1797,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943739.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000943740.1",
"protein_id": "ENSP00000613799.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943740.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000943745.1",
"protein_id": "ENSP00000613804.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 631,
"cdna_end": null,
"cdna_length": 1788,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943745.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000943747.1",
"protein_id": "ENSP00000613806.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 2097,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943747.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000943748.1",
"protein_id": "ENSP00000613807.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 450,
"cds_start": 446,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 1699,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943748.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888105.1",
"protein_id": "ENSP00000558164.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 447,
"cds_start": 446,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 524,
"cdna_end": null,
"cdna_length": 1671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888105.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.275delT",
"hgvs_p": "p.Leu92fs",
"transcript": "ENST00000888102.1",
"protein_id": "ENSP00000558161.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 393,
"cds_start": 275,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 388,
"cdna_end": null,
"cdna_length": 1526,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888102.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.275delT",
"hgvs_p": "p.Leu92fs",
"transcript": "ENST00000943741.1",
"protein_id": "ENSP00000613800.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 393,
"cds_start": 275,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 317,
"cdna_end": null,
"cdna_length": 1472,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943741.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.275delT",
"hgvs_p": "p.Leu92fs",
"transcript": "ENST00000943744.1",
"protein_id": "ENSP00000613803.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 393,
"cds_start": 275,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 467,
"cdna_end": null,
"cdna_length": 1623,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943744.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000943742.1",
"protein_id": "ENSP00000613801.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 385,
"cds_start": 446,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 524,
"cdna_end": null,
"cdna_length": 1485,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943742.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888098.1",
"protein_id": "ENSP00000558157.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 380,
"cds_start": 446,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 1787,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888098.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888106.1",
"protein_id": "ENSP00000558165.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 380,
"cds_start": 446,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 667,
"cdna_end": null,
"cdna_length": 1603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888106.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000943746.1",
"protein_id": "ENSP00000613805.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 380,
"cds_start": 446,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 1927,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943746.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs",
"transcript": "ENST00000888103.1",
"protein_id": "ENSP00000558162.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 345,
"cds_start": 446,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 538,
"cdna_end": null,
"cdna_length": 1378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888103.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.287delT",
"hgvs_p": "p.Leu96fs",
"transcript": "ENST00000566934.1",
"protein_id": "ENSP00000454520.1",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 180,
"cds_start": 287,
"cds_end": null,
"cds_length": 543,
"cdna_start": 289,
"cdna_end": null,
"cdna_length": 713,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566934.1"
},
{
"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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.406-3639delT",
"hgvs_p": null,
"transcript": "ENST00000943743.1",
"protein_id": "ENSP00000613802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1626,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943743.1"
},
{
"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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.406-3639delT",
"hgvs_p": null,
"transcript": "ENST00000943749.1",
"protein_id": "ENSP00000613808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943749.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.*22delT",
"hgvs_p": null,
"transcript": "ENST00000561493.5",
"protein_id": "ENSP00000457937.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 140,
"cds_start": null,
"cds_end": null,
"cds_length": 424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561493.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "SQOR",
"gene_hgnc_id": 20390,
"hgvs_c": "c.*24delT",
"hgvs_p": null,
"transcript": "ENST00000561735.5",
"protein_id": "ENSP00000456075.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 139,
"cds_start": null,
"cds_end": null,
"cds_length": 422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 613,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561735.5"
}
],
"gene_symbol": "SQOR",
"gene_hgnc_id": 20390,
"dbsnp": "rs755490059",
"frequency_reference_population": 0.0000024783456,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000205229,
"gnomad_genomes_af": 0.00000657039,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 1,
"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,
"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": 6.454,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP5",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_021199.4",
"gene_symbol": "SQOR",
"hgnc_id": 20390,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000564080.1",
"gene_symbol": "ENSG00000260170",
"hgnc_id": null,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.446delT",
"hgvs_p": "p.Leu149fs"
}
],
"clinvar_disease": "Sulfide quinone oxidoreductase deficiency",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Sulfide quinone oxidoreductase deficiency",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}