Package: depower Title: Power Analysis for Differential Expression Studies Version: 2026.1.30.999 Authors@R: c( person( given = "Brett", family = "Klamer", email = "code@brettklamer.com", comment = c(ORCID = "0000-0002-8334-4831"), role = c("aut", "cre") ), person( given = "Lianbo", family = "Yu", email = "lianbo.yu@osumc.edu", comment = c(ORCID = "0000-0002-2025-2585"), role = c("aut") ) ) Description: Provides a convenient framework to simulate, test, power, and visualize data for differential expression studies with lognormal or negative binomial outcomes. Supported designs are two-sample comparisons of independent or dependent outcomes. Power may be summarized in the context of controlling the per-family error rate or family-wise error rate. Negative binomial methods are described in Yu, Fernandez, and Brock (2017) and Yu, Fernandez, and Brock (2020) . URL: https://brettklamer.com/work/depower/, https://bitbucket.org/bklamer/depower/ License: MIT + file LICENSE Depends: R (>= 4.2.0) Imports: Rdpack, stats, mvnfast, glmmTMB, dplyr, multidplyr, ggplot2, scales Suggests: tinytest, rmarkdown RdMacros: Rdpack Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev Repository: https://bklamer.r-universe.dev Date/Publication: 2026-06-15 02:37:55 UTC RemoteUrl: https://bitbucket.org/bklamer/depower RemoteRef: HEAD RemoteSha: 513c0398b4758ac9900ef5dc6f5d4110d5cf747d NeedsCompilation: no Packaged: 2026-07-15 05:01:18 UTC; root Author: Brett Klamer [aut, cre] (ORCID: ), Lianbo Yu [aut] (ORCID: ) Maintainer: Brett Klamer