write.dataSet(genArise)
write.dataSet()所属R语言包:genArise
Write dataSet
写数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write the values for observations of an object of DataSet class in an output file. This values are writen in columns with the follow order: Cy3, Cy5, Cy3 Background, Cy5 Background, Ids and finally the Zscore
写一个输出文件中的DataSet类的一个对象的意见值。这个值是书面上的后续命令列:Cy3标记,Cy5的,Cy3标记的背景下,Cy5的背景下,IDS和最后Zscore
用法----------Usage----------
write.dataSet(dataSet.spot, fileName, quote
= FALSE, col.names = FALSE, row.names = FALSE,
Zscore.min = NULL, Zscore.max = NULL, 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.
书面上的数据将被输出文件的名称。此参数必须被引用。
参数:quote
If quote = TRUE, all values in the file will be quoted.
= TRUE时,如果报价文件中的所有值将被引用。
参数:col.names
If col.names = TRUE, an integer is writen in every column as header. By default col.names = FALSE.
一个整数如果col.names = TRUE时,书面上的每列作为标题。默认col.names =假。
参数:row.names
If row.names = TRUE will be an extra column that numerates every rows in the file.
如果row.names = TRUE,将是一个额外的的列numerates文件中每行。
参数:Zscore.min
The lower value in a range, if Zscore.min = NULL then the file will contain all values bellow Zscore.max
较低的值在一定范围内,如果Zscore.min = NULL,则该文件将包含所有值波纹管Zscore.max
参数:Zscore.max
The greater value in a range, if Zscore.max = NULL then file will be contain all values above Zscore.min. Both values, Zscore.min and Zscore.max can not be NULL
在一个范围更大的价值,如果Zscore.max = NULL,则文件将包含所有上述Zscore.min值。这两个值,Zscore.min和Zscore.max不能为NULL
参数:sep
Character to separate the columns in file. By default sep = "\t".
字符分开列在文件。默认情况下,SEP =“\ T”。
举例----------Examples----------
data(WT.dataset)
write.dataSet(dataSet.spot = WT.dataset, fileName = "Example.csv", Zscore.min = 1,
Zscore.max = 1.5, sep = "\t")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|