get_genes(sigora)
get_genes()所属R语言包:sigora
List genes involved in present GPS with weight above a specified threshold for a specific pathway in the summary_results
在目前的GPS,体重超过规定阈值的具体途径在summary_results列表有关的基因
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function lists genes involved in present GPS with weight above a specified threshold for a pathway of interest.
这功能列出有关的基因与利益的途径的一个指定的阈值以上的重量在目前的GPS。
用法----------Usage----------
get_genes(line_nr, thresh)
参数----------Arguments----------
参数:line_nr
The rank position of the pathway of interest in summary_results.
的的兴趣summary_results途径的排名位置。
参数:thresh
numeric value between 0 and 1. Genes from query list involved in present GPS of weight > thresh will be returned.
0和1之间的数值。基因的重量在目前的GPS查询列表>阈值将被退回。
参见----------See Also----------
related_genes
related_genes
实例----------Examples----------
## Not run: [#不运行:]
sigs(ecm_randall_b6,'k',1,2)
#lists genes involved in present GPS of weight 0.5 or better for the 2nd ranked pathway[排在第2位的途径在目前的GPS重量为0.5或更高的列表有关的基因]
get_genes(2,0.5)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|