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