Description Usage Arguments Value Examples
The function takes in a g x N matrix, where g is the number of features and N is the number of samples, and removes any 0 variance entries followed by mean centering. If scaling option is true it will scale all rows to have unit standard deviation.
| 1 | pre_process_data(input_matrix, scale.pheno)
 | 
| input_matrix | Input matrix with a dimension of g X N   | 
| scale_pheno | If TRUE features are scaled to have unit standard deviation. | 
Pre-processed data matrix
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.