Skip to content

Commit

Permalink
0.99.4
Browse files Browse the repository at this point in the history
Example #cores 4 -> 2
  • Loading branch information
stefangraw committed Feb 14, 2019
1 parent f84b7d8 commit a563fa7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3
Version: 0.99.4
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
4 changes: 2 additions & 2 deletions R/pwrEWAS_v1.7.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' detectionLimit = 0.01,
#' DMmethod = "limma",
#' FDRcritVal = 0.05,
#' core = 4,
#' core = 2,
#' sims = 50)
#'
#' pwrEWAS(minTotSampleSize = 10,
Expand All @@ -49,7 +49,7 @@
#' detectionLimit = 0.01,
#' DMmethod = "limma",
#' FDRcritVal = 0.05,
#' core = 4,
#' core = 2,
#' sims = 50)
pwrEWAS <- function(minTotSampleSize, # min total sample size
maxTotSampleSize, # max total sample size
Expand Down
4 changes: 2 additions & 2 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 a563fa7

Please sign in to comment.