relativeCorPredictionSuccess {WGCNA} | R Documentation |
Compare prediction success
Description
Compare prediction success of several gene screening methods.
Usage
relativeCorPredictionSuccess(
corPredictionNew,
corPredictionStandard,
corTestSet,
topNumber = 100)
Arguments
corPredictionNew |
Matrix of predictor statistics |
corPredictionStandard |
Reference presdictor statistics |
corTestSet |
Correlations of predictor variables with trait in test set |
topNumber |
A vector giving the numbers of top genes to consider |
Value
Data frame with components
topNumber |
copy of the input |
kruskalp |
Kruskal-Wallis p-values |
Author(s)
Steve Horvath
See Also
[Package WGCNA version 1.72-5 Index]