← 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: 15-22873666-T-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=22873666&ref=T&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 22873666,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001324119.2",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "NM_014608.6",
          "protein_id": "NP_055423.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000617928.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014608.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000617928.5",
          "protein_id": "ENSP00000481038.1",
          "transcript_support_level": 1,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_014608.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000617928.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000610365.4",
          "protein_id": "ENSP00000478779.1",
          "transcript_support_level": 1,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000610365.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.1981A>T",
          "hgvs_p": "p.Met661Leu",
          "transcript": "ENST00000617556.4",
          "protein_id": "ENSP00000480525.1",
          "transcript_support_level": 1,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 1981,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000617556.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "n.2421A>T",
          "hgvs_p": null,
          "transcript": "ENST00000619348.4",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000619348.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3376A>T",
          "hgvs_p": "p.Met1126Leu",
          "transcript": "NM_001324119.2",
          "protein_id": "NP_001311048.1",
          "transcript_support_level": null,
          "aa_start": 1126,
          "aa_end": null,
          "aa_length": 1287,
          "cds_start": 3376,
          "cds_end": null,
          "cds_length": 3864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324119.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3319A>T",
          "hgvs_p": "p.Met1107Leu",
          "transcript": "ENST00000900867.1",
          "protein_id": "ENSP00000570926.1",
          "transcript_support_level": null,
          "aa_start": 1107,
          "aa_end": null,
          "aa_length": 1268,
          "cds_start": 3319,
          "cds_end": null,
          "cds_length": 3807,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900867.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3319A>T",
          "hgvs_p": "p.Met1107Leu",
          "transcript": "ENST00000945410.1",
          "protein_id": "ENSP00000615469.1",
          "transcript_support_level": null,
          "aa_start": 1107,
          "aa_end": null,
          "aa_length": 1268,
          "cds_start": 3319,
          "cds_end": null,
          "cds_length": 3807,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945410.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "NM_001287810.4",
          "protein_id": "NP_001274739.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001287810.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "NM_001324120.2",
          "protein_id": "NP_001311049.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324120.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "NM_001324123.3",
          "protein_id": "NP_001311052.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324123.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000900858.1",
          "protein_id": "ENSP00000570917.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900858.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000900859.1",
          "protein_id": "ENSP00000570918.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900859.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000900861.1",
          "protein_id": "ENSP00000570920.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900861.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000900871.1",
          "protein_id": "ENSP00000570930.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900871.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000900872.1",
          "protein_id": "ENSP00000570931.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900872.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000919971.1",
          "protein_id": "ENSP00000590030.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919971.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000919972.1",
          "protein_id": "ENSP00000590031.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919972.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000919973.1",
          "protein_id": "ENSP00000590032.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919973.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000945411.1",
          "protein_id": "ENSP00000615470.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945411.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000945412.1",
          "protein_id": "ENSP00000615471.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945412.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000945413.1",
          "protein_id": "ENSP00000615472.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945413.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3274A>T",
          "hgvs_p": "p.Met1092Leu",
          "transcript": "ENST00000945414.1",
          "protein_id": "ENSP00000615473.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3274,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945414.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3268A>T",
          "hgvs_p": "p.Met1090Leu",
          "transcript": "ENST00000612288.2",
          "protein_id": "ENSP00000479802.2",
          "transcript_support_level": 3,
          "aa_start": 1090,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": 3268,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000612288.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3268A>T",
          "hgvs_p": "p.Met1090Leu",
          "transcript": "ENST00000900865.1",
          "protein_id": "ENSP00000570924.1",
          "transcript_support_level": null,
          "aa_start": 1090,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": 3268,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900865.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3196A>T",
          "hgvs_p": "p.Met1066Leu",
          "transcript": "ENST00000900862.1",
          "protein_id": "ENSP00000570921.1",
          "transcript_support_level": null,
          "aa_start": 1066,
          "aa_end": null,
          "aa_length": 1227,
          "cds_start": 3196,
          "cds_end": null,
          "cds_length": 3684,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900862.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3184A>T",
          "hgvs_p": "p.Met1062Leu",
          "transcript": "NM_001324124.3",
          "protein_id": "NP_001311053.1",
          "transcript_support_level": null,
          "aa_start": 1062,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": 3184,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324124.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3184A>T",
          "hgvs_p": "p.Met1062Leu",
          "transcript": "ENST00000900869.1",
          "protein_id": "ENSP00000570928.1",
          "transcript_support_level": null,
          "aa_start": 1062,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": 3184,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900869.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3178A>T",
          "hgvs_p": "p.Met1060Leu",
          "transcript": "ENST00000900866.1",
          "protein_id": "ENSP00000570925.1",
          "transcript_support_level": null,
          "aa_start": 1060,
          "aa_end": null,
          "aa_length": 1221,
          "cds_start": 3178,
          "cds_end": null,
          "cds_length": 3666,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900866.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3172A>T",
          "hgvs_p": "p.Met1058Leu",
          "transcript": "NM_001324126.3",
          "protein_id": "NP_001311055.1",
          "transcript_support_level": null,
          "aa_start": 1058,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": 3172,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324126.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3148A>T",
          "hgvs_p": "p.Met1050Leu",
          "transcript": "ENST00000900863.1",
          "protein_id": "ENSP00000570922.1",
          "transcript_support_level": null,
          "aa_start": 1050,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3148,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900863.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3064A>T",
          "hgvs_p": "p.Met1022Leu",
          "transcript": "ENST00000919975.1",
          "protein_id": "ENSP00000590034.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919975.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3025A>T",
          "hgvs_p": "p.Met1009Leu",
          "transcript": "ENST00000945409.1",
          "protein_id": "ENSP00000615468.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945409.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.2908A>T",
          "hgvs_p": "p.Met970Leu",
          "transcript": "NM_001324125.3",
          "protein_id": "NP_001311054.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 2908,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324125.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.1981A>T",
          "hgvs_p": "p.Met661Leu",
          "transcript": "NM_001033028.3",
          "protein_id": "NP_001028200.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 1981,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001033028.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.1594A>T",
          "hgvs_p": "p.Met532Leu",
          "transcript": "NM_001324122.3",
          "protein_id": "NP_001311051.1",
          "transcript_support_level": null,
          "aa_start": 532,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 1594,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324122.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.196A>T",
          "hgvs_p": "p.Met66Leu",
          "transcript": "ENST00000561263.2",
          "protein_id": "ENSP00000453060.1",
          "transcript_support_level": 2,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000561263.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 28,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3210+884A>T",
          "hgvs_p": null,
          "transcript": "ENST00000900860.1",
          "protein_id": "ENSP00000570919.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900860.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 28,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3210+884A>T",
          "hgvs_p": null,
          "transcript": "ENST00000900868.1",
          "protein_id": "ENSP00000570927.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900868.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 28,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3204+884A>T",
          "hgvs_p": null,
          "transcript": "ENST00000900864.1",
          "protein_id": "ENSP00000570923.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3369,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900864.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3043-3474A>T",
          "hgvs_p": null,
          "transcript": "ENST00000900870.1",
          "protein_id": "ENSP00000570929.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900870.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.2953-3474A>T",
          "hgvs_p": null,
          "transcript": "ENST00000919974.1",
          "protein_id": "ENSP00000590033.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1038,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3117,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919974.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "n.*15A>T",
          "hgvs_p": null,
          "transcript": "ENST00000557890.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": "ENST00000557890.1"
        }
      ],
      "gene_symbol": "CYFIP1",
      "gene_hgnc_id": 13759,
      "dbsnp": "rs373105194",
      "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.39803335070610046,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": 0.2148,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.36,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 7.969,
      "phylop100way_prediction": "Pathogenic",
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001324119.2",
          "gene_symbol": "CYFIP1",
          "hgnc_id": 13759,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.3376A>T",
          "hgvs_p": "p.Met1126Leu"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.