Recent Releases of ecodive: Parallel and Memory-Efficient R Package for Ecological Diversity Analysis
ecodive: Parallel and Memory-Efficient R Package for Ecological Diversity Analysis - ecodive 2.2.6
When using CLR normalization:
- Warns when zeros are detected and
pseudocountisNULL. - Then continues with
pseudocount <- min(counts[counts>0]) / 2.
- Warns when zeros are detected and
Breaking Changes
normnow defaults to"none"instead of"percent".normparameter was removed from some beta diversity functions.
- R
Published by dansmith01 2 months ago
ecodive: Parallel and Memory-Efficient R Package for Ecological Diversity Analysis - ecodive 2.2.2
- Drop explicit zeroes from sparse matrices after rarefaction.
- R
Published by dansmith01 5 months ago
ecodive: Parallel and Memory-Efficient R Package for Ecological Diversity Analysis - ecodive 2.2.1
- Corrected CRAN
rchkissue.
- R
Published by dansmith01 6 months ago
ecodive: Parallel and Memory-Efficient R Package for Ecological Diversity Analysis - ecodive 2.1.0
Breaking Changes
rescaleparameter is superseded bynormparameter.
Fixes
alpha_div()andbeta_div()will only forward applicable parameters.- No longer crashes when
pairs = integer(0). pseudocount = NULLcorrectly selects smallest non-zero count.
- R
Published by dansmith01 8 months ago
ecodive: Parallel and Memory-Efficient R Package for Ecological Diversity Analysis - ecodive 2.0.0
Breaking Changes
- Input matrix is now samples as rows.
- Removed
weightedparameter.
Added New Diversity Methods
Updated Alpha Options:
c("ace", "berger", "brillouin", "chao1", "faith", "fisher", "simpson", "inv_simpson", "margalef", "mcintosh", "menhinick", "observed", "shannon", "squares")Updated Beta Options:
c("aitchison", "bhattacharyya", "bray", "canberra", "chebyshev", "chord", "clark", "sorensen", "divergence", "euclidean", "generalized_unifrac", "gower", "hamming", "hellinger", "horn", "jaccard", "jensen", "jsd", "lorentzian", "manhattan", "matusita", "minkowski", "morisita", "motyka", "normalized_unifrac", "ochiai", "psym_chisq", "soergel", "squared_chisq", "squared_chord", "squared_euclidean", "topsoe", "unweighted_unifrac", "variance_adjusted_unifrac", "wave_hedges", "weighted_unifrac")
- R
Published by dansmith01 8 months ago