Description Usage Arguments Value Examples
The function clusters samples using
hclust
function and various distance
metrics derived from percent methylation per base or per
region for each sample.
1 2 3 |
.Object |
a |
dist |
the distance measure to be used. This must be
one of " |
method |
the agglomeration method to be used. This
should be (an unambiguous abbreviation of) one of
" |
sd.filter |
If |
sd.threshold |
A numeric value. If
|
filterByQuantile |
A logical determining if
|
plot |
a logical value indicating whether to plot hierarchical clustering. (default:TRUE) |
a tree
object of a hierarchical cluster analysis
using a set of dissimilarities for the n objects being
clustered.
1 2 3 | data(methylKit)
clusterSamples(methylBase.obj, dist="correlation", method="ward", plot=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.