Skip to content

Releases: scmethods/scregclust

scregclust 0.2.2

27 Jul 08:31

Choose a tag to compare

  • 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

07 Dec 08:26

Choose a tag to compare

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 = TRUE has to be supplied as an argument to scregclust to
    activate this feature (off by default) and the percentage of
    noise target genes to re-allocate is given by quick_mode_percent,
    a number in [0, 1).

Minor changes

  • Added CRAN install instructions to the README

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.2.0

scregclust 0.1.10

21 Nov 20:23

Choose a tag to compare

  • First release on CRAN