detect_elements: Detect the number of elements in a list of biclusters.

detect_elementsR Documentation

Detect the number of elements in a list of biclusters.

Description

Finds the highest element in a list of bicluster objects.

Usage

detect_elements(bics, MARGIN = "row")

Arguments

bics

A list of bicluster objects.

MARGIN

Choose if the distance is computed over "row" or "column".

Value

Return highest row or column index from a list of biclusters.

Examples

b <- list(bicluster(row=c(1,2,3,4), column=c(1,2,3,4)),
        bicluster(row=c(3,4,5,6), column=c(3,4,5,6)))
detect_elements(b)


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