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 pseudocount is NULL.
    • Then continues with pseudocount <- min(counts[counts>0]) / 2.

Breaking Changes

  • norm now defaults to "none" instead of "percent".
  • norm parameter 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 rchk issue.

- R
Published by dansmith01 6 months ago

ecodive: Parallel and Memory-Efficient R Package for Ecological Diversity Analysis - ecodive 2.1.0

Breaking Changes

  • rescale parameter is superseded by norm parameter.

Fixes

  • alpha_div() and beta_div() will only forward applicable parameters.
  • No longer crashes when pairs = integer(0).
  • pseudocount = NULL correctly 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 weighted parameter.

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