data
numeric matrix or data frame containing expression data
(count data or microarray data), where each row indicates the
gene (or transcript or probeset ID), each column indicates the
sample (or library), and each cell indicates the expression value
(i.e., number of counts or signal intensity) of the gene in the
sample.
dist.method
character string specifying a type for correlation
coefficient ("spearman"
or "pearson"
) used as
distance. The default is "spearman"
. The hierarchical
clustering is performed using the distance
(i.e., 1 - "spearman"
correlation coefficient, by default).
unique.pattern
logical. If FALSE
, the input expression
data are directly applied for clustering. If TRUE
(default),
the input data only having unique expression patterns are applied.)