- Use read.csv rather than read_csv in vignettes, as read_csv was causing a hard-to-reproduce error when building vignettes.
- Don't import colSums, rowSums, which have disappeared from BiocGenerics.
- counts_shifts and counts_proportions now have a "typecast" argument, allowing use of memory-efficient matrix types.
- weitrix_sd_confects now has an option to drop the assumption of normally distributed weighted residuals.
- Fix bug with weitrix_confects due to [[ ]] <- NULL deleting elements from a list instead of storing NULL in the list.
- Peaks were sometimes in reverse order in APA example, data file updated.
- Try to get rid of an odd new build error about stack usage by using serial processing in vignettes.
- Use geom_bin2d in weitrix_calplot scatterplots.
- Add mu_min, mu_max arguments to weitrix_calibrate_all.
- Use glm2, which is less prone to optimization failure.
- Auto-disable parallel processing if X11 device is open.
- Add SLAM-Seq vignette.
- well_knotted_spline for natural splines with good choice of knots.
- weitrix_confects for differential testing.
- weitrix_rms_confects now called weitrix_sd_confects.
- weitrix_calplot now shows mean trend and mean +/- standard deviation trend.
- weitrix_calibrate_all now includes a simple scaling factor to account for residuals from a fitted model being smaller than residuals from the true model.
- weitrix_calplot blue guidelines are similarly adjusted.
- Add weitrix_rms_confects to find rows with confidently excessive variation.
- Vignettes use weitrix_calibrate_all, demonstrate weitrix_calplot.
- weitrix_calplot now uses sqrt(weight)*residual on y axis.
- Switch calibration from linear model on log dispersions to using a gamma GLM.
- Add weitrix_calibrate_all function for very flexible calibration.
- Add weitrix_calplot to examine quality of weights.
- Automatic package builder wants package to depend on R version 4.0.
- weitrix now uses the BiocParallel default parallel processing, rather than the DelayedArray default. (DelayedArray does not use parallel processing by default as of version 0.14.0.)
- Bioconductor submission.
- Initial version.