calcZ {CoGAPS} | R Documentation |
calculates the Z-score for each element based on input mean and standard deviation matrices
calcZ(object, whichMatrix) ## S4 method for signature 'CogapsResult' calcZ(object, whichMatrix)
object |
an object of type CogapsResult |
whichMatrix |
either "featureLoadings" or "sampleFactors" indicating which matrix to calculate the z-score for |
matrix of z-scores
data(GIST) featureZScore <- calcZ(GIST.result, "featureLoadings")