cmeans_matrix {geneExpression} R Documentation

get cluster membership matrix

Description

Usage

cmeans_matrix(pattern,
    memberCutoff = 0.8,
    empty.shared = 2,
    max.cluster.shared = 3);

Arguments

pattern

the cmeans clustering result, which can be an ExpressionPattern object, a data frame object of the membership matrix, or a pipeline object that produces a set of the @T:Microsoft.VisualBasic.DataMining.KMeans.EntityClusterModel

memberCutoff

[as double]

empty.shared

how many clusters will be assigned to a gene feature when there is no cluster that its membership value is greater than the memberCutoff. [as integer]

max.cluster.shared

[as integer]

env

[as Environment]

Details

Authors

phenotype_kit

Value

a vector of the EntityClusterModel cluster model data: the ID property is the gene feature id, the Properties property is the membership value of the gene feature to each cluster(#1, #2, ...), and the Cluster property is the cluster tag that the gene feature has been assigned into(multiple cluster tags are joined by the ; character);

this function returns a R# error message object if the input data can not be cast to a collection of the cluster model data.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]