Skip to content

Commit 2c66385

Browse files
committed
Remove clump_p2 from clump_data()
1 parent 75414ba commit 2c66385

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

R/ld.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#' @param clump_kb Clumping window, default is `10000`.
1717
#' @param clump_r2 Clumping r2 cutoff. Note that this default value has recently changed from `0.01` to `0.001`.
1818
#' @param clump_p1 Clumping sig level for index SNPs, default is `1`.
19-
#' @param clump_p2 Clumping sig level for secondary SNPs, default is `1`.
2019
#' @param pop Super-population to use as reference panel. Default = `"EUR"`. Options are `"EUR"`, `"SAS"`, `"EAS"`, `"AFR"`, `"AMR"`. `'legacy'` also available - which is a previously used version of the EUR panel with a slightly different set of markers
2120
#' @param bfile If this is provided then will use the API. Default = `NULL`
2221
#' @param plink_bin If `NULL` and `bfile` is not `NULL` then will detect packaged plink binary for specific OS. Otherwise specify path to plink binary. Default = `NULL`
@@ -28,7 +27,6 @@ clump_data <- function(
2827
clump_kb = 10000,
2928
clump_r2 = 0.001,
3029
clump_p1 = 1,
31-
clump_p2 = 1,
3230
pop = "EUR",
3331
bfile = NULL,
3432
plink_bin = NULL

man/clump_data.Rd

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)