Skip to content

Commit

Permalink
very minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-leary7 committed Oct 8, 2024
1 parent a43d8d2 commit 4f2e2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ importFrom(foreach,foreach)
importFrom(foreach,registerDoSEQ)
importFrom(furrr,future_imap)
importFrom(furrr,future_map)
importFrom(furrr,future_map_dfr)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
Expand Down
2 changes: 2 additions & 0 deletions R/getResultsDE.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#' @author Jack Leary
#' @description This function turns the nested list differential expression results of \code{\link{testDynamic}} and turns them into a tidy data.frame.
#' @import magrittr
#' @importFrom future plan multisession sequential
#' @importFrom furrr future_map_dfr
#' @importFrom purrr map_dfr
#' @importFrom dplyr arrange desc mutate across if_else with_groups relocate
#' @importFrom tidyselect everything
Expand Down

0 comments on commit 4f2e2d8

Please sign in to comment.