-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello!! I actually wanted to test run this as part of trying something out in my own work, and I was specifically wondering looking at the newer implementation, how one can run the search separately using either the decreasing ranking of the input scoring or increasing ranking (testing for left-skew in either case). I think in the previous implementation we provided the desired ranking order for this reason, so was curious about the newer implementation in this regard.
I was wondering if we are now expected to pre-rank the input variable (sort(value,decreasing=TRUE/FALSE)) - based on the example run, the variable utils::data(TAZYAP_BRCA_ACTIVITY) doesn't seem to be pre-sorted.
meta_plot always plots the var in decreasing order, which is also why I was curious
Thanks, and very pleased to see this cleaned up so well!