Description Usage Arguments Value See Also Examples
View source: R/general_functions.R
Replace two channels by their ratio.
1 | 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.
1 2 3 | data(exampleDataset, package="RNAither")
newch <- divideChannels(dataset$SigIntensity, dataset$NbCells)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.