← 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: 2-24670190-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=24670190&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 24670190,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_003743.5",
"consequences": [
{
"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": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "NM_003743.5",
"protein_id": "NP_003734.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7381,
"mane_select": "ENST00000348332.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003743.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000348332.8",
"protein_id": "ENSP00000320940.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7381,
"mane_select": "NM_003743.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000348332.8"
},
{
"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": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000395856.3",
"protein_id": "ENSP00000379197.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1440,
"cds_start": null,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6828,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395856.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": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000288599.9",
"protein_id": "ENSP00000288599.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1399,
"cds_start": null,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6952,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000288599.9"
},
{
"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": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.-197-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000407230.5",
"protein_id": "ENSP00000385195.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1248,
"cds_start": null,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4745,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407230.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": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000406961.5",
"protein_id": "ENSP00000385216.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406961.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": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000856014.1",
"protein_id": "ENSP00000526073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5343,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856014.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": 22,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000918340.1",
"protein_id": "ENSP00000588399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7336,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918340.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": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000918341.1",
"protein_id": "ENSP00000588400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6972,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918341.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": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000918342.1",
"protein_id": "ENSP00000588401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918342.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": 25,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000918343.1",
"protein_id": "ENSP00000588402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5447,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918343.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": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950148.1",
"protein_id": "ENSP00000620207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6437,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950148.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": 22,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950150.1",
"protein_id": "ENSP00000620209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5138,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950150.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": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950152.1",
"protein_id": "ENSP00000620211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5287,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950152.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": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950153.1",
"protein_id": "ENSP00000620212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5198,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950153.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": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950156.1",
"protein_id": "ENSP00000620215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4877,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950156.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": 25,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950157.1",
"protein_id": "ENSP00000620216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5715,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950157.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": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950158.1",
"protein_id": "ENSP00000620217.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4992,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950158.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": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950159.1",
"protein_id": "ENSP00000620218.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5099,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950159.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": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "NM_147233.2",
"protein_id": "NP_671766.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1440,
"cds_start": null,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6892,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_147233.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": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950154.1",
"protein_id": "ENSP00000620213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1440,
"cds_start": null,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4953,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950154.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": 22,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950155.1",
"protein_id": "ENSP00000620214.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1440,
"cds_start": null,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5060,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950155.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": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950149.1",
"protein_id": "ENSP00000620208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1411,
"cds_start": null,
"cds_end": null,
"cds_length": 4236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5984,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950149.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": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000950151.1",
"protein_id": "ENSP00000620210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1409,
"cds_start": null,
"cds_end": null,
"cds_length": 4230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5102,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950151.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": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "NM_001362950.1",
"protein_id": "NP_001349879.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1399,
"cds_start": null,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362950.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": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "NM_001362952.1",
"protein_id": "NP_001349881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1399,
"cds_start": null,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7401,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362952.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": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "NM_001362954.1",
"protein_id": "NP_001349883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1399,
"cds_start": null,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7398,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362954.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": 24,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "NM_001362955.1",
"protein_id": "NP_001349884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1399,
"cds_start": null,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7426,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362955.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": 23,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "NM_147223.3",
"protein_id": "NP_671756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1399,
"cds_start": null,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7302,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_147223.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": 25,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000405141.5",
"protein_id": "ENSP00000385097.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1399,
"cds_start": null,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7405,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405141.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": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000918344.1",
"protein_id": "ENSP00000588403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1393,
"cds_start": null,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5056,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918344.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": 22,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "ENST00000918345.1",
"protein_id": "ENSP00000588404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1336,
"cds_start": null,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4883,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918345.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": 22,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446151.1",
"protein_id": "XP_047302107.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7245,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446151.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": 25,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446152.1",
"protein_id": "XP_047302108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10932,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446152.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": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446153.1",
"protein_id": "XP_047302109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8556,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446153.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": 27,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446154.1",
"protein_id": "XP_047302110.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7912,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446154.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": 24,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446155.1",
"protein_id": "XP_047302111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7522,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446155.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": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446156.1",
"protein_id": "XP_047302112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1441,
"cds_start": null,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7297,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446156.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": 22,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446157.1",
"protein_id": "XP_047302113.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1440,
"cds_start": null,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7242,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446157.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": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"hgvs_c": "c.257-3176A>T",
"hgvs_p": null,
"transcript": "XM_047446158.1",
"protein_id": "XP_047302114.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1336,
"cds_start": null,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446158.1"
}
],
"gene_symbol": "NCOA1",
"gene_hgnc_id": 7668,
"dbsnp": "rs7572475",
"frequency_reference_population": 0.18961369,
"hom_count_reference_population": 2926,
"allele_count_reference_population": 28841,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.189614,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 28841,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 2926,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9800000190734863,
"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.98,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.105,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_003743.5",
"gene_symbol": "NCOA1",
"hgnc_id": 7668,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.257-3176A>T",
"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
}