| bicluster_net-class {mosbi} | R Documentation |
Object that is returned e.g. be the
function bicluster_network.
adjacency_matrixAdjacency matrix of bicluster similarities.
thresholdEstimated threshold for the bicluster similarity adjacency
matrix. All values lower than that in the matrix should be discarded.
(Note that the indicated threshold is not applied
to the adjacency_matrix)
algorithmsList of algorithms that contributed to this bicluster network.
bicluster_net(adjacency_matrix=matrix(seq(1:16), nrow=4),
threshold=4)