Description Usage Arguments Value Author(s) Examples
Calculate z-scores for data values in a data frame. The row ID must be in the first column followed by data values.
1  |     convertToZScores(exprData)
 | 
exprData | 
 A data frame with first column as row IDs and others are numeric values.  | 
A data frame with z scores for each row. The first column is still row IDs.
Henry Zhang
1 2  |     data(RNASeqDemoData)
    exprZ <- convertToZScores(RNASeqDemoData)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.