rnb.execute.clustering.all {RnBeads} | R Documentation |
Performs hierarchical clustering on the samples of the given dataset using multiple distance metrics and agglomeration methods for all suggested site and region types.
rnb.execute.clustering.all(rnb.set)
rnb.set |
Methylation dataset as an object of type inheriting |
List of list of clustering results; each element corresponds to one region type and is a list of objects
of type RnBeadClustering
.
Fabian Mueller
rnb.execute.clustering
for performing clustering using a single site or region type.