divideChannels {RNAither}R Documentation

Divide channel values

Description

Replace two channels by their ratio.

Usage

divideChannels(ch1, ch2)

Arguments

ch1 a vector giving all values from channel 1
ch2 a vector giving all values from channel 2

Value

A vector of the ratio of channel 1 and channel 2.

See Also

sumChannels

Examples

data(exampleDataset, package="RNAither")

newch <- divideChannels(dataset$SigIntensity, dataset$NbCells)

[Package RNAither version 1.4.6 Index]