NoBFBiclusters {mosbi}R Documentation

Get the number of biclusters, generated by the Bi-Force algorithm.

Description

Get the number of biclusters, generated by the Bi-Force algorithm.

Usage

NoBFBiclusters(filename)

Arguments

filename

Name of the Bi-Force output file.

Value

Number of biclusters.

Examples

a <- "PathToBiForceOutput.txt"
# NoBFBiclusters(a)


[Package mosbi version 1.0.0 Index]