about summary refs log tree commit diff
path: root/scripts/rqtl2_wrapper.R
diff options
context:
space:
mode:
authorAlexander_Kabui2024-10-25 16:40:20 +0300
committerAlexander_Kabui2024-10-25 16:42:03 +0300
commitfaeee466b37a1df2792b9596c669496fce38d3df (patch)
treed43e9d920554eaa8406884f959a9806a3b2ba5e2 /scripts/rqtl2_wrapper.R
parent436163a37a2c2b0843b122508d1caee47049e7b9 (diff)
downloadgenenetwork3-faeee466b37a1df2792b9596c669496fce38d3df.tar.gz
Minor fix.
Diffstat (limited to 'scripts/rqtl2_wrapper.R')
-rw-r--r--scripts/rqtl2_wrapper.R2
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))