Description Usage Arguments Value See Also Examples
View source: R/general_functions.R
Computes the mean of replicate values, omitting the highest and the lowest 5
1 | trim(Ivec, na.rm = T)
|
Ivec |
All channel values for a specific siRNA/gene |
na.rm |
Removes NA values |
A double giving the trimmed mean of the given replicate values, i.e. omitting the highest and the lowest 5
rms
, closestToZero
, furthestFromZero
, summarizeReps
, summarizeRepsNoFiltering
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.