write.zscore: Write Z-score data

Description Usage Arguments Examples

View source: R/output.R

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

1
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

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

genArise documentation built on Nov. 8, 2020, 6:29 p.m.