Closed lianos closed 3 years ago
Some fallout from this is that you also need to reorder any unnamed (by-position) arguments when calling seas()
. This conversion is as above
https://github.com/lianos/multiGSEA/blob/85719e2b5388d425a3182c8611989a4b95fb75d1/R/multiGSEA.R#L162
https://github.com/lianos/sparrow/blob/9042f1609055e87cefad4033ac783603d947fc91/R/seas.R#L187
but now the calls to these are yet to be changed
(image, since GH won't let me inline multiple sources)
This seems to cause some breakage. Credit to @maksymiuks for discovering this (we're trying to migrate).
(back to my public account...) it appears the fix was all that was needed and we're successfully migrating. Thanks for the lightning fast patch ⚡ !
This function is really polymorphic over
x
, so this should come first.The current function signature is:
but should really by
Let's bite this bullet before we release this into the wild.