Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sequence_motif.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fasta-shuffle-letters interested_three_prime_UTR.fa interested_three_prime_UTR.c
fasta-shuffle-letters interested_promoter.fa interested_promoter.control
```
##### 5.2 downstream 1000bp as bg
https://dongzhuoer.github.io/diff_exp_2018_zhuoer/motif.html
https://github.com/dongzhuoer/lulab-rotation-summary/blob/master/RNA-seq/motif-enrich.md
```
slide <- function(input_bed, output_bed, n = 1000) {
col_names <- c('chr', 'start', 'end', 'name', 'score', 'strand');
Expand Down