Skip to content

Filter tandem repeats for those suitable for CRISPR-dCas9 labelling

Notifications You must be signed in to change notification settings

kwohlfahrt/trf_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRF Filter

This program filters tandem repeats generated by the Tandem Repeat Finder [1] for those suitable as a label with CRISPR-dCas9 [2].

Usage

First, generate the appropriate .dat file with the TRF, for example:

trf some_sequence.fa  2 7 7 80 10 80 1000 -d

Then, run the trf_filter.py script in this repository on the output:

./trf_filter.py some_sequence.dat --index mm10 --matches=20 --length=20 --pam "NGG" 

where the --index value is a bowtie2 index you have created. For help on the options, run ./trf_filter.py --help.

About

Filter tandem repeats for those suitable for CRISPR-dCas9 labelling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages