conquer: Conquer function of BiMax algorithm

Description Usage Arguments Value

View source: R/bimax.R

Description

Find all inclusion-maximal biclusters in a binary submatrix using the BiMax algorithm

Usage

1
conquer(E, submat, Z)

Arguments

E

a binary matrix with values 0 and 1

submat

a list [G,C], the vector G corresponds to the submatrix'rows, C corresponds to the submatrix'columns

Z

list of vector of columns CV

Value

a vector of biclusters (G,C), G bicluster'rows, C bicluster'columns


matirosset/Algorithmique_biclustering documentation built on Feb. 3, 2022, 6:27 p.m.