bicluster_net-class {mosbi} | R Documentation |
Object that is returned e.g. be the
function bicluster_network
.
adjacency_matrix
Adjacency matrix of bicluster similarities.
threshold
Estimated 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
)
algorithms
List of algorithms that contributed to this bicluster network.
bicluster_net(adjacency_matrix=matrix(seq(1:16), nrow=4), threshold=4)