Description Usage Arguments Details Value See Also Examples
View source: R/general_functions.R
Summarizes two channels, for example by computing their ratio.
1 | sumChannels(header, dataset, funName, colname4ch1, colname4ch2)
|
header |
the header of a dataset file generated with |
dataset |
an R data frame generated with |
funName |
the function used to summarize the two channels, for example |
colname4ch1 |
a character string specifying the name of the dataset column containing the first channel |
colname4ch2 |
a character string specifying the name of the dataset column containing the second channel |
The original dataset columns are saved as extra columns with the suffix ".old"
by the function saveOldIntensityColumns
.
A list containing:
header |
the header with an entry about the channel summarization added in the comments section |
newDataset |
the new dataset |
eraseDataSetColumn
, divideChannels
, saveOldIntensityColumns
1 2 3 4 | data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")
newdataset=sumChannels(header, dataset, divideChannels, "SigIntensity", "NbCells")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.