← 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: 1-196828162-G-C (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=196828162&ref=G&alt=C&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 196828162,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002113.3",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.523G>C",
          "hgvs_p": "p.Glu175Gln",
          "transcript": "NM_002113.3",
          "protein_id": "NP_002104.2",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000320493.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002113.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.523G>C",
          "hgvs_p": "p.Glu175Gln",
          "transcript": "ENST00000320493.10",
          "protein_id": "ENSP00000314299.5",
          "transcript_support_level": 1,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002113.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000320493.10"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Glu166Gln",
          "transcript": "ENST00000887404.1",
          "protein_id": "ENSP00000557463.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887404.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Glu166Gln",
          "transcript": "ENST00000887414.1",
          "protein_id": "ENSP00000557473.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887414.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.475G>C",
          "hgvs_p": "p.Glu159Gln",
          "transcript": "ENST00000887401.1",
          "protein_id": "ENSP00000557460.1",
          "transcript_support_level": null,
          "aa_start": 159,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 475,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887401.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.472G>C",
          "hgvs_p": "p.Glu158Gln",
          "transcript": "NM_001379306.1",
          "protein_id": "NP_001366235.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": 472,
          "cds_end": null,
          "cds_length": 942,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379306.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.472G>C",
          "hgvs_p": "p.Glu158Gln",
          "transcript": "ENST00000887400.1",
          "protein_id": "ENSP00000557459.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": 472,
          "cds_end": null,
          "cds_length": 942,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887400.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.523G>C",
          "hgvs_p": "p.Glu175Gln",
          "transcript": "ENST00000887403.1",
          "protein_id": "ENSP00000557462.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887403.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.448G>C",
          "hgvs_p": "p.Glu150Gln",
          "transcript": "ENST00000887411.1",
          "protein_id": "ENSP00000557470.1",
          "transcript_support_level": null,
          "aa_start": 150,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 448,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887411.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.439G>C",
          "hgvs_p": "p.Glu147Gln",
          "transcript": "ENST00000887417.1",
          "protein_id": "ENSP00000557476.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 439,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887417.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.427G>C",
          "hgvs_p": "p.Glu143Gln",
          "transcript": "ENST00000887407.1",
          "protein_id": "ENSP00000557466.1",
          "transcript_support_level": null,
          "aa_start": 143,
          "aa_end": null,
          "aa_length": 298,
          "cds_start": 427,
          "cds_end": null,
          "cds_length": 897,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887407.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.412G>C",
          "hgvs_p": "p.Glu138Gln",
          "transcript": "ENST00000887416.1",
          "protein_id": "ENSP00000557475.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 293,
          "cds_start": 412,
          "cds_end": null,
          "cds_length": 882,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887416.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.361G>C",
          "hgvs_p": "p.Glu121Gln",
          "transcript": "NM_001379307.1",
          "protein_id": "NP_001366236.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 361,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379307.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.361G>C",
          "hgvs_p": "p.Glu121Gln",
          "transcript": "ENST00000699454.1",
          "protein_id": "ENSP00000514391.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 361,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699454.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.358G>C",
          "hgvs_p": "p.Glu120Gln",
          "transcript": "NM_001379308.1",
          "protein_id": "NP_001366237.1",
          "transcript_support_level": null,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 358,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379308.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.358G>C",
          "hgvs_p": "p.Glu120Gln",
          "transcript": "ENST00000887402.1",
          "protein_id": "ENSP00000557461.1",
          "transcript_support_level": null,
          "aa_start": 120,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 358,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887402.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.355G>C",
          "hgvs_p": "p.Glu119Gln",
          "transcript": "NM_001379309.1",
          "protein_id": "NP_001366238.1",
          "transcript_support_level": null,
          "aa_start": 119,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 355,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379309.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.346G>C",
          "hgvs_p": "p.Glu116Gln",
          "transcript": "ENST00000887415.1",
          "protein_id": "ENSP00000557474.1",
          "transcript_support_level": null,
          "aa_start": 116,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 346,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887415.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.523G>C",
          "hgvs_p": "p.Glu175Gln",
          "transcript": "ENST00000887408.1",
          "protein_id": "ENSP00000557467.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887408.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.334G>C",
          "hgvs_p": "p.Glu112Gln",
          "transcript": "ENST00000887410.1",
          "protein_id": "ENSP00000557469.1",
          "transcript_support_level": null,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 334,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887410.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.328G>C",
          "hgvs_p": "p.Glu110Gln",
          "transcript": "NM_001379310.1",
          "protein_id": "NP_001366239.1",
          "transcript_support_level": null,
          "aa_start": 110,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 328,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379310.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.328G>C",
          "hgvs_p": "p.Glu110Gln",
          "transcript": "ENST00000887399.1",
          "protein_id": "ENSP00000557458.1",
          "transcript_support_level": null,
          "aa_start": 110,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 328,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887399.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.319G>C",
          "hgvs_p": "p.Glu107Gln",
          "transcript": "NM_001379311.1",
          "protein_id": "NP_001366240.1",
          "transcript_support_level": null,
          "aa_start": 107,
          "aa_end": null,
          "aa_length": 262,
          "cds_start": 319,
          "cds_end": null,
          "cds_length": 789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379311.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.319G>C",
          "hgvs_p": "p.Glu107Gln",
          "transcript": "ENST00000887413.1",
          "protein_id": "ENSP00000557472.1",
          "transcript_support_level": null,
          "aa_start": 107,
          "aa_end": null,
          "aa_length": 262,
          "cds_start": 319,
          "cds_end": null,
          "cds_length": 789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887413.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.301G>C",
          "hgvs_p": "p.Glu101Gln",
          "transcript": "ENST00000887405.1",
          "protein_id": "ENSP00000557464.1",
          "transcript_support_level": null,
          "aa_start": 101,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 301,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887405.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.280G>C",
          "hgvs_p": "p.Glu94Gln",
          "transcript": "NM_001379312.1",
          "protein_id": "NP_001366241.1",
          "transcript_support_level": null,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": 280,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001379312.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.280G>C",
          "hgvs_p": "p.Glu94Gln",
          "transcript": "ENST00000699455.1",
          "protein_id": "ENSP00000514392.1",
          "transcript_support_level": null,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": 280,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699455.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.253G>C",
          "hgvs_p": "p.Glu85Gln",
          "transcript": "ENST00000887418.1",
          "protein_id": "ENSP00000557477.1",
          "transcript_support_level": null,
          "aa_start": 85,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 253,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887418.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.232G>C",
          "hgvs_p": "p.Glu78Gln",
          "transcript": "ENST00000887406.1",
          "protein_id": "ENSP00000557465.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 233,
          "cds_start": 232,
          "cds_end": null,
          "cds_length": 702,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887406.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.151G>C",
          "hgvs_p": "p.Glu51Gln",
          "transcript": "ENST00000887412.1",
          "protein_id": "ENSP00000557471.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 206,
          "cds_start": 151,
          "cds_end": null,
          "cds_length": 621,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887412.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.430+1157G>C",
          "hgvs_p": null,
          "transcript": "ENST00000367424.4",
          "protein_id": "ENSP00000356394.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000367424.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "c.59-2338G>C",
          "hgvs_p": null,
          "transcript": "ENST00000887409.1",
          "protein_id": "ENSP00000557468.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 147,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887409.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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "n.718G>C",
          "hgvs_p": null,
          "transcript": "ENST00000480960.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": "ENST00000480960.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CFHR1",
          "gene_hgnc_id": 4888,
          "hgvs_c": "n.612G>C",
          "hgvs_p": null,
          "transcript": "ENST00000699456.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": "ENST00000699456.1"
        }
      ],
      "gene_symbol": "CFHR1",
      "gene_hgnc_id": 4888,
      "dbsnp": "rs388862",
      "frequency_reference_population": 0.13121125,
      "hom_count_reference_population": 50301,
      "allele_count_reference_population": 125893,
      "gnomad_exomes_af": 0.12858,
      "gnomad_genomes_af": 0.163352,
      "gnomad_exomes_ac": 114031,
      "gnomad_genomes_ac": 11862,
      "gnomad_exomes_homalt": 48367,
      "gnomad_genomes_homalt": 1934,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.018653035163879395,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.067,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0805,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.52,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.075,
      "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": -16,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -16,
          "benign_score": 16,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_002113.3",
          "gene_symbol": "CFHR1",
          "hgnc_id": 4888,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AD,AR",
          "hgvs_c": "c.523G>C",
          "hgvs_p": "p.Glu175Gln"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.