- Regulator importance was computed unnecessarily if there is only one regulator. A single regulator is always the most important regulator for a cluster.
-
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 toscregclust
to 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).
- Added CRAN install instructions to the README
- First release on CRAN