get_algorithms {mosbi} | 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"))