Giter Club home page Giter Club logo

crispr-vae's Introduction

CRISPR-VAE

CRISPR-VAE is a framework used for interpreting the decision of gRNA efficiency predictors, using an efficiency-aware sequence generator that allows low-level editing control. This repo contains the codes that are used to implement, train, and use CRISPR-VAE in Keras, including the synthetic data used in the paper : (TBD).

The codes can be easily operated with one-line command as shown below.

Dependencies

To get all requirements, env.yaml file can be used:

conda env create -f env.yaml

Usage

  1. The main file is crispr_vae.py, which can be operated as the following:
python crispr_vae.py --trained_mdl --ready_synth --heatmaps --MSM --CAM

All options are boolean.

  • --trained_mdl

    • Choose whether to load the weights of CRISPR-VAE ('1'), or train it from scratch ('0'). The default is '1'.
  • --ready_synth

    • Choose whether to use existing synthetic data ('1'), or generate new ones ('0'). The default is '1'.
  • --heatmaps

    • Choose whether to generate latent space structure heatmaps for confirmation purposes. The default is no ('0').
  • --MSM

    • Choose whether to generate Mer Significance Maps (MSMs). The default is yes ('1').
  • --CAM

    • Choose whether to generate Class Activation Maps (CAMs). The default is yes ('1').

Example Run

python crispr_vae.py --CAM '0'

This will run the code according to the defualt options, but will exclude generating the CAMs.

Output directory

All available outputs are located in /Files/outputs

Citation

If you find this repo useful, please include the following citation in your work.

(TBD) The current version of the paper can be found in (TBD).

crispr-vae's People

Contributors

ahmadobeid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.