about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander_Kabui2024-11-11 11:52:49 +0300
committerAlexander_Kabui2024-11-11 11:52:49 +0300
commit5494e2ba34bafb7820cf1d578d34302a39eb9811 (patch)
tree412d9f26ead4d838b45849d59a7f1c2725f098b6 /scripts
parent3efd12e3058e300e7d99e9233699a31088c2fcd1 (diff)
downloadgenenetwork3-5494e2ba34bafb7820cf1d578d34302a39eb9811.tar.gz
export qtl effect plots for multi parent populations.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rqtl2_wrapper.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rqtl2_wrapper.R b/scripts/rqtl2_wrapper.R
index f2d6a87..f514e73 100644
--- a/scripts/rqtl2_wrapper.R
+++ b/scripts/rqtl2_wrapper.R
@@ -534,6 +534,7 @@ output = list(lod_peaks = lod_peaks,
 	     lod_peaks = lod_peaks,
 	     chromosomes  = chr_names(dataset),
 	     meffects = meffects,
+	     meffects_plots = meffects_plots,
 	     lod_plot_path =lod_plot_path,
 	     scan_method = SCAN_METHOD  
 	     )