get_algorithms | R Documentation |
Get a unique vector of algorithms from a
list of bicluster
objects.
get_algorithms(bics)
bics |
a list of |
A character vector with algorithm names
b <- list(bicluster(row=c(1,2,3,4), column=c(1,2,3,4), algorithm="isa"), bicluster(row=c(3,4,5,6), column=c(3,4,5,6), algorithm="QUBIC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.