read.dataset(genArise)
read.dataset()所属R语言包:genArise
Read Dataset from File
阅读从文件的数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Read all file and extract the interested columns to create a DataSet object (this file contain the zscore with all the genes after the duplicates filtering and makes not distinction between up-regulated and down-regulated. If you want to make this distinction you must write the data with the function write.dataSet, but there is no way to read this files with this function).
阅读所有文件,并提取感兴趣的列创建一个DataSet对象(此文件包含所有基因后,过滤重复zscore,并没有上调和下调之间的区别,如果你想使这个区别,你必须写数据与功能write.dataSet的,但有没有办法读取这个文件,这个功能)。
用法----------Usage----------
read.dataset(file.name, cy3 = 1, cy5 = 2, ids = 3, symdesc = NULL,
zscore = 4, type = 6, header = FALSE, sep = "\t")
参数----------Arguments----------
参数:file.name
a connection or a character string giving the name of the file to read where each column represent the dataset components.
给该文件的名称改为每一列代表数据集组件连接或字符串。
参数:cy3
column that represent Cy3.
列代表Cy3标记。
参数:cy5
column that represent Cy5.
列代表Cy5的。
参数:ids
column that represent Id.
列代表标识。
参数:symdesc
optional identifier besides Id column.
除了Id列的可选标识符。
参数:zscore
column that represent the zscore value.
列代表zscore价值。
参数:type
column that represent if the experiment was performed as R vs I or M vs A.
列表示,如果实验为R与我或M与答
参数:header
the logical value of the header input file
头输入文件的逻辑值
参数:sep
the separator in the inputfile
在inputfile的分隔
参见----------See Also----------
write.zscore.
write.zscore。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|