saveOldIntensityColumns: Save old intensity value columns

Description Usage Arguments Value Examples

View source: R/normalization.R

Description

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

Usage

1

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

1
2
data(exampleDataset, package="RNAither")
newdataset <- saveOldIntensityColumns(dataset, "SigIntensity")

RNAither documentation built on Nov. 8, 2020, 8:06 p.m.