Git Product home page Git Product logo

sysevalofftarget's Introduction

SysEvalOffTarget

The code developed for the manuscript: A systematic evaluation of data processing and problem formulation of CRISPR off-target site prediction

The code contains multiple options for training and testing models, including a transfer learning model for CHANGE-seq to GUIDE-seq.

Usage

Once you have cloned this repository and installed all the requirements, unzip the potential off-target sites dataset located in:

files/datasets/output_file_pam_change.zip

Then, you should execute

python prepare_data.py

to generate the active and inactive datasets that will be used in the training and testing stages.

To train the models, you should execute

python main_train.py

This will train some examples models. You can modify the main_train.py to run all the possible options we have formed.

Once you trained your models. you can evaluate the prefoamce of the models by executing

python main_test.py

In the current form, main_test.py will evaluate the example models and save the prediction performance tables located in files. To evaluate other models variants, please modidy main_test.py accordingly.

Requirements:

The code was tested with:
Python interpreter == 3.6.6
Python packages required (other versions may work as well):
numpy == 1.18.5
pandas == 1.1.2
biopython==1.78
scikit-learn == 0.23.0
xgboost==1.3.3

Note: There might be other packages needed. Please contact us in case of any problem.

sysevalofftarget's People

Contributors

ofiryaish avatar

Watchers

 avatar Orenstein Lab 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.