Skip to content

Releases: cmmr/ecodive

ecodive 2.2.6

Choose a tag to compare

@dansmith01 dansmith01 released this 23 Mar 18:33
  • 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.

ecodive 2.2.2

Choose a tag to compare

@dansmith01 dansmith01 released this 16 Jan 16:44
  • Drop explicit zeroes from sparse matrices after rarefaction.

ecodive 2.2.1

Choose a tag to compare

@dansmith01 dansmith01 released this 19 Dec 15:42
  • Corrected CRAN rchk issue.

ecodive 2.1.0

Choose a tag to compare

@dansmith01 dansmith01 released this 26 Sep 13:04

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.

ecodive 2.0.0

Choose a tag to compare

@dansmith01 dansmith01 released this 22 Sep 15:42

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")