For loop to calculate FDR on multiple Pvalue columns terminating prematurely
Hello, I've been trying to write a script that will perform the FDR adjustment at the end of a process where many pvalues are calculated. Several columns of Pvalues are generated and I want to do the FDR adjustment on each columns. The example I have has 3 columns on which it should calculate the FDR. I recycled a piece of code from the add-in developed by @John_Sall The script I have has a For L...