← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 12-21295769-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=21295769&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 21295769,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_021094.4",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_001386879.1",
"protein_id": "NP_001373808.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000683939.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386879.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "ENST00000683939.1",
"protein_id": "ENSP00000508235.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001386879.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683939.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "ENST00000307378.10",
"protein_id": "ENSP00000305974.6",
"transcript_support_level": 1,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "ENST00000307378.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.*678T>G",
"hgvs_p": null,
"transcript": "ENST00000544020.5",
"protein_id": "ENSP00000440154.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000544020.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.*678T>G",
"hgvs_p": null,
"transcript": "ENST00000544020.5",
"protein_id": "ENSP00000440154.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000544020.5"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_001386878.1",
"protein_id": "NP_001373807.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "NM_001386878.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_001386880.1",
"protein_id": "NP_001373809.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "NM_001386880.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_001386881.1",
"protein_id": "NP_001373810.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "NM_001386881.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_001386882.2",
"protein_id": "NP_001373811.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "NM_001386882.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_021094.4",
"protein_id": "NP_066580.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "NM_021094.4"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_134431.5",
"protein_id": "NP_602307.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "NM_134431.5"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "ENST00000938257.1",
"protein_id": "ENSP00000608316.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "ENST00000938257.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "ENST00000938258.1",
"protein_id": "ENSP00000608317.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "ENST00000938258.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "ENST00000938259.1",
"protein_id": "ENSP00000608318.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "ENST00000938259.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "ENST00000938261.1",
"protein_id": "ENSP00000608320.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "ENST00000938261.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1093T>G",
"hgvs_p": "p.Cys365Gly",
"transcript": "NM_001386886.1",
"protein_id": "NP_001373815.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 668,
"cds_start": 1093,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386886.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1093T>G",
"hgvs_p": "p.Cys365Gly",
"transcript": "NM_001386926.1",
"protein_id": "NP_001373855.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 668,
"cds_start": 1093,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386926.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1093T>G",
"hgvs_p": "p.Cys365Gly",
"transcript": "NM_001386947.1",
"protein_id": "NP_001373876.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 668,
"cds_start": 1093,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386947.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1093T>G",
"hgvs_p": "p.Cys365Gly",
"transcript": "NM_001386949.1",
"protein_id": "NP_001373878.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 668,
"cds_start": 1093,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386949.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1093T>G",
"hgvs_p": "p.Cys365Gly",
"transcript": "NM_001386960.1",
"protein_id": "NP_001373889.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 668,
"cds_start": 1093,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386960.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1039T>G",
"hgvs_p": "p.Cys347Gly",
"transcript": "NM_001386948.1",
"protein_id": "NP_001373877.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 650,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386948.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1039T>G",
"hgvs_p": "p.Cys347Gly",
"transcript": "NM_001386952.1",
"protein_id": "NP_001373881.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 650,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386952.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "NM_001386887.1",
"protein_id": "NP_001373816.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 617,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386887.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1039T>G",
"hgvs_p": "p.Cys347Gly",
"transcript": "NM_001386958.1",
"protein_id": "NP_001373887.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 597,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386958.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.859T>G",
"hgvs_p": "p.Cys287Gly",
"transcript": "ENST00000938260.1",
"protein_id": "ENSP00000608319.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 590,
"cds_start": 859,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938260.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1039T>G",
"hgvs_p": "p.Cys347Gly",
"transcript": "NM_001386951.1",
"protein_id": "NP_001373880.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 589,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386951.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1039T>G",
"hgvs_p": "p.Cys347Gly",
"transcript": "NM_001386946.1",
"protein_id": "NP_001373875.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 584,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386946.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.838T>G",
"hgvs_p": "p.Cys280Gly",
"transcript": "NM_001386908.1",
"protein_id": "NP_001373837.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 583,
"cds_start": 838,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386908.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.838T>G",
"hgvs_p": "p.Cys280Gly",
"transcript": "NM_001386919.1",
"protein_id": "NP_001373848.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 583,
"cds_start": 838,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386919.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.838T>G",
"hgvs_p": "p.Cys280Gly",
"transcript": "NM_001386927.1",
"protein_id": "NP_001373856.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 583,
"cds_start": 838,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386927.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1039T>G",
"hgvs_p": "p.Cys347Gly",
"transcript": "NM_001386959.1",
"protein_id": "NP_001373888.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 578,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386959.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.799T>G",
"hgvs_p": "p.Cys267Gly",
"transcript": "NM_001386921.1",
"protein_id": "NP_001373850.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 570,
"cds_start": 799,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386921.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "NM_001386922.1",
"protein_id": "NP_001373851.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386922.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "NM_001386929.1",
"protein_id": "NP_001373858.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386929.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "NM_001386937.1",
"protein_id": "NP_001373866.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386937.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "NM_001386938.1",
"protein_id": "NP_001373867.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386938.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "NM_001386939.1",
"protein_id": "NP_001373868.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386939.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "NM_001386940.1",
"protein_id": "NP_001373869.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386940.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "NM_001386962.1",
"protein_id": "NP_001373891.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386962.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.703T>G",
"hgvs_p": "p.Cys235Gly",
"transcript": "ENST00000458504.5",
"protein_id": "ENSP00000394854.1",
"transcript_support_level": 2,
"aa_start": 235,
"aa_end": null,
"aa_length": 538,
"cds_start": 703,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458504.5"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.838T>G",
"hgvs_p": "p.Cys280Gly",
"transcript": "NM_001386963.1",
"protein_id": "NP_001373892.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 517,
"cds_start": 838,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386963.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.631T>G",
"hgvs_p": "p.Cys211Gly",
"transcript": "NM_001386890.1",
"protein_id": "NP_001373819.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 514,
"cds_start": 631,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386890.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.631T>G",
"hgvs_p": "p.Cys211Gly",
"transcript": "NM_001386920.1",
"protein_id": "NP_001373849.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 514,
"cds_start": 631,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386920.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.631T>G",
"hgvs_p": "p.Cys211Gly",
"transcript": "NM_001386931.1",
"protein_id": "NP_001373860.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 514,
"cds_start": 631,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386931.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.631T>G",
"hgvs_p": "p.Cys211Gly",
"transcript": "NM_001386953.1",
"protein_id": "NP_001373882.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 514,
"cds_start": 631,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386953.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.631T>G",
"hgvs_p": "p.Cys211Gly",
"transcript": "NM_001386954.1",
"protein_id": "NP_001373883.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 514,
"cds_start": 631,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386954.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.631T>G",
"hgvs_p": "p.Cys211Gly",
"transcript": "NM_001386961.1",
"protein_id": "NP_001373890.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 514,
"cds_start": 631,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386961.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "XM_011520819.2",
"protein_id": "XP_011519121.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "XM_011520819.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly",
"transcript": "XM_024449138.2",
"protein_id": "XP_024304906.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 670,
"cds_start": 1099,
"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": "XM_024449138.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.1390T>G",
"hgvs_p": null,
"transcript": "ENST00000463718.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": "ENST00000463718.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.1127T>G",
"hgvs_p": null,
"transcript": "ENST00000480394.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": "ENST00000480394.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.*678T>G",
"hgvs_p": null,
"transcript": "ENST00000544290.5",
"protein_id": "ENSP00000438348.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000544290.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.1205T>G",
"hgvs_p": null,
"transcript": "NR_170340.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.1098T>G",
"hgvs_p": null,
"transcript": "NR_170341.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170341.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.1205T>G",
"hgvs_p": null,
"transcript": "NR_170343.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170343.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"hgvs_c": "n.*678T>G",
"hgvs_p": null,
"transcript": "ENST00000544290.5",
"protein_id": "ENSP00000438348.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000544290.5"
}
],
"gene_symbol": "SLCO1A2",
"gene_hgnc_id": 10956,
"dbsnp": "rs772700890",
"frequency_reference_population": 7.152022e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.15202e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7069113850593567,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.3100000023841858,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.354,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2671,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.367,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.31,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_021094.4",
"gene_symbol": "SLCO1A2",
"hgnc_id": 10956,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1099T>G",
"hgvs_p": "p.Cys367Gly"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}