Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed May 9, 2024
1 parent 91bb8d1 commit 2d66a5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 59 deletions.
24 changes: 0 additions & 24 deletions R/creb_peaks.R

This file was deleted.

3 changes: 2 additions & 1 deletion R/motif_enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' \link{memes}.
#'
#' @importFrom memes runAme
#' @importFrom utils read.table
#' @import GenomicRanges
#'
#' @param peak_input Either a path to the narrowPeak file or a GRanges peak
Expand Down Expand Up @@ -55,7 +56,7 @@ motif_enrichment <- function(peak_input,
outdir = out_dir)

seq_path <- file.path(out_dir, "sequences.tsv")
seq <- read.table(seq_path, header = TRUE)
seq <- utils::read.table(seq_path, header = TRUE)
cleaned_ids <- seq$seq_ID[!grepl("_shuf_1", seq$seq_ID)]

return(
Expand Down
34 changes: 0 additions & 34 deletions man/creb_peaks.Rd

This file was deleted.

0 comments on commit 2d66a5d

Please sign in to comment.