calcZ {CoGAPS}R Documentation

compute z-score matrix

Description

calculates the Z-score for each element based on input mean and standard deviation matrices

Usage

calcZ(object, which = "feature")

## S4 method for signature 'CogapsResult'
calcZ(object, which = "feature")

Arguments

object

an object of type CogapsResult

which

either "feature" or "sample" indicating which matrix to calculate the z-score for

Value

matrix of z-scores

Examples

data(GIST)
feature_zscore <- calcZ(GIST.result)

[Package CoGAPS version 3.4.0 Index]