From a72e306ed715418a9cfe7cf05bad04e7b745a079 Mon Sep 17 00:00:00 2001 From: paulahsan <34531744+paulahsan@users.noreply.github.com> Date: Fri, 6 Jan 2023 13:30:56 -0500 Subject: [PATCH] typo in rgadem.run chunk Because it was `echo=FALSE`, in the text book the code was not shown. I corrected it to `echo=TRUE` --- 09-chip-seq-analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-chip-seq-analysis.Rmd b/09-chip-seq-analysis.Rmd index a6ac25d..68d8b12 100644 --- a/09-chip-seq-analysis.Rmd +++ b/09-chip-seq-analysis.Rmd @@ -2529,7 +2529,7 @@ reproducible. 2. **nmotifs** - the number of motifs to look for. -```{r rgadem.run, include=TRUE, eval=TRUE, echo=FALSE} +```{r rgadem.run, include=TRUE, eval=TRUE, echo=TRUE} # run the rGADEM motif discovery novel_motifs = GADEM( Sequences = ctcf_seq,