| expression.cmeans_pattern {geneExpression} | R Documentation | 
        
        This function performs clustering analysis of time course data.
        Description
        Calculate gene expression pattern by cmeans algorithm.
        Usage
        
            expression.cmeans_pattern(matrix,
    dim = "3,3",
    fuzzification = 2,
    threshold = 0.001);
         
        Arguments
        
            
matrix
the gene expression matrix object which could be generated by 
 @M:phenotype_kit.geneExpression.loadExpression(System.Object,System.String[],System.Boolean,System.Boolean,SMRUCC.Rsharp.Runtime.Environment) api. [as Matrix]
dim
the partition matrix size, it is recommended 
 that width should be equals to the height of the partition 
 matrix.
fuzzification
the cmeans fuzzification parameter. [as double]
threshold
the cmeans threshold parameter. [as double]
        
        Details
        
        Authors
        phenotype_kit
        
Value
        this function returns data object of type 
ExpressionPattern.
clr value class
        Examples
        
        
        [Package 
geneExpression version 1.0.0.0 
Index]