← 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: 3-151340653-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=151340653&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 151340653,
"ref": "A",
"alt": "G",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "ENST00000302632.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"hgvs_c": "c.-72T>C",
"hgvs_p": null,
"transcript": "NM_022788.5",
"protein_id": "NP_073625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"mane_select": "ENST00000302632.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"hgvs_c": "c.-72T>C",
"hgvs_p": null,
"transcript": "ENST00000302632.4",
"protein_id": "ENSP00000307259.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"mane_select": "NM_022788.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"hgvs_c": "n.201T>C",
"hgvs_p": null,
"transcript": "ENST00000468596.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"hgvs_c": "c.-72T>C",
"hgvs_p": null,
"transcript": "NM_022788.5",
"protein_id": "NP_073625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"mane_select": "ENST00000302632.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"hgvs_c": "c.-72T>C",
"hgvs_p": null,
"transcript": "ENST00000302632.4",
"protein_id": "ENSP00000307259.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"mane_select": "NM_022788.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 45,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "NM_001393769.1",
"protein_id": "NP_001380698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2180,
"cds_start": -4,
"cds_end": null,
"cds_length": 6543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10794,
"mane_select": "ENST00000687756.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 45,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000687756.1",
"protein_id": "ENSP00000508695.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2180,
"cds_start": -4,
"cds_end": null,
"cds_length": 6543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10794,
"mane_select": "NM_001393769.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2146-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000474524.5",
"protein_id": "ENSP00000417235.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2145,
"cds_start": -4,
"cds_end": null,
"cds_length": 6438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"hgvs_c": "c.-72T>C",
"hgvs_p": null,
"transcript": "NM_176876.3",
"protein_id": "NP_795345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"hgvs_c": "c.-72T>C",
"hgvs_p": null,
"transcript": "NM_176876.3",
"protein_id": "NP_795345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2146-9406A>G",
"hgvs_p": null,
"transcript": "NM_053002.6",
"protein_id": "NP_443728.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2145,
"cds_start": -4,
"cds_end": null,
"cds_length": 6438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1726-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000273432.8",
"protein_id": "ENSP00000273432.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1809,
"cds_start": -4,
"cds_end": null,
"cds_length": 5430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 32,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1864-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000686666.1",
"protein_id": "ENSP00000509482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1556,
"cds_start": -4,
"cds_end": null,
"cds_length": 4673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "n.328-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000468305.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "n.74-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000491549.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "n.2509-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000685357.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "n.2326-9406A>G",
"hgvs_p": null,
"transcript": "ENST00000693531.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 46,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_017005676.2",
"protein_id": "XP_016861165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2197,
"cds_start": -4,
"cds_end": null,
"cds_length": 6594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447403.1",
"protein_id": "XP_047303359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2197,
"cds_start": -4,
"cds_end": null,
"cds_length": 6594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 46,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_017005677.2",
"protein_id": "XP_016861166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2196,
"cds_start": -4,
"cds_end": null,
"cds_length": 6591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447404.1",
"protein_id": "XP_047303360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2196,
"cds_start": -4,
"cds_end": null,
"cds_length": 6591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 45,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447405.1",
"protein_id": "XP_047303361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2179,
"cds_start": -4,
"cds_end": null,
"cds_length": 6540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_017005678.2",
"protein_id": "XP_016861167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2150,
"cds_start": -4,
"cds_end": null,
"cds_length": 6453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447406.1",
"protein_id": "XP_047303362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2149,
"cds_start": -4,
"cds_end": null,
"cds_length": 6450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2146-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447407.1",
"protein_id": "XP_047303363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2145,
"cds_start": -4,
"cds_end": null,
"cds_length": 6438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2146-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447408.1",
"protein_id": "XP_047303364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2144,
"cds_start": -4,
"cds_end": null,
"cds_length": 6435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2146-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447409.1",
"protein_id": "XP_047303365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": -4,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2146-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447410.1",
"protein_id": "XP_047303366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2114,
"cds_start": -4,
"cds_end": null,
"cds_length": 6345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1981-9406A>G",
"hgvs_p": null,
"transcript": "XM_017005679.2",
"protein_id": "XP_016861168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2107,
"cds_start": -4,
"cds_end": null,
"cds_length": 6324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1981-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447411.1",
"protein_id": "XP_047303367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2107,
"cds_start": -4,
"cds_end": null,
"cds_length": 6324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1969-9406A>G",
"hgvs_p": null,
"transcript": "XM_017005680.2",
"protein_id": "XP_016861169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2103,
"cds_start": -4,
"cds_end": null,
"cds_length": 6312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1969-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447412.1",
"protein_id": "XP_047303368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2102,
"cds_start": -4,
"cds_end": null,
"cds_length": 6309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1969-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447413.1",
"protein_id": "XP_047303369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2086,
"cds_start": -4,
"cds_end": null,
"cds_length": 6261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1969-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447414.1",
"protein_id": "XP_047303370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2085,
"cds_start": -4,
"cds_end": null,
"cds_length": 6258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 42,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1969-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447416.1",
"protein_id": "XP_047303372.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2056,
"cds_start": -4,
"cds_end": null,
"cds_length": 6171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 42,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.1876-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447417.1",
"protein_id": "XP_047303373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2024,
"cds_start": -4,
"cds_end": null,
"cds_length": 6075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 40,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_011512394.3",
"protein_id": "XP_011510696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1946,
"cds_start": -4,
"cds_end": null,
"cds_length": 5841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 35,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_047447418.1",
"protein_id": "XP_047303374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1608,
"cds_start": -4,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED12L",
"gene_hgnc_id": 16050,
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null,
"transcript": "XM_011512399.4",
"protein_id": "XP_011510701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1223,
"cds_start": -4,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "P2RY12",
"gene_hgnc_id": 18124,
"dbsnp": "rs3821667",
"frequency_reference_population": 0.848609,
"hom_count_reference_population": 54992,
"allele_count_reference_population": 129513,
"gnomad_exomes_af": 0.827982,
"gnomad_genomes_af": 0.848668,
"gnomad_exomes_ac": 361,
"gnomad_genomes_ac": 129152,
"gnomad_exomes_homalt": 149,
"gnomad_genomes_homalt": 54843,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"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.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.096,
"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": "ENST00000302632.4",
"gene_symbol": "P2RY12",
"hgnc_id": 18124,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.-72T>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000687756.1",
"gene_symbol": "MED12L",
"hgnc_id": 16050,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2251-9406A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}