Description Usage Arguments Value See Also Examples
View source: R/general_functions.R
Out of a set of replicate values, returns the one closest to zero.
1 | closestToZero(Ivec, na.rm = T)
|
Ivec |
All channel values for a specific siRNA/gene |
na.rm |
Removes NA values |
A double giving the value closest to zero out of the given replicate values.
rms
, trim
, furthestFromZero
, summarizeReps
, summarizeRepsNoFiltering
1 2 3 | data(exampleDataset, package="RNAither")
Indexes <- findReplicates(dataset, "GeneName", "CPSF1")
replicateclosest <- closestToZero(dataset$SigIntensity[Indexes])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.