← 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-79046613-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=79046613&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 79046613,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_030968.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "NM_030968.5",
"protein_id": "NP_112230.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000579760.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030968.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000579760.6",
"protein_id": "ENSP00000463922.1",
"transcript_support_level": 1,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030968.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000579760.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000580474.1",
"protein_id": "ENSP00000463108.1",
"transcript_support_level": 1,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580474.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000581774.5",
"protein_id": "ENSP00000462481.2",
"transcript_support_level": 1,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000581774.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "NM_153372.3",
"protein_id": "NP_699203.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153372.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "NM_198593.4",
"protein_id": "NP_940995.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198593.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000339142.6",
"protein_id": "ENSP00000340864.2",
"transcript_support_level": 5,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339142.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000354124.7",
"protein_id": "ENSP00000343230.4",
"transcript_support_level": 4,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354124.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000392445.6",
"protein_id": "ENSP00000376240.2",
"transcript_support_level": 2,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392445.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000580454.5",
"protein_id": "ENSP00000462990.1",
"transcript_support_level": 5,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580454.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000583904.5",
"protein_id": "ENSP00000463008.1",
"transcript_support_level": 4,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583904.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885300.1",
"protein_id": "ENSP00000555359.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885300.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885301.1",
"protein_id": "ENSP00000555360.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885301.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885302.1",
"protein_id": "ENSP00000555361.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885302.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885303.1",
"protein_id": "ENSP00000555362.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885303.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885304.1",
"protein_id": "ENSP00000555363.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885304.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885305.1",
"protein_id": "ENSP00000555364.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885305.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885306.1",
"protein_id": "ENSP00000555365.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885306.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885307.1",
"protein_id": "ENSP00000555366.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885307.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000885308.1",
"protein_id": "ENSP00000555367.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885308.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951174.1",
"protein_id": "ENSP00000621233.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951174.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951175.1",
"protein_id": "ENSP00000621234.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951175.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951176.1",
"protein_id": "ENSP00000621235.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951176.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951177.1",
"protein_id": "ENSP00000621236.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951177.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951178.1",
"protein_id": "ENSP00000621237.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951178.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951179.1",
"protein_id": "ENSP00000621238.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951179.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951180.1",
"protein_id": "ENSP00000621239.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951180.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951181.1",
"protein_id": "ENSP00000621240.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951181.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951182.1",
"protein_id": "ENSP00000621241.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951182.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951183.1",
"protein_id": "ENSP00000621242.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951183.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000951184.1",
"protein_id": "ENSP00000621243.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951184.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.508C>A",
"hgvs_p": "p.Arg170Arg",
"transcript": "XM_006721663.1",
"protein_id": "XP_006721726.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 379,
"cds_start": 508,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006721663.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.361C>A",
"hgvs_p": "p.Arg121Arg",
"transcript": "XM_006721664.2",
"protein_id": "XP_006721727.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 330,
"cds_start": 361,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006721664.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.244C>A",
"hgvs_p": "p.Arg82Arg",
"transcript": "XM_006721666.2",
"protein_id": "XP_006721729.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 291,
"cds_start": 244,
"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": "XM_006721666.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.244C>A",
"hgvs_p": "p.Arg82Arg",
"transcript": "XM_047435295.1",
"protein_id": "XP_047291251.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 291,
"cds_start": 244,
"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": "XM_047435295.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.244C>A",
"hgvs_p": "p.Arg82Arg",
"transcript": "XM_047435296.1",
"protein_id": "XP_047291252.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 291,
"cds_start": 244,
"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": "XM_047435296.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "XM_024450561.2",
"protein_id": "XP_024306329.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450561.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "XM_047435297.1",
"protein_id": "XP_047291253.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 281,
"cds_start": 214,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435297.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.-33C>A",
"hgvs_p": null,
"transcript": "NM_198594.4",
"protein_id": "NP_940996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": null,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198594.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.-33C>A",
"hgvs_p": null,
"transcript": "ENST00000311661.4",
"protein_id": "ENSP00000311265.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": null,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311661.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.-33C>A",
"hgvs_p": null,
"transcript": "ENST00000578229.5",
"protein_id": "ENSP00000463337.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": null,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000578229.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "c.-33C>A",
"hgvs_p": null,
"transcript": "XM_017024126.1",
"protein_id": "XP_016879615.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": null,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"hgvs_c": "n.539C>A",
"hgvs_p": null,
"transcript": "NR_049769.3",
"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_049769.3"
}
],
"gene_symbol": "C1QTNF1",
"gene_hgnc_id": 14324,
"dbsnp": "rs566478936",
"frequency_reference_population": 6.840488e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84049e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6100000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.064,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_030968.5",
"gene_symbol": "C1QTNF1",
"hgnc_id": 14324,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}