Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jun 24, 2024
1 parent 56762f5 commit 89b4649
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 20 deletions.
4 changes: 0 additions & 4 deletions R/accessory.R
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,6 @@ eselistFromYAML <- function(configfile) {
#' Build an ExploratorySummarisedExperimentList from a description provided in a list
#'
#' @param config Hierachical named list with input components. See \code{eselistFromYAML} for detail.
#' @param should_transform A boolean indicating if the log2 transformation should be applied.
#' If TRUE, log2 transformation is applied unconditionally.
#' If FALSE, no transformation is applied.
#' If NULL (default), a conditional transformation based on threshold is applied.
#' @param log2_threshold A numeric threshold to determine if the matrix should be log-transformed.
#' This is only checked if should_transform is NULL.
#' @param log2_assays A string parameter that can be NULL, empty, or a non-empty string.
Expand Down
2 changes: 1 addition & 1 deletion man/cond_log2_transform_matrix.Rd

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

5 changes: 0 additions & 5 deletions man/eselistfromConfig.Rd

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

4 changes: 2 additions & 2 deletions man/ggplot_boxplot.Rd

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

4 changes: 2 additions & 2 deletions man/ggplot_densityplot.Rd

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

4 changes: 2 additions & 2 deletions man/plotly_boxplot.Rd

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

4 changes: 2 additions & 2 deletions man/plotly_densityplot.Rd

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

4 changes: 2 additions & 2 deletions man/plotly_quartiles.Rd

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

0 comments on commit 89b4649

Please sign in to comment.