write.zscore {genArise} | R Documentation |
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).
write.zscore(dataSet.spot, fileName, sep = "\t")
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". |
data(WT.dataset) write.zscore(dataSet.spot = WT.dataset, fileName = "Zscore.csv", sep = "\t")