Description Usage Arguments Value Author(s) Examples
Performs hierarchical clustering on the samples of the given dataset using multiple distance metrics and agglomeration methods for a single given region type.
1 | rnb.execute.clustering(rnb.set, region.type = "sites")
|
rnb.set |
Methylation dataset as an object of type inheriting |
region.type |
the clustering is performed on methylation levels from regions of that type.
see |
List of clustering results, whereby each element is an object of type RnBeadClustering
.
In case clustering cannot be performed, the return value is NULL
. Reasons for a failure include, among
others, the case when rnb.set
contains less than 3 samples, or undefined distances between a pair of
samples due to (too many) missing values in the respective methylation matrix.
Yassen Assenov
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.