get_bic_net_algorithms | R Documentation |
Return algorithms from bicluster network
get_bic_net_algorithms(bic_net)
bic_net |
An object of class |
Algorithm names as characters.
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) # get_bic_net_algorithms(bn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.