Skip to content

Commit

Permalink
0.99.10
Browse files Browse the repository at this point in the history
Reduced example
  • Loading branch information
stefangraw committed Feb 19, 2019
1 parent aed709d commit 03035fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pwrEWAS
Title: A user-friendly tool for comprehensive power estimation for epigenome wide association studies (EWAS)
Version: 0.99.9
Version: 0.99.10
Description: pwrEWAS is a user-friendly tool to assists researchers in the design and planning of EWAS to help circumvent under- and overpowered studies.
Author: Stefan Graw
Maintainer: Stefan Graw <sgraw@kumc.edu>
Expand Down
16 changes: 8 additions & 8 deletions R/pwrEWAS_v1.7.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
#'
#' @examples
#' pwrEWAS(minTotSampleSize = 10,
#' maxTotSampleSize = 50,
#' maxTotSampleSize = 20,
#' SampleSizeSteps = 10,
#' NcntPer = 0.5,
#' targetDelta = c(0.2, 0.5),
#' J = 100000,
#' targetDmCpGs = 100,
#' J = 1000,
#' targetDmCpGs = 10,
#' tissueType = "Adult (PBMC)",
#' detectionLimit = 0.01,
#' DMmethod = "limma",
#' FDRcritVal = 0.05,
#' core = 2,
#' sims = 50)
#' sims = 30)
#'
#' pwrEWAS(minTotSampleSize = 10,
#' maxTotSampleSize = 50,
#' maxTotSampleSize = 20,
#' SampleSizeSteps = 10,
#' NcntPer = 0.5,
#' deltaSD = c(0.02, 0.03),
#' J = 100000,
#' targetDmCpGs = 100,
#' J = 1000,
#' targetDmCpGs = 10,
#' tissueType = "Adult (PBMC)",
#' detectionLimit = 0.01,
#' DMmethod = "limma",
#' FDRcritVal = 0.05,
#' core = 2,
#' sims = 50)
#' sims = 30)
pwrEWAS <- function(minTotSampleSize, # min total sample size
maxTotSampleSize, # max total sample size
SampleSizeSteps, # steps for increasing total sample size
Expand Down
16 changes: 8 additions & 8 deletions man/pwrEWAS.Rd

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

0 comments on commit 03035fa

Please sign in to comment.