algohistogram: Get list the list of algorithms from a list of bicluster...

algohistogramR Documentation

Get list the list of algorithms from a list of bicluster objects.

Description

Can be used for .g. histograms.

Usage

algohistogram(bic)

Arguments

bic

A list of bicluster objects.

Value

A character vector with the extracted biclustering algorithms used for each bicluster of the input list.

Examples

m <- matrix(seq(1:16), nrow=4)
# m <- matrix(rnorm(10000), nrow=100)
# bics <- c(run_fabia(m), run_isa(m), run_plaid(m))
# algohistogram(bics)


tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.