← 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: 11-47259253-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=47259253&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 47259253,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005693.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "NM_005693.4",
"protein_id": "NP_005684.2",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000441012.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005693.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000441012.7",
"protein_id": "ENSP00000387946.2",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005693.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441012.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000467728.5",
"protein_id": "ENSP00000420656.1",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467728.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000405853.7",
"protein_id": "ENSP00000384745.3",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 387,
"cds_start": 37,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405853.7"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.62-538C>T",
"hgvs_p": null,
"transcript": "ENST00000616973.4",
"protein_id": "ENSP00000477707.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": null,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616973.4"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "ENST00000395397.7",
"protein_id": "ENSP00000378793.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395397.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.283-538C>T",
"hgvs_p": null,
"transcript": "ENST00000527464.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": "ENST00000527464.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896745.1",
"protein_id": "ENSP00000566804.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 448,
"cds_start": 37,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896745.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896726.1",
"protein_id": "ENSP00000566785.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896726.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896727.1",
"protein_id": "ENSP00000566786.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896727.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896728.1",
"protein_id": "ENSP00000566787.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896728.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896729.1",
"protein_id": "ENSP00000566788.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896729.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896730.1",
"protein_id": "ENSP00000566789.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896730.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896731.1",
"protein_id": "ENSP00000566790.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896731.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896732.1",
"protein_id": "ENSP00000566791.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896732.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896733.1",
"protein_id": "ENSP00000566792.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896733.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896734.1",
"protein_id": "ENSP00000566793.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896734.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896735.1",
"protein_id": "ENSP00000566794.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896735.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896737.1",
"protein_id": "ENSP00000566796.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896737.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896739.1",
"protein_id": "ENSP00000566798.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896739.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896740.1",
"protein_id": "ENSP00000566799.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896740.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896741.1",
"protein_id": "ENSP00000566800.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896741.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896744.1",
"protein_id": "ENSP00000566803.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896744.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896746.1",
"protein_id": "ENSP00000566805.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896746.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896749.1",
"protein_id": "ENSP00000566808.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896749.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896753.1",
"protein_id": "ENSP00000566812.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896753.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896754.1",
"protein_id": "ENSP00000566814.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896754.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896757.1",
"protein_id": "ENSP00000566816.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896757.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965462.1",
"protein_id": "ENSP00000635521.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965462.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000932404.1",
"protein_id": "ENSP00000602463.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 422,
"cds_start": 37,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932404.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896750.1",
"protein_id": "ENSP00000566809.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 417,
"cds_start": 37,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896750.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000932405.1",
"protein_id": "ENSP00000602464.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 417,
"cds_start": 37,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932405.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965460.1",
"protein_id": "ENSP00000635519.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 417,
"cds_start": 37,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965460.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "NM_001130101.3",
"protein_id": "NP_001123573.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 387,
"cds_start": 37,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130101.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000407404.5",
"protein_id": "ENSP00000385801.1",
"transcript_support_level": 5,
"aa_start": 13,
"aa_end": null,
"aa_length": 387,
"cds_start": 37,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407404.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965457.1",
"protein_id": "ENSP00000635516.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 387,
"cds_start": 37,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965457.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965458.1",
"protein_id": "ENSP00000635517.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 387,
"cds_start": 37,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965458.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965461.1",
"protein_id": "ENSP00000635520.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 387,
"cds_start": 37,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965461.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896736.1",
"protein_id": "ENSP00000566795.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896736.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896738.1",
"protein_id": "ENSP00000566797.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896738.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896742.1",
"protein_id": "ENSP00000566801.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896742.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896751.1",
"protein_id": "ENSP00000566810.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896751.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896752.1",
"protein_id": "ENSP00000566811.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896752.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000932406.1",
"protein_id": "ENSP00000602465.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932406.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000932407.1",
"protein_id": "ENSP00000602466.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932407.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965456.1",
"protein_id": "ENSP00000635515.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 358,
"cds_start": 37,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965456.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896743.1",
"protein_id": "ENSP00000566802.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 298,
"cds_start": 37,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896743.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965455.1",
"protein_id": "ENSP00000635514.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 298,
"cds_start": 37,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965455.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000965459.1",
"protein_id": "ENSP00000635518.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 298,
"cds_start": 37,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965459.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896747.1",
"protein_id": "ENSP00000566806.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 295,
"cds_start": 37,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896747.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896759.1",
"protein_id": "ENSP00000566818.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 284,
"cds_start": 37,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896759.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000436029.5",
"protein_id": "ENSP00000403696.1",
"transcript_support_level": 5,
"aa_start": 13,
"aa_end": null,
"aa_length": 211,
"cds_start": 37,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436029.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000449369.5",
"protein_id": "ENSP00000415591.1",
"transcript_support_level": 5,
"aa_start": 13,
"aa_end": null,
"aa_length": 204,
"cds_start": 37,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449369.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000436778.5",
"protein_id": "ENSP00000403798.1",
"transcript_support_level": 3,
"aa_start": 13,
"aa_end": null,
"aa_length": 201,
"cds_start": 37,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436778.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000896748.1",
"protein_id": "ENSP00000566807.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 195,
"cds_start": 37,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896748.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000444396.5",
"protein_id": "ENSP00000391005.1",
"transcript_support_level": 3,
"aa_start": 13,
"aa_end": null,
"aa_length": 192,
"cds_start": 37,
"cds_end": null,
"cds_length": 581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444396.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000457932.5",
"protein_id": "ENSP00000413095.1",
"transcript_support_level": 5,
"aa_start": 13,
"aa_end": null,
"aa_length": 76,
"cds_start": 37,
"cds_end": null,
"cds_length": 232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457932.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "ENST00000437276.1",
"protein_id": "ENSP00000396132.1",
"transcript_support_level": 3,
"aa_start": 13,
"aa_end": null,
"aa_length": 67,
"cds_start": 37,
"cds_end": null,
"cds_length": 205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437276.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "XM_005252706.2",
"protein_id": "XP_005252763.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005252706.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "XM_011519805.3",
"protein_id": "XP_011518107.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519805.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "XM_047426194.1",
"protein_id": "XP_047282150.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426194.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "XM_047426195.1",
"protein_id": "XP_047282151.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 447,
"cds_start": 37,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426195.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser",
"transcript": "XM_047426200.1",
"protein_id": "XP_047282156.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 387,
"cds_start": 37,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426200.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-104C>T",
"hgvs_p": null,
"transcript": "XM_047426199.1",
"protein_id": "XP_047282155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426199.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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "ENST00000481889.6",
"protein_id": "ENSP00000433271.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": null,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000481889.6"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.62-538C>T",
"hgvs_p": null,
"transcript": "NM_001251934.2",
"protein_id": "NP_001238863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": null,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001251934.2"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.62-538C>T",
"hgvs_p": null,
"transcript": "NM_001251935.2",
"protein_id": "NP_001238864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": null,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001251935.2"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "NM_001130102.3",
"protein_id": "NP_001123574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130102.3"
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "NM_001363595.2",
"protein_id": "NP_001350524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"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": "NM_001363595.2"
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "ENST00000405576.5",
"protein_id": "ENSP00000385073.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"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": "ENST00000405576.5"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "NM_001438447.1",
"protein_id": "NP_001425376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": null,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438447.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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-137-1988C>T",
"hgvs_p": null,
"transcript": "NM_001438448.1",
"protein_id": "NP_001425377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438448.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "ENST00000531660.5",
"protein_id": "ENSP00000434650.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 166,
"cds_start": null,
"cds_end": null,
"cds_length": 502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531660.5"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "ENST00000412937.5",
"protein_id": "ENSP00000412636.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 133,
"cds_start": null,
"cds_end": null,
"cds_length": 404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412937.5"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "XM_024448298.2",
"protein_id": "XP_024304066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448298.2"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "XM_047426193.1",
"protein_id": "XP_047282149.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426193.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "XM_047426197.1",
"protein_id": "XP_047282153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426197.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": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-97-533C>T",
"hgvs_p": null,
"transcript": "XM_047426198.1",
"protein_id": "XP_047282154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426198.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "XM_047426201.1",
"protein_id": "XP_047282157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": null,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426201.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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "XM_011519806.2",
"protein_id": "XP_011518108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"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": "XM_011519806.2"
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "XM_017017056.2",
"protein_id": "XP_016872545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017056.2"
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "c.-92-538C>T",
"hgvs_p": null,
"transcript": "XM_011519807.2",
"protein_id": "XP_011518109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": null,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519807.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.37C>T",
"hgvs_p": null,
"transcript": "ENST00000419652.5",
"protein_id": "ENSP00000407716.1",
"transcript_support_level": 4,
"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": "ENST00000419652.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.37C>T",
"hgvs_p": null,
"transcript": "ENST00000420369.5",
"protein_id": "ENSP00000406692.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000420369.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.366C>T",
"hgvs_p": null,
"transcript": "ENST00000461778.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": "pseudogene",
"feature": "ENST00000461778.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.374C>T",
"hgvs_p": null,
"transcript": "ENST00000498548.1",
"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": "ENST00000498548.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.234C>T",
"hgvs_p": null,
"transcript": "ENST00000525441.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": "pseudogene",
"feature": "ENST00000525441.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.134C>T",
"hgvs_p": null,
"transcript": "ENST00000530310.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000530310.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.130-538C>T",
"hgvs_p": null,
"transcript": "ENST00000476086.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": "pseudogene",
"feature": "ENST00000476086.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.77-538C>T",
"hgvs_p": null,
"transcript": "ENST00000481020.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": "ENST00000481020.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.74-1988C>T",
"hgvs_p": null,
"transcript": "ENST00000487913.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": "ENST00000487913.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.283-538C>T",
"hgvs_p": null,
"transcript": "ENST00000495866.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000495866.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.231-538C>T",
"hgvs_p": null,
"transcript": "ENST00000529540.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": "pseudogene",
"feature": "ENST00000529540.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.74-8660C>T",
"hgvs_p": null,
"transcript": "ENST00000532630.1",
"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": "pseudogene",
"feature": "ENST00000532630.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"hgvs_c": "n.-211C>T",
"hgvs_p": null,
"transcript": "ENST00000473222.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000473222.1"
}
],
"gene_symbol": "NR1H3",
"gene_hgnc_id": 7966,
"dbsnp": "rs769526206",
"frequency_reference_population": 0.00009479225,
"hom_count_reference_population": 0,
"allele_count_reference_population": 153,
"gnomad_exomes_af": 0.000101239,
"gnomad_genomes_af": 0.000032858,
"gnomad_exomes_ac": 148,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04669174551963806,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.038,
"revel_prediction": "Benign",
"alphamissense_score": 0.0608,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.198,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2_Supporting",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2_Supporting"
],
"verdict": "Benign",
"transcript": "NM_005693.4",
"gene_symbol": "NR1H3",
"hgnc_id": 7966,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.37C>T",
"hgvs_p": "p.Pro13Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}