Closed cvanderaa closed 3 years ago
Hi Chris, @cvanderaa
Thanks for pointing this out. I have a patch ready but I will have to do more testing before pushing.
See the nodrop
branch.
Best,
Marcel
Hi Chris, @cvanderaa I've merged the branch and it should be resolved. Thanks! -Marcel
Hi Marcel, @LiNk-NY Thanks a lot for the fix!
Hello,
Calling the
subsetByColData
two times leads to dropping assays when empty assay are generated after the first call. Here is an example:Up to here, everything behaves as expected. The
GISTIC
assay does not contain a patient with age over 40, therefore it has 0 columns. Now let's reapply the subsetting:Here, the
GISTIC
assay disappeared. Since we apply twice the exact same subsetting, I would expect this output to stay identical to the first output. Note that this observation holds even when the subsetting condition (the logical vector) is different in the second call.