trim {RNAither} | R Documentation |
Computes the mean of replicate values, omitting the highest and the lowest 5
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
data(exampleHeader, package="RNAither") data(exampleDataset, package="RNAither") Indexes <- findReplicates(dataset, "GeneName", "CPSF1") replicatemean <- trim(dataset$SigIntensity[Indexes])