← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 1-216542978-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=216542978&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 216542978,
"ref": "G",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000408911.8",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.862+21241C>G",
"hgvs_p": null,
"transcript": "NM_001438.4",
"protein_id": "NP_001429.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 458,
"cds_start": -4,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5195,
"mane_select": "ENST00000408911.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.862+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000408911.8",
"protein_id": "ENSP00000386171.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 458,
"cds_start": -4,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5195,
"mane_select": "NM_001438.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000366937.5",
"protein_id": "ENSP00000355904.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000359162.6",
"protein_id": "ENSP00000352077.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000360012.7",
"protein_id": "ENSP00000353108.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000361395.6",
"protein_id": "ENSP00000354584.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000366938.6",
"protein_id": "ENSP00000355905.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000366940.6",
"protein_id": "ENSP00000355907.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000487276.5",
"protein_id": "ENSP00000419155.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000493603.5",
"protein_id": "ENSP00000419594.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000493748.5",
"protein_id": "ENSP00000417374.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000475275.5",
"protein_id": "ENSP00000419514.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 353,
"cds_start": -4,
"cds_end": null,
"cds_length": 1063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243518.2",
"protein_id": "NP_001230447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000673908.1",
"protein_id": "ENSP00000500992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001134285.3",
"protein_id": "NP_001127757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243509.2",
"protein_id": "NP_001230438.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243510.3",
"protein_id": "NP_001230439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243511.3",
"protein_id": "NP_001230440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243512.1",
"protein_id": "NP_001230441.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243513.1",
"protein_id": "NP_001230442.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243514.2",
"protein_id": "NP_001230443.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243515.2",
"protein_id": "NP_001230444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243519.2",
"protein_id": "NP_001230448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001350122.2",
"protein_id": "NP_001337051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001350123.2",
"protein_id": "NP_001337052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001350124.2",
"protein_id": "NP_001337053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_001350125.2",
"protein_id": "NP_001337054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_206594.3",
"protein_id": "NP_996317.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "NM_206595.3",
"protein_id": "NP_996318.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000361525.7",
"protein_id": "ENSP00000355225.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000391890.7",
"protein_id": "ENSP00000375761.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.793+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000616180.4",
"protein_id": "ENSP00000481528.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.676+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243507.2",
"protein_id": "NP_001230436.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.676+21241C>G",
"hgvs_p": null,
"transcript": "ENST00000463665.5",
"protein_id": "ENSP00000418629.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.307+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243506.2",
"protein_id": "NP_001230435.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": -4,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.109+21241C>G",
"hgvs_p": null,
"transcript": "NM_001243505.2",
"protein_id": "NP_001230434.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": -4,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.919+21241C>G",
"hgvs_p": null,
"transcript": "XM_011509265.4",
"protein_id": "XP_011507567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6999,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.919+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000621.3",
"protein_id": "XP_016856110.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.919+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000622.2",
"protein_id": "XP_016856111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.919+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000623.3",
"protein_id": "XP_016856112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.919+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000624.3",
"protein_id": "XP_016856113.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.919+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000625.2",
"protein_id": "XP_016856114.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.919+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449307.1",
"protein_id": "XP_047305263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_011509266.4",
"protein_id": "XP_011507568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_011509267.1",
"protein_id": "XP_011507569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_011509268.3",
"protein_id": "XP_011507570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_011509269.3",
"protein_id": "XP_011507571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449344.1",
"protein_id": "XP_047305300.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449351.1",
"protein_id": "XP_047305307.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449362.1",
"protein_id": "XP_047305318.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449368.1",
"protein_id": "XP_047305324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.898+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449371.1",
"protein_id": "XP_047305327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.883+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449385.1",
"protein_id": "XP_047305341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": -4,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.877+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449389.1",
"protein_id": "XP_047305345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 463,
"cds_start": -4,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.871+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449390.1",
"protein_id": "XP_047305346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 461,
"cds_start": -4,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.829+21241C>G",
"hgvs_p": null,
"transcript": "XM_011509271.3",
"protein_id": "XP_011507573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.829+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449391.1",
"protein_id": "XP_047305347.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.829+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449392.1",
"protein_id": "XP_047305348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.829+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449393.1",
"protein_id": "XP_047305349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.829+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449394.1",
"protein_id": "XP_047305350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000631.3",
"protein_id": "XP_016856120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000632.3",
"protein_id": "XP_016856121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000634.3",
"protein_id": "XP_016856123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000636.3",
"protein_id": "XP_016856125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_017000637.2",
"protein_id": "XP_016856126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449395.1",
"protein_id": "XP_047305351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449396.1",
"protein_id": "XP_047305352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449397.1",
"protein_id": "XP_047305353.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449398.1",
"protein_id": "XP_047305354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449401.1",
"protein_id": "XP_047305357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449402.1",
"protein_id": "XP_047305358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"hgvs_c": "c.814+21241C>G",
"hgvs_p": null,
"transcript": "XM_047449403.1",
"protein_id": "XP_047305359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ESRRG",
"gene_hgnc_id": 3474,
"dbsnp": "rs12145418",
"frequency_reference_population": 0.000026327567,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000263276,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8600000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.86,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.686,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000408911.8",
"gene_symbol": "ESRRG",
"hgnc_id": 3474,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.862+21241C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}