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