Skip to content

Releases: scmethods/scregclust

scregclust 0.2.4

Choose a tag to compare

@cyianor cyianor released this 08 Apr 19:58

Minor changes

  • Fixed a bug in plotting code that ensures plotting does not crash if no clusters are found

scregclust 0.2.3

Choose a tag to compare

@cyianor cyianor released this 05 Apr 10:37

Minor changes

  • Fixed a small bug in NNLS step-size selection
  • Converted articles from RMarkdown to Quarto

scregclust 0.2.2

Choose a tag to compare

@cyianor cyianor released this 27 Jul 08:31
  • 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

Choose a tag to compare

@cyianor cyianor released this 07 Dec 08:26

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

Choose a tag to compare

@cyianor cyianor released this 21 Nov 20:23
  • First release on CRAN