I am using the function WebGestaltRBatch. Code is provided below. But, the error I am receiving is this:
Process file: /home/oguzkhan/projects/eds1/eds1_mimic_cc/data/webgestalt_input/minus_lys/LYS14.rnk
Loading the functional categories...
Loading the ID list...
Summarizing the uploaded ID list by GO Slim data...
Performing the enrichment analysis...
1000 permutations of score complete...
Error in if (n_all_rand_min == 0) { :
missing value where TRUE/FALSE needed
Which seems to imply that n_all_rand_min is not set. My other results tables do work, for what it is worth.
I suspect that what is happening is that I simply shouldn't pass a list so short to webgestalt -- I didn't realize how short it was before the error. If that is the case, some error handling would be helpful -- maybe notify the user that a given table is too small to be considered and skip it.
edit: also happening with a longer list, so maybe not.
I am using the function WebGestaltRBatch. Code is provided below. But, the error I am receiving is this:
Which seems to imply that
n_all_rand_min
is not set. My other results tables do work, for what it is worth.The rnk list in question looks like this:
I suspect that what is happening is that I simply shouldn't pass a list so short to webgestalt -- I didn't realize how short it was before the error. If that is the case, some error handling would be helpful -- maybe notify the user that a given table is too small to be considered and skip it.
edit: also happening with a longer list, so maybe not.