rms {RNAither}R Documentation

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

data(exampleDataset, package="RNAither")

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

[Package RNAither version 1.4.6 Index]