write.zscore {genArise}R Documentation

Write Z-score data

Description

Write the values for observations of an object of DataSet class in an output file. This values are writen in columns tab separated with the follow order: Cy3, Cy5, Cy3 Background, Cy5 Background, Ids and finally the z-score value. The header of the output file is the selected type for the z-score (ri or ma).

Usage

write.zscore(dataSet.spot, fileName, sep = "\t")

Arguments

dataSet.spot An object of DataSet class
fileName The name of the output file where the data will be writen. This argument must be quoted.
sep Character to separate the columns in file. By default sep = "t".

Examples

data(WT.dataset)
write.zscore(dataSet.spot = WT.dataset, fileName = "Zscore.csv", sep =
"\t")

[Package genArise version 1.12.0 Index]