QUBICBiclusterSet-class(rqubic)
QUBICBiclusterSet-class()所属R语言包:rqubic
Class "QUBICBiclusterSet"
类“QUBICBiclusterSet”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Object representing a set of biclusters identified by the QUBIC algorithm. The class structure inherits the Biclust class in the biclust package.
反对代表的由QUBIC算法确定biclusters的一套。类结构的继承Biclust类biclust包。
类的对象----------Objects from the Class----------
Created by functions parsing the output files of QUBIC command line tool, or functions calling QUBIC algorithm implementations in R.
创建解析输出文件的QUBIC命令行工具或函数调用河QUBIC的算法实现的功能
Not intended to be created manually by end-users. However, interested users are invited to review the source code or use the showClass method to view the construction of the class.
不打算最终用户手动创建。然而,感兴趣的用户请查看源代码,或使用showClass方法来查看类的建设。
插槽----------Slots----------
See the class structure of Biclust. The slots Parameter and Info have been filled with lists releveant to the QUBIC algorithm, and all items should be accessed by S4-methods to make sure the consistency.
Biclust看到的阶级结构。插槽Parameter和Info已充满的名单releveant的QUBIC算法,所有的项目应由S4方法访问,以确保一致性。
方法----------Methods----------
Svalue signature(object = "QUBICBiclusterSet", index =
svalue的<code>签名(对象=的“QUBICBiclusterSet”,指数=
Svalue signature(object = "QUBICBiclusterSet", index = "numeric"): S values of specified bicluster(s) are returned. Index is one or a
svaluesignature(object = "QUBICBiclusterSet", index = "numeric")指定bicluster(S):S的值返回。指数是一个或一
[ signature(x = "QUBICBiclusterSet", i = "ANY", j = "missing", drop = "missing"): Returning a
[signature(x = "QUBICBiclusterSet", i = "ANY", j = "missing", drop = "missing"):返回
parameter signature(object = "Biclust", index = "character"): return an input parameter specified by the
参数signature(object = "Biclust", index = "character"):返回由指定的输入参数
parameter signature(object = "Biclust", index = "missing"): return a list of input parameters used by the
参数signature(object = "Biclust", index = "missing"):返回所使用的输入参数列表
info signature(object = "Biclust", index = "ANY"): return information of the biclusters. For end-users, specific information accessors should be preferred, for example
信息signature(object = "Biclust", index = "ANY"):回报的biclusters信息。为最终用户,具体信息存取,应优先考虑,例如
info signature(object = "Biclust", index = "missing"): return all information of the biclusters in a list. For end-users, specific information accessors should be preferred, for example
资讯signature(object = "Biclust", index = "missing"):返回所有列表biclusters的信息。为最终用户,具体信息存取,应优先考虑,例如
show signature(object = "QUBICBiclusterSet"): showing method
显示signature(object = "QUBICBiclusterSet"):显示方法
作者(S)----------Author(s)----------
Jitao David Zhang <jitao_david.zhang@roche.com>
参考文献----------References----------
(2009) QUBIC: a qualitative biclustering algorithm for analyses of gene expression data. Nucleic Acids Research, 37:e101
参见----------See Also----------
Biclust is the basic block accomodating biclusters identified by the QUBIC algorithm.
Biclust是包容biclusters确定由QUBIC算法的基本块。
举例----------Examples----------
showClass("QUBICBiclusterSet")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|