calcZ-methods: compute z-score matrix

calcZR Documentation

compute z-score matrix

Description

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

Usage

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

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

CoGAPS/CoGAPS documentation built on April 12, 2024, 3:12 a.m.