Skip to content

ma-compbio/ChangeLocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ChangeLocator

ChangeLocator is an ensemble-learning based model to predict whether an off-target site would be edited using DNA sequence based features which encode the pairwise discrepancy between an off-target site sequence and the guide RNA sequence.

i. To preprocess the CHANGE-seq data with default paramter configurations, please use the following command:

python data_preprocess.py

ii. To run the model with default parameter configurations, please use the following command:

python ChangeLocator.py


Required pre-installed packages

ChangeLocator requires the following packages to be installed:

  • Python (tested on version 2.7.15)
  • scikit-learn (tested on version 0.18)
  • NumPy (tested on version 1.17.2)
  • XGBoost (Please follow the installation instructions at https://xgboost.readthedocs.io/en/latest/)
  • pandas (tested on version 0.18.1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages