Usage
coExp(obj, nClust, clMethods = "hierarchical", metric = "correlation", method = "complete", ncore = 2, verbose = FALSE, ...)
Arguments
obj
Differentially expressed gene (DEG) expression profilings. Either
a numeric matrix, a data.frame, or an ExpressionSet object. Data frames must
contain all numeric columns. In all cases, the rows are the items to be
clustered (e.g., genes), and the columns are the samples.
nClust
A numeric vector giving the numbers of clusters to be
evaluated. e.g., 2:6 would evaluate the number of clusters ranging from
2 to 6.
clMethods
A character vector giving the clustering methods. The
default is "hierarchical". Available options are "hierarchical", "kmeans",
"diana", "fanny", "som", "model", "sota", "pam", "clara", "apcluster",
and "agnes", with multiple choices allowed.
metric
the distance measure to be used. This should be one of
"euclidean", "maximum", "manhattan", "canberra", "binary", "pearson",
"abspearson", "correlation", "abscorrelation", "NMI", "biwt", "spearman" or
"kendall". Any unambiguous substring can be given. In detail, please
reference the parameter method in amap::Dist. Some of the cluster methods
could use only part of the metric. See Detail.
method
For hierarchical clustering (hierarchical and agnes), the
agglomeration method used. The default is "complete". Available choices are
"ward", "single", "complete", and "average".
ncore
Number of core used. The default is 2.
...
to interal function vClusters.