Qunatification of success of gene screening
This function calculates the success of gene screening.
corPredictionSuccess(corPrediction, corTestSet, topNumber = 100)
corPrediction |
a vector or a matrix of prediction statistics |
corTestSet |
correlation or other statistics on test set |
topNumber |
a vector of the number of top genes to consider |
For each column in corPrediction
, the function evaluates the mean corTestSet
for the number
of top genes (ranked by the column in corPrediction
) given in topNumber
. The higher the mean
corTestSet
(for positive corPrediction
) or negative (for negative corPrediction
), the
more successful the prediction.
meancorTestSetOverall |
difference of |
meancorTestSetPositive |
mean |
meancorTestSetNegative |
mean |
...
Steve Horvath
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.