saveOldIntensityColumns {RNAither} | R Documentation |
Duplicates the specified column and adds it to the end of the dataset.
saveOldIntensityColumns(dataset, col4val)
dataset |
an R data frame generated with generateDatasetFile |
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".
data(exampleDataset, package="RNAither") newdataset <- saveOldIntensityColumns(dataset, "SigIntensity")