View source: R/bicluster_net_methods.R
plot_algo_network | R Documentation |
In the plot each bicluster is colored by the algorithm, that generated it.
plot_algo_network(bic_net, bics, new_layout = TRUE, ...)
bic_net |
A |
bics |
The corresponding list of biclusters from |
new_layout |
If |
... |
Plot parameters forwarded
to |
If new_layout
, a new network layout is returned
that can be used for other plots.
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) # plot_algo_network(bn, bics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.