Skip to content

bhcooper/TopDownCrawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TopDownCrawl

Top-Down-Crawl is able to rapidly align quantitative binding data from experiments such as SELEX-seq and SMiLE-seq. Methods like these are able to provide highly reprodible k-mer level measurements of binding affinity, but understanding where an enriched k-mer falls along the bidning site depends on alignment. k-mer level data is more informative than simplistic PWM-based models which assume independent contributions between positions of the binding site.

The python script (TDC.py) accepts a table (.txt, .tsv, .csv, .xlsx, .xls) as input including the sequences in column 1, and the associated binding measurements in column 2. Values for reverse complements will be averaged if provided, or assumed to be equivalent if not. The first row is expected to contain header names of your choosing. An example input file is included (example_MEF2B_R1_E_k7.tsv).

STEP 1: Install Package with Dependencies

pip install TopDownCrawl

STEP 2: Run Top-Down Crawl

# Accepted formats (.txt, .tsv, .csv, .xlsx, .xls)
TopDownCrawl <input>

ie: TopDownCrawl MEF2B_R1_k7_enrichment.tsv (can be found in example folder)

OUTPUT

# Aligned and reverse-complement-averaged input (tab-delimited)
<input>_aligned.tsv

# Show how many sequences align to each shift
<input>_summary.tsv    

# Position weight matrix (PWM) of the aligned input, weighting each sequence by its associated binding metric, removing the 2 most extreme shifts 
<input>_PWM.png        

# Position weight matrix (PWM) of the aligned input, weighting each sequence by its associated binding metric, removing the 2 most extreme shifts 
<input>_PWM_rc.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages