Learn R Programming

RNAither (version 2.20.0)

rms: Compute the replicate root mean square

Description

Computes the root mean square of replicate values

Usage

rms(Ivec, na.rm = T)

Arguments

Ivec
All channel values for a specific siRNA/gene
na.rm
Removes NA values

Value

A double giving the root mean square of the given replicate values.

See Also

trim, closestToZero, furthestFromZero, summarizeReps, summarizeRepsNoFiltering

Examples

Run this code
data(exampleDataset, package="RNAither")

Indexes <- findReplicates(dataset, "GeneName", "CPSF1")
rmsval <- rms(dataset$SigIntensity[Indexes])

Run the code above in your browser using DataLab