← 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: 16-70481070-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=70481070&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 70481070,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000323786.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.2310C>G",
"hgvs_p": "p.Arg770Arg",
"transcript": "NM_015386.3",
"protein_id": "NP_056201.2",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 789,
"cds_start": 2310,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 2820,
"mane_select": "ENST00000323786.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.2310C>G",
"hgvs_p": "p.Arg770Arg",
"transcript": "ENST00000323786.10",
"protein_id": "ENSP00000315775.5",
"transcript_support_level": 1,
"aa_start": 770,
"aa_end": null,
"aa_length": 789,
"cds_start": 2310,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 2820,
"mane_select": "NM_015386.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.2247C>G",
"hgvs_p": "p.Arg749Arg",
"transcript": "ENST00000393612.8",
"protein_id": "ENSP00000377236.5",
"transcript_support_level": 1,
"aa_start": 749,
"aa_end": null,
"aa_length": 768,
"cds_start": 2247,
"cds_end": null,
"cds_length": 2307,
"cdna_start": 2258,
"cdna_end": null,
"cdna_length": 2756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.2989C>G",
"hgvs_p": null,
"transcript": "ENST00000530314.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.2343C>G",
"hgvs_p": "p.Arg781Arg",
"transcript": "ENST00000703109.1",
"protein_id": "ENSP00000515176.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 800,
"cds_start": 2343,
"cds_end": null,
"cds_length": 2403,
"cdna_start": 2343,
"cdna_end": null,
"cdna_length": 2819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.2235C>G",
"hgvs_p": "p.Arg745Arg",
"transcript": "NM_001195139.2",
"protein_id": "NP_001182068.2",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 764,
"cds_start": 2235,
"cds_end": null,
"cds_length": 2295,
"cdna_start": 2258,
"cdna_end": null,
"cdna_length": 2761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.2235C>G",
"hgvs_p": "p.Arg745Arg",
"transcript": "ENST00000674443.1",
"protein_id": "ENSP00000501405.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 764,
"cds_start": 2235,
"cds_end": null,
"cds_length": 2295,
"cdna_start": 2264,
"cdna_end": null,
"cdna_length": 2761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.1884C>G",
"hgvs_p": "p.Arg628Arg",
"transcript": "NM_001365426.1",
"protein_id": "NP_001352355.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 647,
"cds_start": 1884,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2494,
"cdna_end": null,
"cdna_length": 2997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "c.372C>G",
"hgvs_p": "p.Arg124Arg",
"transcript": "ENST00000565715.1",
"protein_id": "ENSP00000455693.1",
"transcript_support_level": 2,
"aa_start": 124,
"aa_end": null,
"aa_length": 143,
"cds_start": 372,
"cds_end": null,
"cds_length": 432,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*1443C>G",
"hgvs_p": null,
"transcript": "ENST00000482252.5",
"protein_id": "ENSP00000432802.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.1486C>G",
"hgvs_p": null,
"transcript": "ENST00000526700.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*2386C>G",
"hgvs_p": null,
"transcript": "ENST00000534772.2",
"protein_id": "ENSP00000461912.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*2090C>G",
"hgvs_p": null,
"transcript": "ENST00000564415.6",
"protein_id": "ENSP00000456653.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*600C>G",
"hgvs_p": null,
"transcript": "ENST00000703106.1",
"protein_id": "ENSP00000515173.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*2239C>G",
"hgvs_p": null,
"transcript": "ENST00000703107.1",
"protein_id": "ENSP00000515174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*758C>G",
"hgvs_p": null,
"transcript": "ENST00000703108.1",
"protein_id": "ENSP00000515175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*1812C>G",
"hgvs_p": null,
"transcript": "ENST00000703110.1",
"protein_id": "ENSP00000515177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.2593C>G",
"hgvs_p": null,
"transcript": "ENST00000703111.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.3254C>G",
"hgvs_p": null,
"transcript": "ENST00000703112.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*1723C>G",
"hgvs_p": null,
"transcript": "ENST00000703113.1",
"protein_id": "ENSP00000515178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*959C>G",
"hgvs_p": null,
"transcript": "ENST00000703114.1",
"protein_id": "ENSP00000515179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*631C>G",
"hgvs_p": null,
"transcript": "ENST00000703115.1",
"protein_id": "ENSP00000515180.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.2269C>G",
"hgvs_p": null,
"transcript": "NR_158212.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*1443C>G",
"hgvs_p": null,
"transcript": "ENST00000482252.5",
"protein_id": "ENSP00000432802.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*2386C>G",
"hgvs_p": null,
"transcript": "ENST00000534772.2",
"protein_id": "ENSP00000461912.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*2090C>G",
"hgvs_p": null,
"transcript": "ENST00000564415.6",
"protein_id": "ENSP00000456653.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*600C>G",
"hgvs_p": null,
"transcript": "ENST00000703106.1",
"protein_id": "ENSP00000515173.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*2239C>G",
"hgvs_p": null,
"transcript": "ENST00000703107.1",
"protein_id": "ENSP00000515174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*758C>G",
"hgvs_p": null,
"transcript": "ENST00000703108.1",
"protein_id": "ENSP00000515175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*1812C>G",
"hgvs_p": null,
"transcript": "ENST00000703110.1",
"protein_id": "ENSP00000515177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*1723C>G",
"hgvs_p": null,
"transcript": "ENST00000703113.1",
"protein_id": "ENSP00000515178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*959C>G",
"hgvs_p": null,
"transcript": "ENST00000703114.1",
"protein_id": "ENSP00000515179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"hgvs_c": "n.*631C>G",
"hgvs_p": null,
"transcript": "ENST00000703115.1",
"protein_id": "ENSP00000515180.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "COG4",
"gene_hgnc_id": 18620,
"dbsnp": "rs533161794",
"frequency_reference_population": 0.0005671197,
"hom_count_reference_population": 16,
"allele_count_reference_population": 915,
"gnomad_exomes_af": 0.000598196,
"gnomad_genomes_af": 0.000269107,
"gnomad_exomes_ac": 874,
"gnomad_genomes_ac": 41,
"gnomad_exomes_homalt": 15,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5299999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.382,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000323786.10",
"gene_symbol": "COG4",
"hgnc_id": 18620,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2310C>G",
"hgvs_p": "p.Arg770Arg"
}
],
"clinvar_disease": "COG4-congenital disorder of glycosylation,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:1",
"phenotype_combined": "not provided|COG4-congenital disorder of glycosylation",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}