divideChannels {RNAither} | R Documentation |
Replace two channels by their ratio.
divideChannels(ch1, ch2)
ch1 |
a vector giving all values from channel 1 |
ch2 |
a vector giving all values from channel 2 |
A vector of the ratio of channel 1 and channel 2.
data(exampleDataset, package="RNAither") newch <- divideChannels(dataset$SigIntensity, dataset$NbCells)