microbiome / mia

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

merge by variable name #400

Closed antagomir closed 1 year ago

antagomir commented 1 year ago

Enable rowData variables in mergeRows.

Currently, the groups must be fed as a vector (f parameter) but it would be nice to be able to specify the grouping variable directly from rowData as a column name.

Same then for mergeCols.

Ping @Daenarys8

For some background discussion see #389

Daenarys8 commented 1 year ago

okay noted. I was a bit confused which to do first, the variable change or the deprecation. I will do the deprecation then do a separate pr for the variable change.

antagomir commented 1 year ago

Right, it is a bit in the air. Sounds good.

antagomir commented 1 year ago

Closed via #408