← 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: 12-95040485-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=95040485&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 95040485,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_003297.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "NM_003297.4",
"protein_id": "NP_003288.2",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 603,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 4058,
"mane_select": "ENST00000333003.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003297.4"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000333003.10",
"protein_id": "ENSP00000333275.4",
"transcript_support_level": 2,
"aa_start": 415,
"aa_end": null,
"aa_length": 603,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 4058,
"mane_select": "NM_003297.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000333003.10"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000393101.7",
"protein_id": "ENSP00000376813.3",
"transcript_support_level": 1,
"aa_start": 415,
"aa_end": null,
"aa_length": 467,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 1452,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393101.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "n.1244A>T",
"hgvs_p": null,
"transcript": "ENST00000545833.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": 1305,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000545833.5"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000922903.1",
"protein_id": "ENSP00000592962.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 647,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1403,
"cdna_end": null,
"cdna_length": 2439,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922903.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000922904.1",
"protein_id": "ENSP00000592963.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 647,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1368,
"cdna_end": null,
"cdna_length": 2404,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922904.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000942592.1",
"protein_id": "ENSP00000612651.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 642,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 1487,
"cdna_end": null,
"cdna_length": 2506,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942592.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000877191.1",
"protein_id": "ENSP00000547250.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 603,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1598,
"cdna_end": null,
"cdna_length": 2500,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877191.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000877193.1",
"protein_id": "ENSP00000547252.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 603,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1463,
"cdna_end": null,
"cdna_length": 2367,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877193.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1232A>T",
"hgvs_p": "p.Gln411Leu",
"transcript": "ENST00000877190.1",
"protein_id": "ENSP00000547249.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 599,
"cds_start": 1232,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1472,
"cdna_end": null,
"cdna_length": 2373,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877190.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1232A>T",
"hgvs_p": "p.Gln411Leu",
"transcript": "ENST00000877195.1",
"protein_id": "ENSP00000547254.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 599,
"cds_start": 1232,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 2339,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877195.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000877189.1",
"protein_id": "ENSP00000547248.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 598,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 3244,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877189.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000877194.1",
"protein_id": "ENSP00000547253.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 598,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1463,
"cdna_end": null,
"cdna_length": 2349,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877194.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1232A>T",
"hgvs_p": "p.Gln411Leu",
"transcript": "ENST00000877196.1",
"protein_id": "ENSP00000547255.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 594,
"cds_start": 1232,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1399,
"cdna_end": null,
"cdna_length": 2284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877196.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000877192.1",
"protein_id": "ENSP00000547251.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 557,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1470,
"cdna_end": null,
"cdna_length": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877192.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1112A>T",
"hgvs_p": "p.Gln371Leu",
"transcript": "ENST00000942591.1",
"protein_id": "ENSP00000612650.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 554,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 1358,
"cdna_end": null,
"cdna_length": 2245,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942591.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "NM_001127362.2",
"protein_id": "NP_001120834.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 483,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127362.2"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000330677.7",
"protein_id": "ENSP00000328843.7",
"transcript_support_level": 5,
"aa_start": 415,
"aa_end": null,
"aa_length": 483,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1409,
"cdna_end": null,
"cdna_length": 2014,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330677.7"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000877197.1",
"protein_id": "ENSP00000547256.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 475,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 1907,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877197.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "NM_001032287.3",
"protein_id": "NP_001027458.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 467,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 1860,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001032287.3"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "ENST00000622476.4",
"protein_id": "ENSP00000478728.1",
"transcript_support_level": 5,
"aa_start": 415,
"aa_end": null,
"aa_length": 434,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1500,
"cdna_end": null,
"cdna_length": 1561,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622476.4"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.113A>T",
"hgvs_p": "p.Gln38Leu",
"transcript": "ENST00000551647.5",
"protein_id": "ENSP00000450225.1",
"transcript_support_level": 5,
"aa_start": 38,
"aa_end": null,
"aa_length": 72,
"cds_start": 113,
"cds_end": null,
"cds_length": 219,
"cdna_start": 114,
"cdna_end": null,
"cdna_length": 740,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551647.5"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "XM_005269133.3",
"protein_id": "XP_005269190.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 598,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 4043,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269133.3"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "XM_006719584.3",
"protein_id": "XP_006719647.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 557,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 3920,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719584.3"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "XM_011538716.3",
"protein_id": "XP_011537018.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 521,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 3952,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538716.3"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "XM_047429494.1",
"protein_id": "XP_047285450.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 516,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 3937,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429494.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.713A>T",
"hgvs_p": "p.Gln238Leu",
"transcript": "XM_006719585.3",
"protein_id": "XP_006719648.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 426,
"cds_start": 713,
"cds_end": null,
"cds_length": 1281,
"cdna_start": 1528,
"cdna_end": null,
"cdna_length": 4096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719585.3"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu",
"transcript": "XM_047429496.1",
"protein_id": "XP_047285452.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 418,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429496.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.*79A>T",
"hgvs_p": null,
"transcript": "XM_047429499.1",
"protein_id": "XP_047285455.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": 1333,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429499.1"
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.966-8997A>T",
"hgvs_p": null,
"transcript": "ENST00000877188.1",
"protein_id": "ENSP00000547247.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 507,
"cds_start": null,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3715,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877188.1"
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.966-8997A>T",
"hgvs_p": null,
"transcript": "ENST00000922902.1",
"protein_id": "ENSP00000592961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 502,
"cds_start": null,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2085,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922902.1"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.965+11277A>T",
"hgvs_p": null,
"transcript": "ENST00000942590.1",
"protein_id": "ENSP00000612649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 379,
"cds_start": null,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1986,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942590.1"
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.966-8997A>T",
"hgvs_p": null,
"transcript": "XM_011538717.3",
"protein_id": "XP_011537019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 507,
"cds_start": null,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3770,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538717.3"
},
{
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.966-8997A>T",
"hgvs_p": null,
"transcript": "XM_047429495.1",
"protein_id": "XP_047285451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 502,
"cds_start": null,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3755,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429495.1"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "c.1131+8583A>T",
"hgvs_p": null,
"transcript": "XM_047429497.1",
"protein_id": "XP_047285453.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": null,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1517,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429497.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "n.*79A>T",
"hgvs_p": null,
"transcript": "ENST00000552791.1",
"protein_id": "ENSP00000446817.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": 591,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552791.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "n.*79A>T",
"hgvs_p": null,
"transcript": "ENST00000552791.1",
"protein_id": "ENSP00000446817.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": 591,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552791.1"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "n.425+8583A>T",
"hgvs_p": null,
"transcript": "ENST00000546416.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 864,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000546416.5"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "n.301-8997A>T",
"hgvs_p": null,
"transcript": "ENST00000547594.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": 614,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000547594.5"
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"hgvs_c": "n.1759+8583A>T",
"hgvs_p": null,
"transcript": "ENST00000552861.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": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000552861.5"
}
],
"gene_symbol": "NR2C1",
"gene_hgnc_id": 7971,
"dbsnp": "rs762240406",
"frequency_reference_population": 0.000004106203,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.0000041062,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6243040561676025,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.768,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2095,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.953,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003297.4",
"gene_symbol": "NR2C1",
"hgnc_id": 7971,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1244A>T",
"hgvs_p": "p.Gln415Leu"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}