Last chance! 50% off unlimited learning
Sale ends in
ExpressionSet
class) this function computes a graph based on
correlations between the probes.
compCorrGraph(eSet, k = 1, tau = 0.6)
ExpressionSet
class. graph
class. With edges and edge weights
determined by applying the algorithm described previously.
Pearson correlations between probes are computed and then these are
raised to the power k
. Any of the resulting estimates that are
less than tau
in absolute value are set to zero.
compGdist
## Create an ExpressionSet to work with
set.seed(123)
exprMat <- matrix(runif(50 * 5), nrow=50)
genData <- new("ExpressionSet", exprs=exprMat)
corrG = compCorrGraph(genData)
Run the code above in your browser using DataLab