writeDBFMCLresult(RTools4TB)
writeDBFMCLresult()所属R语言包:RTools4TB
Writes the results of DBFMCL function onto disk.
写入结果到磁盘DBFMCL功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Writes the results of DBFMCL function onto disk. The output file contains an expression matrix in which transcriptional signatures are separed by blank lines.
写入结果到磁盘DBFMCL功能。输出文件包含转录签名表达矩阵空白行separed的。
用法----------Usage----------
writeDBFMCLresult(object, filename.out = NULL, path = ".", verbose = TRUE)
参数----------Arguments----------
参数:object
a DBFMCLresults class object.
DBFMCLresults类的对象。
参数:filename.out
a character string representing the file name where the data will be stored.
代表的数据将被存储的文件名字符串。
参数:path
a character string representing the data directory where the data will be stored.
一个字符串表示的数据将被存储的数据目录。
参数:verbose
if set to TRUE the function runs verbosely.
如果设置为TRUE,函数运行冗长。
值----------Value----------
A tab-delimited file.
制表符分隔的文件。
作者(S)----------Author(s)----------
Bergon A., Lopez F., Textoris J., Granjeaud S. and Puthier D.
参考文献----------References----------
flexible toolbox to explore productively the transcriptional landscape of the Gene Expression Omnibus database. PLoSONE, 2008;3(12):e4001.
参见----------See Also----------
DBFMCLresult-class, DBFMCL
DBFMCLresult-class,DBFMCL
举例----------Examples----------
## Not run: [#无法运行:]
library(ALL)
data(ALL)
ALLnorm <- doNormalScore(exprs(ALL))
res <- DBFMCL(data=ALLnorm, name="ALLout")
plotGeneExpProfiles(res)
writeDBFMCLresult(res, "ALL.sign.txt")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|