← 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: 7-75983539-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=75983539&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 75983539,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001382655.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "NM_001395413.1",
"protein_id": "NP_001382342.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000461988.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395413.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000461988.6",
"protein_id": "ENSP00000419970.2",
"transcript_support_level": 1,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001395413.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000461988.6"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.1000C>A",
"hgvs_p": "p.Pro334Thr",
"transcript": "ENST00000447222.5",
"protein_id": "ENSP00000393527.1",
"transcript_support_level": 5,
"aa_start": 334,
"aa_end": null,
"aa_length": 724,
"cds_start": 1000,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447222.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.895C>A",
"hgvs_p": "p.Pro299Thr",
"transcript": "NM_001382655.3",
"protein_id": "NP_001369584.2",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 695,
"cds_start": 895,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382655.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910548.1",
"protein_id": "ENSP00000580607.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 686,
"cds_start": 841,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910548.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910554.1",
"protein_id": "ENSP00000580613.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 683,
"cds_start": 841,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910554.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910556.1",
"protein_id": "ENSP00000580615.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 683,
"cds_start": 841,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910556.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.850C>A",
"hgvs_p": "p.Pro284Thr",
"transcript": "ENST00000706545.1",
"protein_id": "ENSP00000516443.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 680,
"cds_start": 850,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706545.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.850C>A",
"hgvs_p": "p.Pro284Thr",
"transcript": "ENST00000706546.1",
"protein_id": "ENSP00000516444.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 680,
"cds_start": 850,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706546.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.850C>A",
"hgvs_p": "p.Pro284Thr",
"transcript": "ENST00000706547.1",
"protein_id": "ENSP00000516445.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 680,
"cds_start": 850,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706547.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "NM_001367562.3",
"protein_id": "NP_001354491.2",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367562.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "NM_001382657.2",
"protein_id": "NP_001369586.2",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382657.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "NM_001382658.3",
"protein_id": "NP_001369587.2",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382658.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "NM_001382659.3",
"protein_id": "NP_001369588.2",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382659.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910546.1",
"protein_id": "ENSP00000580605.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910546.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910549.1",
"protein_id": "ENSP00000580608.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910549.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910550.1",
"protein_id": "ENSP00000580609.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910550.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910551.1",
"protein_id": "ENSP00000580610.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910551.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910552.1",
"protein_id": "ENSP00000580611.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910552.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910553.1",
"protein_id": "ENSP00000580612.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910553.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910555.1",
"protein_id": "ENSP00000580614.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910555.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910559.1",
"protein_id": "ENSP00000580618.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910559.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910561.1",
"protein_id": "ENSP00000580620.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910561.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910562.1",
"protein_id": "ENSP00000580621.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910562.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910563.1",
"protein_id": "ENSP00000580622.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910563.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910564.1",
"protein_id": "ENSP00000580623.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910564.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000933050.1",
"protein_id": "ENSP00000603109.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933050.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000944612.1",
"protein_id": "ENSP00000614671.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944612.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000944613.1",
"protein_id": "ENSP00000614672.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944613.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000944614.1",
"protein_id": "ENSP00000614673.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944614.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000944615.1",
"protein_id": "ENSP00000614674.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944615.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000944616.1",
"protein_id": "ENSP00000614675.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 677,
"cds_start": 841,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944616.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910557.1",
"protein_id": "ENSP00000580616.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 676,
"cds_start": 841,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910557.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.970C>A",
"hgvs_p": "p.Pro324Thr",
"transcript": "ENST00000910558.1",
"protein_id": "ENSP00000580617.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 670,
"cds_start": 970,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910558.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910547.1",
"protein_id": "ENSP00000580606.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 658,
"cds_start": 841,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910547.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.751C>A",
"hgvs_p": "p.Pro251Thr",
"transcript": "ENST00000706544.1",
"protein_id": "ENSP00000516442.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 647,
"cds_start": 751,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706544.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000394893.5",
"protein_id": "ENSP00000378355.2",
"transcript_support_level": 5,
"aa_start": 281,
"aa_end": null,
"aa_length": 630,
"cds_start": 841,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394893.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "NM_001382662.3",
"protein_id": "NP_001369591.2",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 627,
"cds_start": 841,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382662.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.841C>A",
"hgvs_p": "p.Pro281Thr",
"transcript": "ENST00000910560.1",
"protein_id": "ENSP00000580619.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 627,
"cds_start": 841,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910560.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.625C>A",
"hgvs_p": "p.Pro209Thr",
"transcript": "ENST00000475509.2",
"protein_id": "ENSP00000516446.1",
"transcript_support_level": 5,
"aa_start": 209,
"aa_end": null,
"aa_length": 605,
"cds_start": 625,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000475509.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.64C>A",
"hgvs_p": "p.Pro22Thr",
"transcript": "ENST00000439269.1",
"protein_id": "ENSP00000412490.1",
"transcript_support_level": 2,
"aa_start": 22,
"aa_end": null,
"aa_length": 418,
"cds_start": 64,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439269.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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "c.422-16C>A",
"hgvs_p": null,
"transcript": "ENST00000933049.1",
"protein_id": "ENSP00000603108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 532,
"cds_start": null,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933049.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.*11C>A",
"hgvs_p": null,
"transcript": "ENST00000412064.6",
"protein_id": "ENSP00000404731.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000412064.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.*155C>A",
"hgvs_p": null,
"transcript": "ENST00000454934.5",
"protein_id": "ENSP00000414263.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000454934.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.450C>A",
"hgvs_p": null,
"transcript": "ENST00000460892.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000460892.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.104C>A",
"hgvs_p": null,
"transcript": "ENST00000487247.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000487247.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.224C>A",
"hgvs_p": null,
"transcript": "ENST00000496888.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496888.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.*11C>A",
"hgvs_p": null,
"transcript": "ENST00000412064.6",
"protein_id": "ENSP00000404731.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000412064.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.*155C>A",
"hgvs_p": null,
"transcript": "ENST00000454934.5",
"protein_id": "ENSP00000414263.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000454934.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"hgvs_c": "n.-250C>A",
"hgvs_p": null,
"transcript": "ENST00000495770.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000495770.1"
}
],
"gene_symbol": "POR",
"gene_hgnc_id": 9208,
"dbsnp": "rs72557937",
"frequency_reference_population": 0.000022320182,
"hom_count_reference_population": 0,
"allele_count_reference_population": 36,
"gnomad_exomes_af": 0.00000890005,
"gnomad_genomes_af": 0.000151093,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 23,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8422342538833618,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.8,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9851,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.948,
"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": "PP3_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001382655.3",
"gene_symbol": "POR",
"hgnc_id": 9208,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.895C>A",
"hgvs_p": "p.Pro299Thr"
}
],
"clinvar_disease": "Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}