write.zscore(genArise)
write.zscore()所属R语言包:genArise
Write Z-score data
写Z-score模型数据
译者:生物统计家园网 机器人LoveR
描述----------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
写一个输出文件中的DataSet类的一个对象的意见值。此值后续订单分隔的列标签:Cy3标记,Cy5的,Cy3标记的背景下,Cy5的背景下,IDS和最后的Z-分数值在书面上。输出文件的标题是为选定的类型
用法----------Usage----------
write.zscore(dataSet.spot, fileName, sep = "\t")
参数----------Arguments----------
参数:dataSet.spot
An object of DataSet class
DataSet类的对象
参数: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".
字符分开列在文件。默认情况下,SEP =“\ T”。
举例----------Examples----------
data(WT.dataset)
write.zscore(dataSet.spot = WT.dataset, fileName = "Zscore.csv", sep =
"\t")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|