expression.cmeans3D {geneExpression} R Documentation

run cmeans clustering in 3 patterns

Description

Usage

expression.cmeans3D(matrix,
    fuzzification = 2,
    threshold = 0.001);

Arguments

matrix

a gene expression matrix object. [as 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]