gseModel-class(BioMVCClass)
gseModel-class()所属R语言包:BioMVCClass
Class "gseModel": A class to represent a GSE model
类“gseModel”:A类代表GSE模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gseModel is a class to represent a gene set enrichment (GSE) model. This class inherits from the virtual class, gModel.
gseModel是一个类代表一个基因组富集(GSE)的模型。这个类继承自虚拟类,gModel。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("gseModel", ...). The initialize method for this class will be created in other packages that use this package (for example, the initialize method will be created in the iSNetwork package).
创建对象可以通过检测的形式new("gseModel", ...)。这个类的initialize方法将创建在其他包使用此程序包(例如,initialize方法将创建在iSNetwork包)。
插槽----------Slots----------
modelData: the model data, which is an object of GSE
modelData:数据模型,这是一个GSE对象
linkData: a list of functions that link this model to its
linkData:其链接此模型的功能列表
virtualData: the data that is needed by the views of this
virtualData:本意见所需的数据
modelName: the name of this model
modelName:这种模式的名称
modelVar: a list of variables that refer to the modelData (for instance this may be t-test values that were calculated from the
modelVar“:指的modelData(例如,这可能是从计算的t检验值的变量列表
延伸----------Extends----------
Class "gModel", directly.
类"gModel",直接。
方法----------Methods----------
No methods defined with class "gseModel" in the signature. The methods for this class will be created in other packages that use this package like iSNetwork.
没有任何方法定义类的“gseModel”签名。将创建这个类的方法,像iSNetwork使用这个软件包的其他软件包。
作者(S)----------Author(s)----------
Elizabeth Whalen
参见----------See Also----------
GSE-class, graphModel-class, exprModel-class
GSE-class,graphModel-class,exprModel-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|