Skip to content

Commit

Permalink
Added seed argument to perf_splsda and run_splsda
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaAB committed Jul 24, 2024
1 parent ba8f429 commit 8563a8a
Show file tree
Hide file tree
Showing 9 changed files with 395 additions and 177 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BugReports: https://github.com/Plant-Food-Research-Open/moiraine/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Imports:
Biobase,
circlize,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
- `where()` function now imported from tidyselect instead of dplyr (as it required a newer version of dplyr).

- Fixed typo in samples metadata file, samples with no value for "rnaseq_batch" variable now have `NA` rather than `"BNA"` values.

- `perf_splsda()` and `run_splsda()` now have a `seed` argument (hopefully self-explanatory :)). Accordingly, `feature_preselection_splsda_factory` now has arguments `seed_perf` and `seed_run` to pass on seeds to `perf_splsda()` and `run_splsda`.
282 changes: 192 additions & 90 deletions R/prefiltering.R

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions man/dot-clean_seed.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 52 additions & 26 deletions man/feature_preselection_splsda_factory.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 45 additions & 28 deletions man/perf_splsda.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions man/plot_feature_preselection_splsda.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 26 additions & 17 deletions man/run_splsda.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8563a8a

Please sign in to comment.