cvanderaa

Results 44 comments of cvanderaa

Two parallel ideas: - I think what Kristina wants could be implement in `filterNA()` by adding a `groupBy` argument. - I like the idea of adding a tag and then...

Good news! `MultiAssayExperiment` does most of the heavy lifting thanks to `saveHDF5MultiAssayExperiment()` and `loadHDF5MultiAssayExperiment()` :pray: My strategy is now to do a little refactoring of our code so that every...

I would draw your attention on the following aspects: * The `ecol` should be constant for all files supplied to `readSummarizedExperiment` unless we use `mapply`. * If the `ecol`s are...

(ping @leopoldguyot who raised the same issue to us) When implementing this, I had in mind that we have to impose a "runCol" in the colData, but reading again the...

This is really great to have this and will definitely streamline so of my analyses. The example is very clear and informative. Let me know when I can do an...

I would like to revive this PR as I am interested by the functionality. Do you want me to take over?

Is there a reason this has been closed without merging? I just fixed the unit tests. https://github.com/rformassspectrometry/QFeatures/pull/250

Hello, I saw you requested my review, but I have very little time right now... Do you want this merged for next release? If so, I'll accept but I won't...

Is it intended that you closed the PR but did not merge it?

Yes I would follow `MultiAssayExperiment`'s nomenclature for consistency. Are you working on it?