← 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-29615997-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=29615997&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 29615997,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_032854.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "NM_032854.4",
"protein_id": "NP_116243.2",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 472,
"cds_start": 1241,
"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": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000388767.8",
"protein_id": "ENSP00000373419.3",
"transcript_support_level": 2,
"aa_start": 414,
"aa_end": null,
"aa_length": 472,
"cds_start": 1241,
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.*569G>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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.*569G>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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "NM_001388431.1",
"protein_id": "NP_001375360.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 472,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000345068.9",
"protein_id": "ENSP00000344562.5",
"transcript_support_level": 5,
"aa_start": 414,
"aa_end": null,
"aa_length": 472,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "NM_001388433.1",
"protein_id": "NP_001375362.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "NM_001388434.1",
"protein_id": "NP_001375363.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"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.Arg414His",
"transcript": "ENST00000584969.5",
"protein_id": "ENSP00000462627.1",
"transcript_support_level": 5,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000892807.1",
"protein_id": "ENSP00000562866.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000892809.1",
"protein_id": "ENSP00000562868.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000892817.1",
"protein_id": "ENSP00000562876.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000892818.1",
"protein_id": "ENSP00000562877.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000967506.1",
"protein_id": "ENSP00000637565.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 471,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413His",
"transcript": "ENST00000967500.1",
"protein_id": "ENSP00000637559.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 470,
"cds_start": 1238,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000967501.1",
"protein_id": "ENSP00000637560.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 470,
"cds_start": 1241,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413His",
"transcript": "ENST00000967511.1",
"protein_id": "ENSP00000637570.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 470,
"cds_start": 1238,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1235G>A",
"hgvs_p": "p.Arg412His",
"transcript": "ENST00000967496.1",
"protein_id": "ENSP00000637555.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 469,
"cds_start": 1235,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1235G>A",
"hgvs_p": "p.Arg412His",
"transcript": "ENST00000967503.1",
"protein_id": "ENSP00000637562.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 469,
"cds_start": 1235,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1226G>A",
"hgvs_p": "p.Arg409His",
"transcript": "ENST00000892815.1",
"protein_id": "ENSP00000562874.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 466,
"cds_start": 1226,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1166G>A",
"hgvs_p": "p.Arg389His",
"transcript": "ENST00000967507.1",
"protein_id": "ENSP00000637566.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 446,
"cds_start": 1166,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1136G>A",
"hgvs_p": "p.Arg379His",
"transcript": "ENST00000892811.1",
"protein_id": "ENSP00000562870.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 437,
"cds_start": 1136,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1136G>A",
"hgvs_p": "p.Arg379His",
"transcript": "ENST00000967497.1",
"protein_id": "ENSP00000637556.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 437,
"cds_start": 1136,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1136G>A",
"hgvs_p": "p.Arg379His",
"transcript": "ENST00000892808.1",
"protein_id": "ENSP00000562867.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 436,
"cds_start": 1136,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1136G>A",
"hgvs_p": "p.Arg379His",
"transcript": "ENST00000892814.1",
"protein_id": "ENSP00000562873.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 436,
"cds_start": 1136,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374His",
"transcript": "ENST00000580212.6",
"protein_id": "ENSP00000463723.1",
"transcript_support_level": 5,
"aa_start": 374,
"aa_end": null,
"aa_length": 432,
"cds_start": 1121,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1118G>A",
"hgvs_p": "p.Arg373His",
"transcript": "NM_001388435.1",
"protein_id": "NP_001375364.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 431,
"cds_start": 1118,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374His",
"transcript": "NM_001388436.1",
"protein_id": "NP_001375365.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 431,
"cds_start": 1121,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374His",
"transcript": "ENST00000892812.1",
"protein_id": "ENSP00000562871.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 431,
"cds_start": 1121,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1118G>A",
"hgvs_p": "p.Arg373His",
"transcript": "ENST00000892813.1",
"protein_id": "ENSP00000562872.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 431,
"cds_start": 1118,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374His",
"transcript": "ENST00000967510.1",
"protein_id": "ENSP00000637569.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 431,
"cds_start": 1121,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1118G>A",
"hgvs_p": "p.Arg373His",
"transcript": "ENST00000967513.1",
"protein_id": "ENSP00000637572.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 431,
"cds_start": 1118,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1118G>A",
"hgvs_p": "p.Arg373His",
"transcript": "NM_001388437.1",
"protein_id": "NP_001375366.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 430,
"cds_start": 1118,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1118G>A",
"hgvs_p": "p.Arg373His",
"transcript": "ENST00000892810.1",
"protein_id": "ENSP00000562869.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 430,
"cds_start": 1118,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1112G>A",
"hgvs_p": "p.Arg371His",
"transcript": "ENST00000967509.1",
"protein_id": "ENSP00000637568.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 428,
"cds_start": 1112,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1016G>A",
"hgvs_p": "p.Arg339His",
"transcript": "NM_001388438.1",
"protein_id": "NP_001375367.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 397,
"cds_start": 1016,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1016G>A",
"hgvs_p": "p.Arg339His",
"transcript": "ENST00000967504.1",
"protein_id": "ENSP00000637563.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 397,
"cds_start": 1016,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1016G>A",
"hgvs_p": "p.Arg339His",
"transcript": "ENST00000967498.1",
"protein_id": "ENSP00000637557.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 396,
"cds_start": 1016,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1013G>A",
"hgvs_p": "p.Arg338His",
"transcript": "ENST00000967508.1",
"protein_id": "ENSP00000637567.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 396,
"cds_start": 1013,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1013G>A",
"hgvs_p": "p.Arg338His",
"transcript": "ENST00000892816.1",
"protein_id": "ENSP00000562875.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 395,
"cds_start": 1013,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.998G>A",
"hgvs_p": "p.Arg333His",
"transcript": "ENST00000967502.1",
"protein_id": "ENSP00000637561.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 390,
"cds_start": 998,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.893G>A",
"hgvs_p": "p.Arg298His",
"transcript": "ENST00000919721.1",
"protein_id": "ENSP00000589780.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 355,
"cds_start": 893,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.704G>A",
"hgvs_p": "p.Arg235His",
"transcript": "ENST00000967499.1",
"protein_id": "ENSP00000637558.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 292,
"cds_start": 704,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.701G>A",
"hgvs_p": "p.Arg234His",
"transcript": "ENST00000967512.1",
"protein_id": "ENSP00000637571.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 291,
"cds_start": 701,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194His",
"transcript": "ENST00000967505.1",
"protein_id": "ENSP00000637564.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 251,
"cds_start": 581,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194His",
"transcript": "ENST00000967514.1",
"protein_id": "ENSP00000637573.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 251,
"cds_start": 581,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "NM_001351301.3",
"protein_id": "NP_001338230.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 237,
"cds_start": 539,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "NM_001351302.3",
"protein_id": "NP_001338231.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 237,
"cds_start": 539,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1349G>A",
"hgvs_p": "p.Arg450His",
"transcript": "XM_011525386.4",
"protein_id": "XP_011523688.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 508,
"cds_start": 1349,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444His",
"transcript": "XM_011525387.4",
"protein_id": "XP_011523689.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 502,
"cds_start": 1331,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "XM_011525390.4",
"protein_id": "XP_011523692.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 238,
"cds_start": 539,
"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": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "XM_011525391.4",
"protein_id": "XP_011523693.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 238,
"cds_start": 539,
"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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.2925G>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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.2573G>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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.1227G>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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.683G>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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.2819G>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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.1567G>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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.1534G>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+55298C>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.*121G>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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.*111G>A",
"hgvs_p": null,
"transcript": "ENST00000577909.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000577909.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"hgvs_c": "n.*550G>A",
"hgvs_p": null,
"transcript": "ENST00000683068.1",
"protein_id": "ENSP00000506750.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000683068.1"
}
],
"gene_symbol": "CORO6",
"gene_hgnc_id": 21356,
"dbsnp": "rs558798899",
"frequency_reference_population": 0.000055458295,
"hom_count_reference_population": 0,
"allele_count_reference_population": 88,
"gnomad_exomes_af": 0.0000585594,
"gnomad_genomes_af": 0.0000262577,
"gnomad_exomes_ac": 84,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2811528146266937,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.129,
"revel_prediction": "Benign",
"alphamissense_score": 0.1251,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.373,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032854.4",
"gene_symbol": "CORO6",
"hgnc_id": 21356,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000581474.1",
"gene_symbol": "ABHD15-AS1",
"hgnc_id": 49685,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.153+55298C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}