select_biclusters_from_bicluster_network,bicluster_net,list-method | R Documentation |
The function returns an adapted bicluster list based on
a bicluster_net
object.
This might be necessary e.g. after get_louvain_communities
was used and a community consists only of a subset of the biclusters.
## S4 method for signature 'bicluster_net,list' select_biclusters_from_bicluster_network(bic_net, bics)
bic_net |
A |
bics |
A list of |
A subsetted list of bicluster
objects.
m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # bics <- c(run_fabia(m), run_isa(m), run_plaid(m)) # bn <- bicluster_network(bics, m) # lc <- get_louvain_communities(bn) # select_biclusters_from_bicluster_network(lc[[1]], bics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.