← 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: 2-164694379-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=164694379&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 164694379,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001278458.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "NM_001365672.2",
"protein_id": "NP_001352601.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000652658.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365672.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "ENST00000652658.2",
"protein_id": "ENSP00000498242.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001365672.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652658.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3151G>A",
"hgvs_p": "p.Glu1051Lys",
"transcript": "ENST00000409184.8",
"protein_id": "ENSP00000387326.5",
"transcript_support_level": 1,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1174,
"cds_start": 3151,
"cds_end": null,
"cds_length": 3525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409184.8"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3127G>A",
"hgvs_p": "p.Glu1043Lys",
"transcript": "ENST00000342193.8",
"protein_id": "ENSP00000341360.4",
"transcript_support_level": 1,
"aa_start": 1043,
"aa_end": null,
"aa_length": 1166,
"cds_start": 3127,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342193.8"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "ENST00000375458.6",
"protein_id": "ENSP00000364607.2",
"transcript_support_level": 1,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375458.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "n.3922G>A",
"hgvs_p": null,
"transcript": "ENST00000489955.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000489955.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "n.4837G>A",
"hgvs_p": null,
"transcript": "ENST00000493868.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000493868.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3328G>A",
"hgvs_p": "p.Glu1110Lys",
"transcript": "NM_001278458.2",
"protein_id": "NP_001265387.1",
"transcript_support_level": null,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3328,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278458.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3328G>A",
"hgvs_p": "p.Glu1110Lys",
"transcript": "ENST00000629362.2",
"protein_id": "ENSP00000487041.2",
"transcript_support_level": 2,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3328,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629362.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3169G>A",
"hgvs_p": "p.Glu1057Lys",
"transcript": "ENST00000861285.1",
"protein_id": "ENSP00000531344.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3169,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861285.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3169G>A",
"hgvs_p": "p.Glu1057Lys",
"transcript": "ENST00000946165.1",
"protein_id": "ENSP00000616224.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3169,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946165.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3151G>A",
"hgvs_p": "p.Glu1051Lys",
"transcript": "NM_001278460.2",
"protein_id": "NP_001265389.1",
"transcript_support_level": null,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1174,
"cds_start": 3151,
"cds_end": null,
"cds_length": 3525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278460.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3148G>A",
"hgvs_p": "p.Glu1050Lys",
"transcript": "NM_001365670.2",
"protein_id": "NP_001352599.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1173,
"cds_start": 3148,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365670.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3130G>A",
"hgvs_p": "p.Glu1044Lys",
"transcript": "ENST00000861281.1",
"protein_id": "ENSP00000531340.1",
"transcript_support_level": null,
"aa_start": 1044,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3130,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861281.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3130G>A",
"hgvs_p": "p.Glu1044Lys",
"transcript": "ENST00000861283.1",
"protein_id": "ENSP00000531342.1",
"transcript_support_level": null,
"aa_start": 1044,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3130,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861283.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3130G>A",
"hgvs_p": "p.Glu1044Lys",
"transcript": "ENST00000861287.1",
"protein_id": "ENSP00000531346.1",
"transcript_support_level": null,
"aa_start": 1044,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3130,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861287.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3127G>A",
"hgvs_p": "p.Glu1043Lys",
"transcript": "NM_014900.5",
"protein_id": "NP_055715.3",
"transcript_support_level": null,
"aa_start": 1043,
"aa_end": null,
"aa_length": 1166,
"cds_start": 3127,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014900.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3190G>A",
"hgvs_p": "p.Glu1064Lys",
"transcript": "NM_001365671.1",
"protein_id": "NP_001352600.1",
"transcript_support_level": null,
"aa_start": 1064,
"aa_end": null,
"aa_length": 1161,
"cds_start": 3190,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365671.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Glu1018Lys",
"transcript": "NM_001365674.2",
"protein_id": "NP_001352603.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1141,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365674.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Glu1018Lys",
"transcript": "NM_001365675.2",
"protein_id": "NP_001352604.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1141,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365675.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Glu1018Lys",
"transcript": "ENST00000861277.1",
"protein_id": "ENSP00000531336.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1141,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861277.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Glu1018Lys",
"transcript": "ENST00000861280.1",
"protein_id": "ENSP00000531339.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1141,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861280.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Glu1018Lys",
"transcript": "ENST00000861282.1",
"protein_id": "ENSP00000531341.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1141,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861282.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Glu1018Lys",
"transcript": "ENST00000861288.1",
"protein_id": "ENSP00000531347.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1141,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861288.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Glu1018Lys",
"transcript": "ENST00000926847.1",
"protein_id": "ENSP00000596906.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1141,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926847.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Glu1017Lys",
"transcript": "ENST00000861279.1",
"protein_id": "ENSP00000531338.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1140,
"cds_start": 3049,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861279.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "NM_001278461.2",
"protein_id": "NP_001265390.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278461.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "NM_001365673.2",
"protein_id": "NP_001352602.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365673.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "ENST00000861284.1",
"protein_id": "ENSP00000531343.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861284.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "ENST00000926848.1",
"protein_id": "ENSP00000596907.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926848.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Glu1005Lys",
"transcript": "ENST00000946163.1",
"protein_id": "ENSP00000616222.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946163.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3010G>A",
"hgvs_p": "p.Glu1004Lys",
"transcript": "ENST00000861276.1",
"protein_id": "ENSP00000531335.1",
"transcript_support_level": null,
"aa_start": 1004,
"aa_end": null,
"aa_length": 1127,
"cds_start": 3010,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861276.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3010G>A",
"hgvs_p": "p.Glu1004Lys",
"transcript": "ENST00000861278.1",
"protein_id": "ENSP00000531337.1",
"transcript_support_level": null,
"aa_start": 1004,
"aa_end": null,
"aa_length": 1127,
"cds_start": 3010,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861278.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.3010G>A",
"hgvs_p": "p.Glu1004Lys",
"transcript": "ENST00000926850.1",
"protein_id": "ENSP00000596909.1",
"transcript_support_level": null,
"aa_start": 1004,
"aa_end": null,
"aa_length": 1127,
"cds_start": 3010,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926850.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.2863G>A",
"hgvs_p": "p.Glu955Lys",
"transcript": "ENST00000861286.1",
"protein_id": "ENSP00000531345.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1078,
"cds_start": 2863,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861286.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.2854G>A",
"hgvs_p": "p.Glu952Lys",
"transcript": "ENST00000946162.1",
"protein_id": "ENSP00000616221.1",
"transcript_support_level": null,
"aa_start": 952,
"aa_end": null,
"aa_length": 1075,
"cds_start": 2854,
"cds_end": null,
"cds_length": 3228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946162.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.2824G>A",
"hgvs_p": "p.Glu942Lys",
"transcript": "ENST00000926849.1",
"protein_id": "ENSP00000596908.1",
"transcript_support_level": null,
"aa_start": 942,
"aa_end": null,
"aa_length": 1065,
"cds_start": 2824,
"cds_end": null,
"cds_length": 3198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926849.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "c.2776G>A",
"hgvs_p": "p.Glu926Lys",
"transcript": "ENST00000946164.1",
"protein_id": "ENSP00000616223.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2776,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946164.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"hgvs_c": "n.359G>A",
"hgvs_p": null,
"transcript": "ENST00000493713.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000493713.1"
}
],
"gene_symbol": "COBLL1",
"gene_hgnc_id": 23571,
"dbsnp": "rs1415298824",
"frequency_reference_population": 0.00001796934,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000157348,
"gnomad_genomes_af": 0.0000394405,
"gnomad_exomes_ac": 23,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.058512210845947266,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.061,
"revel_prediction": "Benign",
"alphamissense_score": 0.0796,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.638,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001278458.2",
"gene_symbol": "COBLL1",
"hgnc_id": 23571,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3328G>A",
"hgvs_p": "p.Glu1110Lys"
}
],
"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
}