Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Mar 4, 2024
1 parent 0a7e3d5 commit e12a4d3
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ConsensusPeak
Title: Call consensus peaks from multiple biological replicates
Version: 0.0.0.9100
Version: 0.0.0.9000
Authors@R:
person(given = "Thomas", family = "Roberts",
email = "tomroberts.work15@gmail.com",
Expand Down
2 changes: 2 additions & 0 deletions R/conservative_idr.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#' by ENCODE. The function writes a filtered set of peaks to a desired location.
#'
#' @inheritParams idr_analysis
#' @param subdir_name Character specifying the name of the subdirectory that the
#' output files will be placed.
#' @inheritDotParams MACSr::callpeak -tfile -cfile -outdir -name -format -log
#' -tempdir
#'
Expand Down
2 changes: 2 additions & 0 deletions R/multiple_replicates_chipr.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#' ChIP-R handles an arbitrary number of replicates.
#'
#' @inheritParams idr_analysis
#' @param subdir_name Character specifying the name of the subdirectory that the
#' output files will be placed.
#' @inheritParams run_chipr
#' @inheritDotParams MACSr::callpeak -tfile -cfile -outdir -name -format -log
#' -tempdir
Expand Down
2 changes: 2 additions & 0 deletions R/multiple_replicates_mspc.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#' replicates.
#'
#' @inheritParams idr_analysis
#' @param subdir_name Character specifying the name of the subdirectory that the
#' output files will be placed.
#' @inheritParams rmspc::mspc
#' @inheritDotParams MACSr::callpeak -tfile -cfile -outdir -name -format -log
#' -tempdir
Expand Down
2 changes: 2 additions & 0 deletions R/optimal_idr.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#' pseudoreplicates and calling peaks on the pseudoreplicates.
#'
#' @inheritParams idr_analysis
#' @param subdir_name Character specifying the name of the subdirectory that the
#' output files will be placed.
#' @inheritDotParams MACSr::callpeak -tfile -cfile -outdir -name -format -log
#' -tempdir
#'
Expand Down
3 changes: 3 additions & 0 deletions man/conservative_idr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/multiple_replicates_chipr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/multiple_replicates_mspc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/optimal_idr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/testthat/test-idr_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ test_that("Optimal and conservative IDR peak files are generated", {
control_files = NULL,
type = "all",
is_paired = FALSE,
keep_original = FALSE,
out_dir = temp_out_dir,
nomodel = TRUE
)
Expand Down

0 comments on commit e12a4d3

Please sign in to comment.