Skip to content

Projects on predicting the efficiency of prime editing guide RNAs.

Notifications You must be signed in to change notification settings

yumin-c/DeepPrime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

DeepPrime is a deep-learning-based prime editing efficiency prediction tool developed in Laboratory of Genome Editing, Yonsei University. It is a successor to DeepPE, which was developed to predict prime editing efficiencies of a limited number of length combinations.

Directory tree

├── data # PUT .csv files here
│   ├── genes # folder for preprocessed gene files (.npy)
│   │   └── ...
│   └── ...
│
├── models # Trained models will be stored here
│   ├── ontarget
│   ├── ontarget_variants
│   ├── offtarget
│   └── offtarget_variants
│
├── utils # Utilities for..
│   ├── data.py # Data preprocessing & Dataset
│   ├── model.py # Models and losses
│   └── preprocess.py # Reference mean and standard deviation for normalization.
│
├── train_base.py
├── train_ft.py
└── train_off.py

About

Projects on predicting the efficiency of prime editing guide RNAs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages