det_out(sigora)
det_out()所属R语言包:sigora
Save a human readable list of present GPS into a file.
目前GPS的人类可读的列表保存到一个文件中。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
To be run after sigs. Saves all present GPS along with their weights and associated pathways into a tab delimited file. If you need to use related_genes or coexp_sigs, you have to run det_out first.
运行后sigs。保存所有目前GPS的权重和相关途径制表符分隔的文件。如果您需要使用related_genes或coexp_sigs,你必须运行det_out第一。
用法----------Usage----------
det_out(filename)
参数----------Arguments----------
参数:filename
where to save the tab delimited table.
保存制表符分隔的表。
实例----------Examples----------
## Not run: [#不运行:]
tmp<-scan('test_ensemble_data.txt', what='character')
mysample<-ens_converter(tmp)
sigs(mysample,'k',1,level=2)
head(summary_results)
det_out("detailed_evidence.txt")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|