Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

corPredictionSuccess

Qunatification of success of gene screening


Description

This function calculates the success of gene screening.

Usage

corPredictionSuccess(corPrediction, corTestSet, topNumber = 100)

Arguments

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

Details

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.

Value

meancorTestSetOverall

difference of meancorTestSetPositive and meancorTestSetNegative below

meancorTestSetPositive

mean corTestSet on top genes with positive corPrediction

meancorTestSetNegative

mean corTestSet on top genes with negative corPrediction

...

Author(s)

Steve Horvath

See Also


WGCNA

Weighted Correlation Network Analysis

v1.70-3
GPL (>= 2)
Authors
Peter Langfelder <Peter.Langfelder@gmail.com> and Steve Horvath <SHorvath@mednet.ucla.edu> with contributions by Chaochao Cai, Jun Dong, Jeremy Miller, Lin Song, Andy Yip, and Bin Zhang
Initial release
2021-02-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.