run.cutreeDynamic | R Documentation |
run dynamicTreeCut::cutreeDynamic on rows of the given matrix
run.cutreeDynamic(
dat,
method.hclust = "ward.D2",
method.distance = "spearman",
...
)
dat |
data frame or matrix; |
method.hclust |
character; clustering method for hclust [default: "ward.D2"] |
method.distance |
character; distance method for hclust [default: "spearman"] |
... |
parameters passed to dynamicTreeCut::cutreeDynamic |
dynamicTreeCut::cutreeDynamic on rows of the given matrix
a matrix with dimention as input ( samples in rows and variables in columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.