- Fixed a small bug in NNLS step-size selection
- Converted articles from RMarkdown to Quarto
- Vignettes relied heavily on downloading data. Make vignettes articles that appear on the website but not in the actual package, since it is expected that anybody profiting from the vignettes will have an active internet connection anyways.
- Added a vignette illustrating how to supply your own regulator list
- 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 = 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).
- Added CRAN install instructions to the README
- First release on CRAN