From faeee466b37a1df2792b9596c669496fce38d3df Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Fri, 25 Oct 2024 16:40:20 +0300 Subject: Minor fix. --- scripts/rqtl2_wrapper.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rqtl2_wrapper.R') 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)) -- cgit 1.4.1