← 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: 4-47607647-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=47607647&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 47607647,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_006587.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2541-3979C>T",
"hgvs_p": null,
"transcript": "NM_006587.4",
"protein_id": "NP_006578.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1042,
"cds_start": null,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000273857.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006587.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2541-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000273857.9",
"protein_id": "ENSP00000273857.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1042,
"cds_start": null,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006587.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000273857.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2616-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961995.1",
"protein_id": "ENSP00000632054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1067,
"cds_start": null,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961995.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2523-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961980.1",
"protein_id": "ENSP00000632039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1036,
"cds_start": null,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2460-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961985.1",
"protein_id": "ENSP00000632044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1015,
"cds_start": null,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2448-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961989.1",
"protein_id": "ENSP00000632048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1011,
"cds_start": null,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961989.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2433-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000891633.1",
"protein_id": "ENSP00000561692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1006,
"cds_start": null,
"cds_end": null,
"cds_length": 3021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2433-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000891636.1",
"protein_id": "ENSP00000561695.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1006,
"cds_start": null,
"cds_end": null,
"cds_length": 3021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891636.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2430-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000505909.5",
"protein_id": "ENSP00000425401.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1005,
"cds_start": null,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505909.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2427-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000891632.1",
"protein_id": "ENSP00000561691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1004,
"cds_start": null,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891632.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2424-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961993.1",
"protein_id": "ENSP00000632052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1003,
"cds_start": null,
"cds_end": null,
"cds_length": 3012,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961993.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2352-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961994.1",
"protein_id": "ENSP00000632053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 979,
"cds_start": null,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961994.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2340-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000502252.5",
"protein_id": "ENSP00000424212.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 975,
"cds_start": null,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502252.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2325-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961982.1",
"protein_id": "ENSP00000632041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 970,
"cds_start": null,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961982.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2322-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000891635.1",
"protein_id": "ENSP00000561694.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891635.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2322-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961984.1",
"protein_id": "ENSP00000632043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2322-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961988.1",
"protein_id": "ENSP00000632047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 969,
"cds_start": null,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2316-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961991.1",
"protein_id": "ENSP00000632050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 967,
"cds_start": null,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961991.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2232-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000891634.1",
"protein_id": "ENSP00000561693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 939,
"cds_start": null,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891634.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2229-3979C>T",
"hgvs_p": null,
"transcript": "NM_001278585.2",
"protein_id": "NP_001265514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278585.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2229-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000610355.4",
"protein_id": "ENSP00000484087.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000610355.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2214-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961992.1",
"protein_id": "ENSP00000632051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": null,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961992.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2199-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961986.1",
"protein_id": "ENSP00000632045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 928,
"cds_start": null,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2124-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000508498.5",
"protein_id": "ENSP00000425597.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 903,
"cds_start": null,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508498.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.2121-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961990.1",
"protein_id": "ENSP00000632049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": null,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.1827-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961987.1",
"protein_id": "ENSP00000632046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.1719-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961983.1",
"protein_id": "ENSP00000632042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 768,
"cds_start": null,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961983.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"hgvs_c": "c.1611-3979C>T",
"hgvs_p": null,
"transcript": "ENST00000961981.1",
"protein_id": "ENSP00000632040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 732,
"cds_start": null,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961981.1"
}
],
"gene_symbol": "CORIN",
"gene_hgnc_id": 19012,
"dbsnp": "rs6832495",
"frequency_reference_population": 0.6305226,
"hom_count_reference_population": 31262,
"allele_count_reference_population": 95818,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.630523,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 95818,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 31262,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"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.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.324,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_006587.4",
"gene_symbol": "CORIN",
"hgnc_id": 19012,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2541-3979C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}