get_algorithms {mosbi}R Documentation

Get Algorithms

Description

Get a unique vector of algorithms from a list of bicluster objects.

Usage

get_algorithms(bics)

Arguments

bics

a list of bicluster objects.

Value

A character vector with algorithm names

Examples

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"))

[Package mosbi version 1.0.0 Index]