statOmics / msqrob2

Implementation of the MSqRob analysis of differentially expressed proteins using the Features infrastructure
9 stars 10 forks source link

Allow further arguments in `msqrobAggregate()` #58

Open cvanderaa opened 5 months ago

cvanderaa commented 5 months ago

Currently, msqrobAggregate() does not allow to pass further arguments to aggregateFeatures(), but this would be useful to have better control on the aggregation. For example, one would want to provide an na.rm = TRUE to methods that are susceptible to missing values.

The easiest option is to implement ... in the function signature. It's straightforward and easy to document.