You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in GSEA_internal(geneList = geneList, exponent = exponent, minGSSize = minGSSize, :
geneList should be a decreasing sorted vector...
This is related to YuLab-SMU/DOSE#58. I also see that in a comment, there is some suggestion that this was fixed but looking at the code in DOSE, isSorted still only allows for a decreasing sort.
This is also related to PR YuLab-SMU/DOSE#59 where I had attempted to fix this.
Thank you,
NelsonGon
Ask in right place
for bugs or feature requests, post here (github issue)
Prerequisites
Describe you issue
Hi, I have been exploring this package and once again stumbled on the strict decreasing only sort. Here is how to reproduce:
The above will throw the following error:
This is related to YuLab-SMU/DOSE#58. I also see that in a comment, there is some suggestion that this was fixed but looking at the code in
DOSE
,isSorted
still only allows for a decreasing sort.This is also related to PR YuLab-SMU/DOSE#59 where I had attempted to fix this.
Thank you,
NelsonGon
Ask in right place
ReactomePA
The text was updated successfully, but these errors were encountered: