Skip to content

Commit

Permalink
Update 08_motif_analysis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mistrm82 authored Dec 10, 2024
1 parent 37b14a6 commit a7cd931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lessons/08_motif_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ STREME will accept **BED files or sequence files as input**, which must be in FA
<br>Run the code provided below to create the object <code>olaps_wt</code>:<br><br>

<pre>
require(ChIPpeakAnno)
sample_files <- list.files(path = "./data/macs2/narrowPeak/", full.names = T)

# Reassign vars so that they are now GRanges instead of dataframes
Expand All @@ -88,6 +89,7 @@ Open up an R script file and call it `motif_analysis_prep.R` and add in a header
library(tidyverse)
library(GRanges)
library(ChIPseeker)
library(TxDb.Mmusculus. UCSC.mm10.knownGene)
```

Let's begin by extracting the peaks which overlap across the replicates. Stored in the object are `mergedPeaks`, this corresponds to
Expand Down

0 comments on commit a7cd931

Please sign in to comment.