table2eset(Mfuzz)
table2eset()所属R语言包:Mfuzz
Conversion of table to Expression set object.
转换表表达集对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A expression matrix stored as a table (in
存储为一个表(在A表达矩阵
用法----------Usage----------
table2eset(filename)
参数----------Arguments----------
参数:filename
name of file to be scanned in
要扫描的文件名
Details
详情----------Details----------
The expression matrix stored as table in the file has to follow some conventions in order to be able to be converted to an Expression Set object: The first row of the file contains sample labels and optionally, the second column can contains the time points. If the second row is used for the input the time, the first field in the second row must contain “Time”. Similarly, the first column contains unique gene IDs and optionally second row can contain gene names. If the second row contains gene names, the second field in the first row must contain “Gene.Name”. The rest of the file contains expression data. As example, two tables with expression data are provided. These examples can be viewed by inputing data(yeast.table) and data(yeast.table2)
表达矩阵存储为文件中的表遵循一些公约,以便能够被转换成一个Expression Set对象:该文件的第一行包含了样品的标签和选择性,第二列可以包含时间点。如果第二行是输入的时间,在第二行的第一个字段必须包含“时间”。同样,第一列包含了独特的基因ID和可选的第二行可以包含基因名称。如果第二行包含基因的名称,在第一行的第二场必须包含“Gene.Name”。其余的文件包含表达数据。为例,提供了两个表达数据表。这些例子可以查看输入查询data(yeast.table)和data(yeast.table2)
值----------Value----------
An Expression Set object is generated.
Expression Set对象产生。
作者(S)----------Author(s)----------
Matthias E. Futschik (<a href="http://www.sysbiolab.eu">http://www.sysbiolab.eu</a>)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|