calculatePvalue {CSSQ} | R Documentation |
This calculates the adjusted P-values for the regions using column permutation and Benjamini Hochberg correction methods.
calculatePvalue(trueTstat, compare_tstats)
trueTstat |
The T-statistics value calculated using
|
compare_tstats |
The T-statistics value calculated using
|
A vector that is the adjusted P-value for the intended comparison.
DBAnalyze
which calls this function