diff options
| author | Alexander_Kabui | 2024-10-25 16:40:20 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2024-10-25 16:42:03 +0300 |
| commit | faeee466b37a1df2792b9596c669496fce38d3df (patch) | |
| tree | d43e9d920554eaa8406884f959a9806a3b2ba5e2 /scripts/rqtl2_wrapper.R | |
| parent | 436163a37a2c2b0843b122508d1caee47049e7b9 (diff) | |
| download | genenetwork3-faeee466b37a1df2792b9596c669496fce38d3df.tar.gz | |
Minor fix.
Diffstat (limited to 'scripts/rqtl2_wrapper.R')
| -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)) |
