A tool to create gRNAs
Project description
gRNA Creator
Description
Here, I present a tool to create gRNAs for a myriad of different Cas enzyme. gRNAs have the option to also be designed to be specific against certain targets. This is especially useful for the diagnostic application of gRNAs, where it is imperative to discriminate between wild-type and mutant targets
Installation
git clone https://github.com/ArmaanAhmed22/gRNA_create
cd gRNA_create
python -m pip install . -r requirements.txt
Usage
Creating gRNAs against target:
from gRNA_create.gRNA import gRNA_Factory
from gRNA_create.pam import *
from gRNA_create.gRNA_scorer import CFDScorer
from gRNA_create.utils import sensitivity
pam = PAM(End(3),"NGG") #PAM for SpCas9
scorer = CFDScorer() #The scoring algorithm for target-gRNA mismatches
gRNA_length = 20
factory = gRNA_Factory(pam,gRNA_length,scorer)
gRNA_DataFrame = factory.create_gRNAs(
genomes_target = "path/to/targets/dir",
scoring_metric = sensitivity, # metric to measure how "good" any given gRNA is
genomes_miss = "path/to/misses/dir", # [OPTIONAL]
pam_minimum_prevalence = 0.8 # [OPTIONAL] | The PAM prevalence in targets needed to keep any gRNAs
)
Creating
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gRNA_create-0.0.2.tar.gz
(13.4 kB
view hashes)
Built Distribution
Close
Hashes for gRNA_create-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b16ce8920b8bf153da41873b52f6462ec9841d9695c284284ddb9e0b8fc2205d |
|
MD5 | 9ca4c99f90c35ae73f1b0cfd19d6bebd |
|
BLAKE2b-256 | 04cdcabafe28da20171b52fa33f5fc4b6990d216e8d4e53af68938f6d6ad2f22 |