delta_cutter: Delta-Threshold Cutter

Description Usage Arguments Value

Description

Cuts a Hscore dendrogram according to the threshold delta finding biclusters whose hscore is lesser than delta.

Usage

1
delta_cutter(mat, hc, delta)

Arguments

mat

a matrix

hc

a hierarchy resulting from DIANA built from mat

delta

a scalar value indicating the delta-threshold

Value

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.


JacopoDior/funBI documentation built on May 6, 2019, 12:01 a.m.