microbiome / mia

Microbiome analysis
https://microbiome.github.io/mia/
Artistic License 2.0
45 stars 25 forks source link

Rename splitByRanks to agglomerateByRanks and add new option as.list #513

Closed thpralas closed 1 month ago

thpralas commented 2 months ago

This PR renames splitByRanks to agglomerateByRanks and add a new argument as.list.

TuomasBorman commented 1 month ago

To summarize:

  1. Leave splitByRanks as alias. (just empty function calling agglomerateByRanks)
  2. In SE method, add TreeSE conversion if the class is SE. (Give warning about the conversion)
  3. Add SCE/TreeSE specific functionality to SCE method (TreeSE is SCE). Then call SE method.
  4. TreeSE method is just calling SCE method.