nclust: Number of biclusters

Description Usage Arguments Value Examples

Description

Returns the number of biclusters in a BiclusterStrategy-class object

Usage

1
nclust(bcs, allBc = FALSE)

Arguments

bcs

A BiclusterStrategy

allBc

TRUE to return the total number of biclusters that were found during the original call to addStrat

Value

integer

Examples

1
2
3
4
bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2)
bcs <- getStrat(bce, 1)
nclust(bcs)

jonalim/mfBiclust documentation built on May 4, 2019, 4:13 a.m.