View source: R/general_proc_utils.R
ReplaceMin | R Documentation |
This function will replace zero/missing values by half of the smallest positive value in the original dataset. This method will be called after all missing value imputations are conducted. Also, it directly modifies the mSet$dataSet$proc if executed after normalization, or the mSet$dataSet$norm if before normalization.
ReplaceMin(mSetObj=NA)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.