post.analysis(genArise)
post.analysis()所属R语言包:genArise
Set-combinatorial analysis
设置组合分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function allows you to perform a set combinatorial analysis between the results previously obtained in different projects. This function is called post.analysis and it is mandatory that you have done the Zscore operation in all the selected projects. It is important to clarify that this function receives a list of files with extension prj as argument and for this reason you can't use it if the results to compare was not obtained by the genArise GUI.
此功能允许您执行以前在不同的项目所取得的成果之间的组合分析。此函数被称为post.analysis的,它是强制性的,你已经完成了在所有选定的项目Zscore运作。重要的是要澄清这个函数接收扩展prj作为参数,基于这个原因,你不能使用它,如果比较的结果是不由genArise GUI获得的文件列表。
用法----------Usage----------
post.analysis(values, min.val, max.val, up.down, output)
参数----------Arguments----------
参数:values
A list of projects to compare
比较的项目列表
参数:min.val
The minimal value of the range
极小值的范围
参数:max.val
The maximal value of the range
在这一范围内的最大价值
参数:up.down
If the analysis will be done with "up" or "down" regulated
如果分析工作将与“向上”或“向下”的监管
参数:output
The directory that will contain all the output files
该目录将包含所有的输出文件
值----------Value----------
Once obtained the ids list for each project a number of files with extension set are created in a directory. The name of this files consists in a sequence of 0 and 1. The number of digits in the file names is the same to the number of projects in the list passed as argument to the function. There is then, a relation between the number of digits in the file names and the projects. This relation is defined by the position specified in the file order.txt in the same directory you have passed as another argument in the function.
一旦获得ID列表为每个项目的文件扩展集的目录中创建。这个文件的名称由0和1的序列。在文件名称的数字是作为函数的参数传递的名单中的项目数量相同。然后,数字文件中的名称和项目的数量之间的关系。这种关系是指在相同的目录中,您作为另一个函数的参数传递的在档案Order.txt指定位置。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|