calcZ-methods: compute z-score matrix

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
calcZ(object, whichMatrix)

## S4 method for signature 'CogapsResult'
calcZ(object, whichMatrix)

Arguments

object

an object of type CogapsResult

whichMatrix

either "featureLoadings" or "sampleFactors" indicating which matrix to calculate the z-score for

Value

matrix of z-scores

Examples

1
2
data(GIST)
featureZScore <- calcZ(GIST.result, "featureLoadings")

CoGAPS documentation built on Nov. 8, 2020, 5:02 p.m.