diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rqtl2_wrapper.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rqtl2_wrapper.R b/scripts/rqtl2_wrapper.R index c6d1911..babf19e 100644 --- a/scripts/rqtl2_wrapper.R +++ b/scripts/rqtl2_wrapper.R @@ -330,4 +330,4 @@ perform_permutation_test <- function(cross, # TODO ! get these parameters from argument from the user perm <- perform_permutation_test(dataset, Pr, n_perm = 2, method = "LMM") # get the permutation summary with a significance threshold -summary(perm, alpha = c(0.2, 0.05)) \ No newline at end of file +summary(perm, alpha = c(0.2, 0.05)) |
