← 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: 12-7090114-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=7090114&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 7090114,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001354346.2",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "NM_001733.7",
"protein_id": "NP_001724.4",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 705,
"cds_start": 366,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000647956.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001733.7"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "ENST00000647956.2",
"protein_id": "ENSP00000497341.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 705,
"cds_start": 366,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001733.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647956.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.519C>T",
"hgvs_p": "p.Asn173Asn",
"transcript": "ENST00000903851.1",
"protein_id": "ENSP00000573910.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 756,
"cds_start": 519,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903851.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.438C>T",
"hgvs_p": "p.Asn146Asn",
"transcript": "ENST00000903850.1",
"protein_id": "ENSP00000573909.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 729,
"cds_start": 438,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903850.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Asn136Asn",
"transcript": "NM_001354346.2",
"protein_id": "NP_001341275.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 719,
"cds_start": 408,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354346.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Asn136Asn",
"transcript": "ENST00000536053.6",
"protein_id": "ENSP00000444271.3",
"transcript_support_level": 2,
"aa_start": 136,
"aa_end": null,
"aa_length": 719,
"cds_start": 408,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536053.6"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "ENST00000943406.1",
"protein_id": "ENSP00000613465.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 718,
"cds_start": 366,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943406.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "ENST00000943405.1",
"protein_id": "ENSP00000613464.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 717,
"cds_start": 366,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943405.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "ENST00000903849.1",
"protein_id": "ENSP00000573908.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 702,
"cds_start": 366,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903849.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "ENST00000903852.1",
"protein_id": "ENSP00000573911.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 696,
"cds_start": 366,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903852.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.264C>T",
"hgvs_p": "p.Asn88Asn",
"transcript": "ENST00000535233.6",
"protein_id": "ENSP00000438636.3",
"transcript_support_level": 2,
"aa_start": 88,
"aa_end": null,
"aa_length": 671,
"cds_start": 264,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535233.6"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "ENST00000943404.1",
"protein_id": "ENSP00000613463.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 656,
"cds_start": 366,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943404.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.204C>T",
"hgvs_p": "p.Asn68Asn",
"transcript": "ENST00000903848.1",
"protein_id": "ENSP00000573907.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 651,
"cds_start": 204,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903848.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Asn122Asn",
"transcript": "ENST00000540242.2",
"protein_id": "ENSP00000442946.1",
"transcript_support_level": 4,
"aa_start": 122,
"aa_end": null,
"aa_length": 155,
"cds_start": 366,
"cds_end": null,
"cds_length": 470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540242.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.291C>T",
"hgvs_p": "p.Asn97Asn",
"transcript": "ENST00000543835.5",
"protein_id": "ENSP00000445285.1",
"transcript_support_level": 4,
"aa_start": 97,
"aa_end": null,
"aa_length": 155,
"cds_start": 291,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543835.5"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.51C>T",
"hgvs_p": "p.Asn17Asn",
"transcript": "ENST00000540610.5",
"protein_id": "ENSP00000439223.1",
"transcript_support_level": 4,
"aa_start": 17,
"aa_end": null,
"aa_length": 92,
"cds_start": 51,
"cds_end": null,
"cds_length": 281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540610.5"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.51C>T",
"hgvs_p": "p.Asn17Asn",
"transcript": "ENST00000541042.5",
"protein_id": "ENSP00000441601.1",
"transcript_support_level": 5,
"aa_start": 17,
"aa_end": null,
"aa_length": 70,
"cds_start": 51,
"cds_end": null,
"cds_length": 215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541042.5"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "c.51C>T",
"hgvs_p": "p.Asn17Asn",
"transcript": "ENST00000538050.5",
"protein_id": "ENSP00000444009.1",
"transcript_support_level": 4,
"aa_start": 17,
"aa_end": null,
"aa_length": 48,
"cds_start": 51,
"cds_end": null,
"cds_length": 147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538050.5"
},
{
"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": "C1RL",
"gene_hgnc_id": 21265,
"hgvs_c": "n.*633C>T",
"hgvs_p": null,
"transcript": "ENST00000539803.5",
"protein_id": "ENSP00000444157.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000539803.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.1125C>T",
"hgvs_p": null,
"transcript": "ENST00000540394.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": "ENST00000540394.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.366C>T",
"hgvs_p": null,
"transcript": "ENST00000543362.5",
"protein_id": "ENSP00000446356.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000543362.5"
},
{
"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": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.245C>T",
"hgvs_p": null,
"transcript": "ENST00000543851.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": "retained_intron",
"feature": "ENST00000543851.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.419C>T",
"hgvs_p": null,
"transcript": "ENST00000545466.1",
"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": "ENST00000545466.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"hgvs_c": "n.338C>T",
"hgvs_p": null,
"transcript": "ENST00000648162.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": "ENST00000648162.1"
},
{
"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": "C1RL",
"gene_hgnc_id": 21265,
"hgvs_c": "n.*633C>T",
"hgvs_p": null,
"transcript": "ENST00000539803.5",
"protein_id": "ENSP00000444157.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000539803.5"
}
],
"gene_symbol": "C1R",
"gene_hgnc_id": 1246,
"dbsnp": "rs150953301",
"frequency_reference_population": 0.000047563342,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000511509,
"gnomad_genomes_af": 0.0000328278,
"gnomad_exomes_ac": 32,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7699999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.77,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.972,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001354346.2",
"gene_symbol": "C1R",
"hgnc_id": 1246,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Asn136Asn"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000539803.5",
"gene_symbol": "C1RL",
"hgnc_id": 21265,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*633C>T",
"hgvs_p": null
}
],
"clinvar_disease": "C1R-related disorder,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:1",
"phenotype_combined": "not provided|C1R-related disorder|not specified",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}