← 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: 17-16058637-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=16058637&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 16058637,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000268712.8",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5882-38T>A",
"hgvs_p": null,
"transcript": "NM_006311.4",
"protein_id": "NP_006302.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2440,
"cds_start": -4,
"cds_end": null,
"cds_length": 7323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10705,
"mane_select": "ENST00000268712.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5882-38T>A",
"hgvs_p": null,
"transcript": "ENST00000268712.8",
"protein_id": "ENSP00000268712.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2440,
"cds_start": -4,
"cds_end": null,
"cds_length": 7323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10705,
"mane_select": "NM_006311.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6104-38T>A",
"hgvs_p": null,
"transcript": "ENST00000436068.2",
"protein_id": "ENSP00000389839.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2514,
"cds_start": -4,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5573-38T>A",
"hgvs_p": null,
"transcript": "ENST00000395851.5",
"protein_id": "ENSP00000379192.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2337,
"cds_start": -4,
"cds_end": null,
"cds_length": 7014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "n.1657-38T>A",
"hgvs_p": null,
"transcript": "ENST00000470782.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6104-38T>A",
"hgvs_p": null,
"transcript": "NM_001439111.1",
"protein_id": "NP_001426040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2514,
"cds_start": -4,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6104-38T>A",
"hgvs_p": null,
"transcript": "ENST00000704744.1",
"protein_id": "ENSP00000516021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2514,
"cds_start": -4,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5960-38T>A",
"hgvs_p": null,
"transcript": "NM_001439112.1",
"protein_id": "NP_001426041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2466,
"cds_start": -4,
"cds_end": null,
"cds_length": 7401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5960-38T>A",
"hgvs_p": null,
"transcript": "ENST00000704745.1",
"protein_id": "ENSP00000516022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2466,
"cds_start": -4,
"cds_end": null,
"cds_length": 7401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5957-38T>A",
"hgvs_p": null,
"transcript": "NM_001439113.1",
"protein_id": "NP_001426042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2464,
"cds_start": -4,
"cds_end": null,
"cds_length": 7395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5933-38T>A",
"hgvs_p": null,
"transcript": "NM_001439114.1",
"protein_id": "NP_001426043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2457,
"cds_start": -4,
"cds_end": null,
"cds_length": 7374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5930-38T>A",
"hgvs_p": null,
"transcript": "NM_001439115.1",
"protein_id": "NP_001426044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2456,
"cds_start": -4,
"cds_end": null,
"cds_length": 7371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5885-38T>A",
"hgvs_p": null,
"transcript": "NM_001439116.1",
"protein_id": "NP_001426045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2441,
"cds_start": -4,
"cds_end": null,
"cds_length": 7326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5573-38T>A",
"hgvs_p": null,
"transcript": "NM_001190440.2",
"protein_id": "NP_001177369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2337,
"cds_start": -4,
"cds_end": null,
"cds_length": 7014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.1772-38T>A",
"hgvs_p": null,
"transcript": "ENST00000395849.6",
"protein_id": "ENSP00000379190.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1070,
"cds_start": -4,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "n.2642-38T>A",
"hgvs_p": null,
"transcript": "ENST00000458113.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "n.4830-38T>A",
"hgvs_p": null,
"transcript": "ENST00000704743.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6134-38T>A",
"hgvs_p": null,
"transcript": "XM_005256866.6",
"protein_id": "XP_005256923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2524,
"cds_start": -4,
"cds_end": null,
"cds_length": 7575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6134-38T>A",
"hgvs_p": null,
"transcript": "XM_006721601.5",
"protein_id": "XP_006721664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2524,
"cds_start": -4,
"cds_end": null,
"cds_length": 7575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6134-38T>A",
"hgvs_p": null,
"transcript": "XM_017025396.3",
"protein_id": "XP_016880885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2524,
"cds_start": -4,
"cds_end": null,
"cds_length": 7575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6134-38T>A",
"hgvs_p": null,
"transcript": "XM_017025397.3",
"protein_id": "XP_016880886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2524,
"cds_start": -4,
"cds_end": null,
"cds_length": 7575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6131-38T>A",
"hgvs_p": null,
"transcript": "XM_005256868.6",
"protein_id": "XP_005256925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2523,
"cds_start": -4,
"cds_end": null,
"cds_length": 7572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6131-38T>A",
"hgvs_p": null,
"transcript": "XM_006721602.5",
"protein_id": "XP_006721665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2523,
"cds_start": -4,
"cds_end": null,
"cds_length": 7572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6134-38T>A",
"hgvs_p": null,
"transcript": "XM_011524084.4",
"protein_id": "XP_011522386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2523,
"cds_start": -4,
"cds_end": null,
"cds_length": 7572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6131-38T>A",
"hgvs_p": null,
"transcript": "XM_017025400.3",
"protein_id": "XP_016880889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2523,
"cds_start": -4,
"cds_end": null,
"cds_length": 7572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6131-38T>A",
"hgvs_p": null,
"transcript": "XM_017025401.3",
"protein_id": "XP_016880890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2523,
"cds_start": -4,
"cds_end": null,
"cds_length": 7572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6107-38T>A",
"hgvs_p": null,
"transcript": "XM_005256871.6",
"protein_id": "XP_005256928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2515,
"cds_start": -4,
"cds_end": null,
"cds_length": 7548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6107-38T>A",
"hgvs_p": null,
"transcript": "XM_017025403.3",
"protein_id": "XP_016880892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2515,
"cds_start": -4,
"cds_end": null,
"cds_length": 7548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6107-38T>A",
"hgvs_p": null,
"transcript": "XM_047437121.1",
"protein_id": "XP_047293077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2515,
"cds_start": -4,
"cds_end": null,
"cds_length": 7548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6104-38T>A",
"hgvs_p": null,
"transcript": "XM_017025409.3",
"protein_id": "XP_016880898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2514,
"cds_start": -4,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6107-38T>A",
"hgvs_p": null,
"transcript": "XM_047437122.1",
"protein_id": "XP_047293078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2514,
"cds_start": -4,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6104-38T>A",
"hgvs_p": null,
"transcript": "XM_047437123.1",
"protein_id": "XP_047293079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2514,
"cds_start": -4,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6134-38T>A",
"hgvs_p": null,
"transcript": "XM_006721603.5",
"protein_id": "XP_006721666.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2511,
"cds_start": -4,
"cds_end": null,
"cds_length": 7536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6134-38T>A",
"hgvs_p": null,
"transcript": "XM_047437124.1",
"protein_id": "XP_047293080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2510,
"cds_start": -4,
"cds_end": null,
"cds_length": 7533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6086-38T>A",
"hgvs_p": null,
"transcript": "XM_005256873.6",
"protein_id": "XP_005256930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2508,
"cds_start": -4,
"cds_end": null,
"cds_length": 7527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.6083-38T>A",
"hgvs_p": null,
"transcript": "XM_047437125.1",
"protein_id": "XP_047293081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2507,
"cds_start": -4,
"cds_end": null,
"cds_length": 7524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5960-38T>A",
"hgvs_p": null,
"transcript": "XM_005256874.6",
"protein_id": "XP_005256931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2466,
"cds_start": -4,
"cds_end": null,
"cds_length": 7401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5960-38T>A",
"hgvs_p": null,
"transcript": "XM_017025415.3",
"protein_id": "XP_016880904.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2465,
"cds_start": -4,
"cds_end": null,
"cds_length": 7398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5957-38T>A",
"hgvs_p": null,
"transcript": "XM_047437126.1",
"protein_id": "XP_047293082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2465,
"cds_start": -4,
"cds_end": null,
"cds_length": 7398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5960-38T>A",
"hgvs_p": null,
"transcript": "XM_047437129.1",
"protein_id": "XP_047293085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2453,
"cds_start": -4,
"cds_end": null,
"cds_length": 7362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5957-38T>A",
"hgvs_p": null,
"transcript": "XM_047437130.1",
"protein_id": "XP_047293086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2452,
"cds_start": -4,
"cds_end": null,
"cds_length": 7359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5960-38T>A",
"hgvs_p": null,
"transcript": "XM_047437131.1",
"protein_id": "XP_047293087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2452,
"cds_start": -4,
"cds_end": null,
"cds_length": 7359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5912-38T>A",
"hgvs_p": null,
"transcript": "XM_017025417.3",
"protein_id": "XP_016880906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2450,
"cds_start": -4,
"cds_end": null,
"cds_length": 7353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5909-38T>A",
"hgvs_p": null,
"transcript": "XM_047437132.1",
"protein_id": "XP_047293088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2449,
"cds_start": -4,
"cds_end": null,
"cds_length": 7350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5906-38T>A",
"hgvs_p": null,
"transcript": "XM_005256875.5",
"protein_id": "XP_005256932.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2448,
"cds_start": -4,
"cds_end": null,
"cds_length": 7347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5909-38T>A",
"hgvs_p": null,
"transcript": "XM_047437134.1",
"protein_id": "XP_047293090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2436,
"cds_start": -4,
"cds_end": null,
"cds_length": 7311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5906-38T>A",
"hgvs_p": null,
"transcript": "XM_047437135.1",
"protein_id": "XP_047293091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2435,
"cds_start": -4,
"cds_end": null,
"cds_length": 7308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5777-38T>A",
"hgvs_p": null,
"transcript": "XM_011524085.4",
"protein_id": "XP_011522387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2405,
"cds_start": -4,
"cds_end": null,
"cds_length": 7218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5777-38T>A",
"hgvs_p": null,
"transcript": "XM_017025418.3",
"protein_id": "XP_016880907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2404,
"cds_start": -4,
"cds_end": null,
"cds_length": 7215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5777-38T>A",
"hgvs_p": null,
"transcript": "XM_047437136.1",
"protein_id": "XP_047293092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2392,
"cds_start": -4,
"cds_end": null,
"cds_length": 7179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5732-38T>A",
"hgvs_p": null,
"transcript": "XM_047437137.1",
"protein_id": "XP_047293093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2390,
"cds_start": -4,
"cds_end": null,
"cds_length": 7173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5729-38T>A",
"hgvs_p": null,
"transcript": "XM_047437138.1",
"protein_id": "XP_047293094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2389,
"cds_start": -4,
"cds_end": null,
"cds_length": 7170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5732-38T>A",
"hgvs_p": null,
"transcript": "XM_047437139.1",
"protein_id": "XP_047293095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2376,
"cds_start": -4,
"cds_end": null,
"cds_length": 7131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5681-38T>A",
"hgvs_p": null,
"transcript": "XM_047437140.1",
"protein_id": "XP_047293096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2373,
"cds_start": -4,
"cds_end": null,
"cds_length": 7122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5657-38T>A",
"hgvs_p": null,
"transcript": "XM_047437141.1",
"protein_id": "XP_047293097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2365,
"cds_start": -4,
"cds_end": null,
"cds_length": 7098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5603-38T>A",
"hgvs_p": null,
"transcript": "XM_017025419.3",
"protein_id": "XP_016880908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2347,
"cds_start": -4,
"cds_end": null,
"cds_length": 7044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5600-38T>A",
"hgvs_p": null,
"transcript": "XM_047437142.1",
"protein_id": "XP_047293098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2346,
"cds_start": -4,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5573-38T>A",
"hgvs_p": null,
"transcript": "XM_011524086.4",
"protein_id": "XP_011522388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2337,
"cds_start": -4,
"cds_end": null,
"cds_length": 7014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5603-38T>A",
"hgvs_p": null,
"transcript": "XM_047437143.1",
"protein_id": "XP_047293099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2334,
"cds_start": -4,
"cds_end": null,
"cds_length": 7005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5555-38T>A",
"hgvs_p": null,
"transcript": "XM_017025420.3",
"protein_id": "XP_016880909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2331,
"cds_start": -4,
"cds_end": null,
"cds_length": 6996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"hgvs_c": "c.5372-38T>A",
"hgvs_p": null,
"transcript": "XM_047437144.1",
"protein_id": "XP_047293100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2270,
"cds_start": -4,
"cds_end": null,
"cds_length": 6813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10195,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NCOR1",
"gene_hgnc_id": 7672,
"dbsnp": "rs2157991",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.651,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000268712.8",
"gene_symbol": "NCOR1",
"hgnc_id": 7672,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5882-38T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}