diff options
| author | Alexander_Kabui | 2024-11-11 11:52:49 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2024-11-11 11:52:49 +0300 |
| commit | 5494e2ba34bafb7820cf1d578d34302a39eb9811 (patch) | |
| tree | 412d9f26ead4d838b45849d59a7f1c2725f098b6 | |
| parent | 3efd12e3058e300e7d99e9233699a31088c2fcd1 (diff) | |
| download | genenetwork3-5494e2ba34bafb7820cf1d578d34302a39eb9811.tar.gz | |
export qtl effect plots for multi parent populations.
| -rw-r--r-- | scripts/rqtl2_wrapper.R | 1 |
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 ) |
