multilevelError {fgsea} | R Documentation |
Calculates the expected error for the standard deviation of the P-value logarithm.
multilevelError(pval, sampleSize)
pval |
P-value |
sampleSize |
equivavlent to sampleSize in fgseaMultilevel |
The value of the expected error
expectedError <- multilevelError(pval=1e-10, sampleSize=1001)