convertToZScores: Calculate z-scores for A Data Matrix

Description Usage Arguments Value Author(s) Examples

View source: R/caOmicsV.R

Description

Calculate z-scores for data values in a data frame. The row ID must be in the first column followed by data values.

Usage

1
    convertToZScores(exprData)

Arguments

exprData

A data frame with first column as row IDs and others are numeric values.

Value

A data frame with z scores for each row. The first column is still row IDs.

Author(s)

Henry Zhang

Examples

1
2

hzhanghenry/caOmicsV documentation built on May 17, 2019, 10:07 p.m.