The seas() function is polymorphic over the object that contains the feature data/ranks/etc.
(The ExpressionSet, data.frame of feature ranks, etc.)
This PR moves the x parameter which stores this object first inline, puts the GeneSetDb second, and the methods argument third. Everything else after that just informs how the GSEA mojo will work over the combination of those first three parameters.
The seas() function is polymorphic over the object that contains the feature data/ranks/etc. (The ExpressionSet, data.frame of feature ranks, etc.)
This PR moves the
x
parameter which stores this object first inline, puts the GeneSetDb second, and themethods
argument third. Everything else after that just informs how the GSEA mojo will work over the combination of those first three parameters.