NEWS
ALDEx2 1.33
NEW FEATURES (MPN, GBG
- aldex.clr: now takes a gamma parameter to incorporate scale modelling
- aldex.makeScaleMatrix: new method to make an explicit scale model
- all p-values calculated are now posterior p-values with consistent sign
ALDEx2 1.11.0
NEW FEATURES (TPQ
- Iterative log-ratio transformation works with all aldex. methods
- aldex.r: new "iterate = TRUE" works for any aldex. method
- New aldex.corr function uses continuous outcome
- aldex.corr.r: file with old aldex.corr function was removed
- aldex.r: test = "cor" or test = "corr" calls aldex.corr
- aldex.r: pass along ... correctly
- Add verbose argument to aldex.kw, aldex.glm, aldex.corr
- Remove conditions argument
- Use clr@conds for aldex.ttest, aldex.kw, aldex.glm, aldex.corr, aldex.effect
- aldex.clr: passes along any conditions argument (including matrix)
- aldex.r: no longer pass along conditions
- new test to verify multi-type clr@conds
- old tests updated
ALDEx2 1.10.3
NEW FEATURES (TPQ
- New aldex.glm function uses model matrix
- aldex.r: test = "kw" calls old aldex.glm, test = "glm" calls new aldex.glm
- AllClasses.R: change "conds" slot to accept "ANY" to expect model matrix
- clr_function.r: tweak coerce.data to expect model matrix
- Note: coerce.data function replaced with fewer lines of code
- clr_ttest.r: Roxygenize documentation
- clr_glm.r: old aldex.glm function renamed as aldex.kw + Roxygenize documentation
- clr_glm-tpq.R: new aldex.glm uses model matrix + Roxygenize documentation
- plot.aldex.r: no changes -- not compatible with new aldex.glm
- test-aldex.kw.R: update test to reflect changes
- ALDEx2_vignette.Rnw: use aldex.kw in vignette
ALDEx2 1.10.2
NEW FEATURES (TPQ
- add README for the GitHub repository
- let aldex.clr work even when 'conds' is missing
ALDEx2 1.10.1
BUG FIXES
- fixed a bug whereby the order of samples affected the centering of the data
ALDEx2 1.9.2
NEW FEATURES (JRW, GBG
- added ability to auto-choose low variance high relative abundance features as
the basis
- added new class and generic definitions to get the features used as basis
- the getDenom function can be exported
- updated documentation for above
- version bump
ALDEx2 1.8.1
NEW FEATURES (TPQ
- rennovated aldex function
- new 'test = iterative' uses results of one t-test as 'denom' input to a second
- large improvements to function documentation
- rennovated aldex.ttest function
- "progress bar" tracks progress across Monte-Carlo instances
- made aldex.ttest function faster (~300% for 10,000 features)
- now uses Wilcox signed rank test when 'paired.test = TRUE'
- added aldex.clr method for signature 'matrix'
ALDEx2 1.5.2
NEW FEATURES
- added ability to choose the basis for the clr: all, iqlr, zero or user-defined.
useful when dealing with asymmetric datasets (selex, metagenomics, meta-RNA-seq)
- updated vignette to show how the basis affects the analysis
- made BiocParallel the only parallel package for multicore processing
- made zero-replacement a prior probability rather than a pseudocount
ALDEx2 0.99.2
NEW FEATURES
- made aldex.clr into a class
- allowed input of SummarizedExperiment object instead of a reads data frame
- prioritized use of the BiocParallel package for multicore processing. If
BiocParallel is not installed then the parallel package used, if neither
packages are installed, then serial processing is used
ALDEx2 0.99.1
NEW FEATURES
- changed conditional tests for multiprocessor use, defaults to FALSE
ALDEx2 0.99.0
NEW FEATURES
- first submission to Bioc-devel