Description Usage Arguments Examples
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).
1 | 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". |
1 2 3 | data(WT.dataset)
write.zscore(dataSet.spot = WT.dataset, fileName = "Zscore.csv", sep =
"\t")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.