Releases: scmethods/scregclust
Releases · scmethods/scregclust
Release list
scregclust 0.2.4
scregclust 0.2.3
Minor changes
- Fixed a small bug in NNLS step-size selection
- Converted articles from RMarkdown to Quarto
scregclust 0.2.2
- Added a new article on how to add your own regulator list to the documentation
- Minor non-breaking changes to code
scregclust 0.2.0
New features
-
Quick Mode: Instead of trying to re-allocate all target genes that were
allocated into the noise cluster, only a certain (random) percentage of
these target genes is attempted to be re-allocated.quick_mode = TRUEhas to be supplied as an argument toscregclustto
activate this feature (off by default) and the percentage of
noise target genes to re-allocate is given byquick_mode_percent,
a number in [0, 1).
Minor changes
- Added CRAN install instructions to the README
What's Changed
- Quick mode by @Andre-Armatowski in #6
New Contributors
- @Andre-Armatowski made their first contribution in #6
Full Changelog: v0.1.10...v0.2.0