divideChannels: Divide channel values

Description Usage Arguments Value See Also Examples

View source: R/general_functions.R

Description

Replace two channels by their ratio.

Usage

1
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

1
2
3
data(exampleDataset, package="RNAither")

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

RNAither documentation built on Nov. 8, 2020, 8:06 p.m.