Description Usage Arguments Value
Cuts a Hscore dendrogram according to the threshold delta
finding biclusters whose hscore is lesser than delta
.
1 | hcut(new_height, mergelist, delta, mat)
|
new_height |
a vector with the hscore-based height (modified or not) of
the dendogram built from |
mergelist |
a list of all the possible biclusters one can get from |
delta |
a scalar value indicating the delta-threshold |
mat |
a matrix |
A list containing all the candidate biclusters whose Hscore is lesser
than delta
. Every single element of the list is a candidate
bicluster and the elements belonging to it are reprented using the
row index/label of the matrix mat
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.