View source: R/general_misc_utils.R
CleanData | R Documentation |
Cleans data and removes -Inf, Inf, NA, negative and 0s.
CleanData(bdata, removeNA = T, removeNeg = T, removeConst = T)
bdata |
Input data to clean |
removeNA |
Logical, T to remove NAs, F to not. |
removeNeg |
Logical, T to remove negative numbers, F to not. |
removeConst |
Logical, T to remove samples/features with 0s, F to not. |
Jeff Xiajeff.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.