Description Usage Arguments Value Examples
View source: R/normalization.R
Duplicates the specified column and adds it to the end of the dataset.
1 | saveOldIntensityColumns(dataset, col4val)
|
dataset |
an R data frame generated with |
col4val |
a character string specifying the column whose values will be saved as an extra column before normalization |
The values in the chosen column are saved in an extra column with the suffix ".old".
1 2 | data(exampleDataset, package="RNAither")
newdataset <- saveOldIntensityColumns(dataset, "SigIntensity")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.