validate_bicluster: Indicates, whether a bicluster is valid. That means it needs...

validate_biclusterR Documentation

Indicates, whether a bicluster is valid. That means it needs at least one row and one column.

Description

Indicates, whether a bicluster is valid. That means it needs at least one row and one column.

Usage

validate_bicluster(bic, minRow = 1L, minCol = 1L)

Arguments

bic

A bicluster object

minRow

Minimum number of required rows (Min=1).

minCol

Minimum number of required columns (Min=1).

Value

Logical indicating a valid bicluster object.

Examples

validate_bicluster(bicluster(row=c(3,4,5,6), column=c(3,4,5,6)))


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