Learn R Programming

RNAither (version 2.20.0)

saveOldIntensityColumns: Save old intensity value columns

Description

Duplicates the specified column and adds it to the end of the dataset.

Usage

saveOldIntensityColumns(dataset, col4val)

Arguments

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

Value

The values in the chosen column are saved in an extra column with the suffix ".old".

Examples

Run this code
data(exampleDataset, package="RNAither")
newdataset <- saveOldIntensityColumns(dataset, "SigIntensity")

Run the code above in your browser using DataLab