validate_bicluster {mosbi}R 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)))


[Package mosbi version 0.99.17 Index]