DBFMCLresult-class(RTools4TB)
DBFMCLresult-class()所属R语言包:RTools4TB
Class to store DBFMCL results.
类,存储DBFMCL结果。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class represents the results of the DBFMCL algorithm.
这个类表示的DBFMCL算法的结果。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new('DBFMCLresult',<br> name = ...., # Object of class character<br> data = ...., # Object of class matrix<br> cluster = ...., # Object of class vector<br> size = ...., # Object of class vector<br> center = ...., # Object of class matrix<br> parameters = ...., # Object of class list<br> )
可以创建对象调用的形式 new('DBFMCLresult',参考 name = ...., # Object of class character参考 data = ...., # Object of class matrix参考 cluster = ...., # Object of class vector参考 size = ...., # Object of class vector参考 center = ...., # Object of class matrix参考 parameters = ...., # Object of class list参考 )
插槽----------Slots----------
name: Object of class "character", an analysis identifiant (by default "exprs").
name:Object类的"character",分析identifiant的(默认“exprs”)。
data: Object of class "matrix", a subset of the original matrix containing the coordinates of the selected elements.
data:Object类的"matrix",原选定的元素的坐标矩阵的一个子集。
cluster: Object of class "vector", a vector of integers indicating the cluster to which each point is allocated.
cluster:Object类的"vector",表示每个点被分配到聚类的整数向量。
size: Object of class "vector", the number of points in each cluster.
size:Object类的"vector",在每个聚类点的数量。
center: Object of class "matrix", a matrix of cluster centres.
center类"matrix",聚类中心矩阵的对象。
parameters: Object of class "list", a list of all used DBFMCL parameters: normalizationMethod, distanceMethod, k, random, fdr, set.seed, inflation.
parameters:Object类的"list",所有使用DBFMCL参数列表:normalizationMethod,distanceMethod,K,随机,FDR,set.seed,通货膨胀。
方法----------Methods----------
show signature(object = "DBFMCLresult"), provides informations about the object.
显示signature(object = "DBFMCLresult"),提供有关的对象的信息。
作者(S)----------Author(s)----------
Bergon A., Lopez F., Textoris J. 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----------
writeDBFMCLresult, DBFMCL
writeDBFMCLresult,DBFMCL
举例----------Examples----------
obj <- new("DBFMCLresult")
obj
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|