Skip to content

Commit

Permalink
Add value tags and update website
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrionaGoldmann committed May 17, 2023
1 parent da6c656 commit 9b4c258
Show file tree
Hide file tree
Showing 244 changed files with 9,621 additions and 57,031 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LazyData: true
biocViews:
Depends: R (>= 3.5)
VignetteBuilder: knitr
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
NeedsCompilation: no
Packaged: 2020-02-16 18:03:28 UTC; kgoldmann
Expand Down
5 changes: 5 additions & 0 deletions R/polar_coords.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ polar_xy <- function(df, angle_offset = 0) {
#' statistical test.
#' @importFrom Rfast ftests ttests kruskaltests
#' @importFrom matrixTests row_wilcoxon_twosample
#' @return Returns a list with first element representing a data frame of
#' unadjusted p-values and the second element adjusted p-values. Each dataframe
#' contains 4 columns: the first column is the 3-way comparison (LRT or ANOVA).
#' Columns 2-4 are pairwise comparisons between groups A vs B, A vs C and
#' B vs C, where A, B, C are the 3 levels in the outcome factor.
#' @export
#'
calc_pvals <- function(outcome,
Expand Down
2 changes: 2 additions & 0 deletions R/polar_coords_2x3.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ polar_coords_2x3 <- function(data,
#' level response outcome. Current options are "t.test" or "wilcoxon".
#' @param exact Logical for whether to use an exact test (Wilcoxon test only)
#' @importFrom matrixTests col_t_welch col_wilcoxon_twosample
#' @return A list containing a data frame with summary statistics for the
#' comparisons between the outcome, for each group level.
#' @export
#'
calc_stats_2x3 <- function(data, outcome, group, padj.method,
Expand Down
2 changes: 2 additions & 0 deletions R/significance_subset.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#' treatment response phenotypes.}
#' \emph{Cell reports}, \strong{28}:9
#' @importFrom methods slot
#' @return Returns an object (type defined by `output`) with rows susbet to
#' those which satisfy the significance condition.
#' @export
#' @examples
#' data(example_data)
Expand Down
5 changes: 4 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ Package was archived on CRAN


* This is a resubmission following package being archived.
* author and maintainer's email has also been updated.
* Author and maintainer's email has also been updated.
* Since previous submission \value RD-tags have been added for: calc_pvals.Rd, calc_stats_2x3.Rd, and significance_subset.Rd
* There is no reference describing the methods in the package
* All instances of `install.packages()` in README and vignettes wrapped in eval=FALSE chunks
4 changes: 2 additions & 2 deletions docs/404.html

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

159 changes: 0 additions & 159 deletions docs/News.html

This file was deleted.

Loading

0 comments on commit 9b4c258

Please sign in to comment.