Open lgatto opened 1 year ago
Good points!
For comments 1 and 2, a function to generate the identification table would be useful. Now that I think about it, this is easily implemented by providing an aggregation function that returns 1
if any row (feature) for a column (sample) is not zero and returns 0
otherwise. Do you prefer we keep the aggregation step and the step that generates the identification table separated?
For comments 3 to 5, I fully agree that dedicated functions would come handy and make the vignette much cleaner. I was not yet able to take the time to think about the implementation. I'll keep you updated here.
The points are solve by #41, but I still need to write some unit tests.
I have done some edits.
In addition, here are some comments: