← 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: 17-29615805-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=29615805&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 29615805,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_032854.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1346G>A",
"hgvs_p": "p.Arg449Gln",
"transcript": "NM_032854.4",
"protein_id": "NP_116243.2",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 472,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000388767.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032854.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1346G>A",
"hgvs_p": "p.Arg449Gln",
"transcript": "ENST00000388767.8",
"protein_id": "ENSP00000373419.3",
"transcript_support_level": 2,
"aa_start": 449,
"aa_end": null,
"aa_length": 472,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032854.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000388767.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.*671G>A",
"hgvs_p": null,
"transcript": "ENST00000480954.6",
"protein_id": "ENSP00000464621.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": "ENST00000480954.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.*671G>A",
"hgvs_p": null,
"transcript": "ENST00000480954.6",
"protein_id": "ENSP00000464621.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": "ENST00000480954.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1346G>A",
"hgvs_p": "p.Arg449Gln",
"transcript": "NM_001388431.1",
"protein_id": "NP_001375360.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 472,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388431.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1346G>A",
"hgvs_p": "p.Arg449Gln",
"transcript": "ENST00000345068.9",
"protein_id": "ENSP00000344562.5",
"transcript_support_level": 5,
"aa_start": 449,
"aa_end": null,
"aa_length": 472,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345068.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "NM_001388433.1",
"protein_id": "NP_001375362.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388433.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "NM_001388434.1",
"protein_id": "NP_001375363.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388434.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "ENST00000584969.5",
"protein_id": "ENSP00000462627.1",
"transcript_support_level": 5,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000584969.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "ENST00000892807.1",
"protein_id": "ENSP00000562866.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892807.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "ENST00000892809.1",
"protein_id": "ENSP00000562868.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892809.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "ENST00000892817.1",
"protein_id": "ENSP00000562876.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892817.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "ENST00000892818.1",
"protein_id": "ENSP00000562877.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892818.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1343G>A",
"hgvs_p": "p.Arg448Gln",
"transcript": "ENST00000967506.1",
"protein_id": "ENSP00000637565.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 471,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967506.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1340G>A",
"hgvs_p": "p.Arg447Gln",
"transcript": "ENST00000967500.1",
"protein_id": "ENSP00000637559.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 470,
"cds_start": 1340,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967500.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1340G>A",
"hgvs_p": "p.Arg447Gln",
"transcript": "ENST00000967501.1",
"protein_id": "ENSP00000637560.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 470,
"cds_start": 1340,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967501.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1340G>A",
"hgvs_p": "p.Arg447Gln",
"transcript": "ENST00000967511.1",
"protein_id": "ENSP00000637570.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 470,
"cds_start": 1340,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967511.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1337G>A",
"hgvs_p": "p.Arg446Gln",
"transcript": "ENST00000967496.1",
"protein_id": "ENSP00000637555.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 469,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967496.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1337G>A",
"hgvs_p": "p.Arg446Gln",
"transcript": "ENST00000967503.1",
"protein_id": "ENSP00000637562.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 469,
"cds_start": 1337,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967503.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1328G>A",
"hgvs_p": "p.Arg443Gln",
"transcript": "ENST00000892815.1",
"protein_id": "ENSP00000562874.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 466,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892815.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1268G>A",
"hgvs_p": "p.Arg423Gln",
"transcript": "ENST00000967507.1",
"protein_id": "ENSP00000637566.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 446,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967507.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414Gln",
"transcript": "ENST00000892811.1",
"protein_id": "ENSP00000562870.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 437,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892811.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414Gln",
"transcript": "ENST00000967497.1",
"protein_id": "ENSP00000637556.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 437,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967497.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413Gln",
"transcript": "ENST00000892808.1",
"protein_id": "ENSP00000562867.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 436,
"cds_start": 1238,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892808.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413Gln",
"transcript": "ENST00000892814.1",
"protein_id": "ENSP00000562873.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 436,
"cds_start": 1238,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892814.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1226G>A",
"hgvs_p": "p.Arg409Gln",
"transcript": "ENST00000580212.6",
"protein_id": "ENSP00000463723.1",
"transcript_support_level": 5,
"aa_start": 409,
"aa_end": null,
"aa_length": 432,
"cds_start": 1226,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580212.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1223G>A",
"hgvs_p": "p.Arg408Gln",
"transcript": "NM_001388435.1",
"protein_id": "NP_001375364.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 431,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388435.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1223G>A",
"hgvs_p": "p.Arg408Gln",
"transcript": "NM_001388436.1",
"protein_id": "NP_001375365.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 431,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388436.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1223G>A",
"hgvs_p": "p.Arg408Gln",
"transcript": "ENST00000892812.1",
"protein_id": "ENSP00000562871.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 431,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892812.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1223G>A",
"hgvs_p": "p.Arg408Gln",
"transcript": "ENST00000892813.1",
"protein_id": "ENSP00000562872.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 431,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892813.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1223G>A",
"hgvs_p": "p.Arg408Gln",
"transcript": "ENST00000967510.1",
"protein_id": "ENSP00000637569.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 431,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967510.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1223G>A",
"hgvs_p": "p.Arg408Gln",
"transcript": "ENST00000967513.1",
"protein_id": "ENSP00000637572.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 431,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967513.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1220G>A",
"hgvs_p": "p.Arg407Gln",
"transcript": "NM_001388437.1",
"protein_id": "NP_001375366.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 430,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388437.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1220G>A",
"hgvs_p": "p.Arg407Gln",
"transcript": "ENST00000892810.1",
"protein_id": "ENSP00000562869.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 430,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892810.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1214G>A",
"hgvs_p": "p.Arg405Gln",
"transcript": "ENST00000967509.1",
"protein_id": "ENSP00000637568.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 428,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967509.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "NM_001388438.1",
"protein_id": "NP_001375367.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 397,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388438.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "ENST00000967504.1",
"protein_id": "ENSP00000637563.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 397,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967504.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1118G>A",
"hgvs_p": "p.Arg373Gln",
"transcript": "ENST00000967498.1",
"protein_id": "ENSP00000637557.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 396,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967498.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1118G>A",
"hgvs_p": "p.Arg373Gln",
"transcript": "ENST00000967508.1",
"protein_id": "ENSP00000637567.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 396,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967508.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1115G>A",
"hgvs_p": "p.Arg372Gln",
"transcript": "ENST00000892816.1",
"protein_id": "ENSP00000562875.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 395,
"cds_start": 1115,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892816.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1100G>A",
"hgvs_p": "p.Arg367Gln",
"transcript": "ENST00000967502.1",
"protein_id": "ENSP00000637561.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 390,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967502.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.995G>A",
"hgvs_p": "p.Arg332Gln",
"transcript": "ENST00000919721.1",
"protein_id": "ENSP00000589780.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 355,
"cds_start": 995,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919721.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.806G>A",
"hgvs_p": "p.Arg269Gln",
"transcript": "ENST00000967499.1",
"protein_id": "ENSP00000637558.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 292,
"cds_start": 806,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967499.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.803G>A",
"hgvs_p": "p.Arg268Gln",
"transcript": "ENST00000967512.1",
"protein_id": "ENSP00000637571.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 291,
"cds_start": 803,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967512.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.683G>A",
"hgvs_p": "p.Arg228Gln",
"transcript": "ENST00000967505.1",
"protein_id": "ENSP00000637564.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 251,
"cds_start": 683,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967505.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.683G>A",
"hgvs_p": "p.Arg228Gln",
"transcript": "ENST00000967514.1",
"protein_id": "ENSP00000637573.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 251,
"cds_start": 683,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967514.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.641G>A",
"hgvs_p": "p.Arg214Gln",
"transcript": "NM_001351301.3",
"protein_id": "NP_001338230.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 237,
"cds_start": 641,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351301.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.641G>A",
"hgvs_p": "p.Arg214Gln",
"transcript": "NM_001351302.3",
"protein_id": "NP_001338231.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 237,
"cds_start": 641,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351302.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1454G>A",
"hgvs_p": "p.Arg485Gln",
"transcript": "XM_011525386.4",
"protein_id": "XP_011523688.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 508,
"cds_start": 1454,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525386.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1436G>A",
"hgvs_p": "p.Arg479Gln",
"transcript": "XM_011525387.4",
"protein_id": "XP_011523689.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 502,
"cds_start": 1436,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525387.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.644G>A",
"hgvs_p": "p.Arg215Gln",
"transcript": "XM_011525390.4",
"protein_id": "XP_011523692.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 238,
"cds_start": 644,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525390.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.644G>A",
"hgvs_p": "p.Arg215Gln",
"transcript": "XM_011525391.4",
"protein_id": "XP_011523693.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 238,
"cds_start": 644,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525391.4"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.3027G>A",
"hgvs_p": null,
"transcript": "ENST00000459686.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000459686.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.2678G>A",
"hgvs_p": null,
"transcript": "ENST00000467534.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000467534.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.1329G>A",
"hgvs_p": null,
"transcript": "ENST00000469090.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": "ENST00000469090.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.788G>A",
"hgvs_p": null,
"transcript": "ENST00000579388.6",
"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": "ENST00000579388.6"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.2921G>A",
"hgvs_p": null,
"transcript": "ENST00000682159.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": "retained_intron",
"feature": "ENST00000682159.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.1669G>A",
"hgvs_p": null,
"transcript": "NR_170977.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_170977.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.1636G>A",
"hgvs_p": null,
"transcript": "NR_170978.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_170978.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD15-AS1",
"gene_hgnc_id": 49685,
"hgvs_c": "n.153+55106C>T",
"hgvs_p": null,
"transcript": "ENST00000581474.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000581474.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.*313G>A",
"hgvs_p": null,
"transcript": "XM_011525388.3",
"protein_id": "XP_011523690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525388.3"
}
],
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"dbsnp": "rs2034837228",
"frequency_reference_population": 0.0000014109766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000141098,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05169627070426941,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.032,
"revel_prediction": "Benign",
"alphamissense_score": 0.066,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.115,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_032854.4",
"gene_symbol": "CORO6",
"hgnc_id": 21356,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1346G>A",
"hgvs_p": "p.Arg449Gln"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000581474.1",
"gene_symbol": "ABHD15-AS1",
"hgnc_id": 49685,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.153+55106C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}