Learn R Programming

caOmicsV (version 1.2.0)

convertToZScores: Calculate z-scores for A Data Matrix

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

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.

Examples

Run this code
    data(RNASeqDemoData)
    exprZ <- convertToZScores(RNASeqDemoData)

Run the code above in your browser using DataLab