| bicluster_net-class | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.