method: The biclustering algorithm used

Description Usage Arguments Value Examples

Description

Returns the name of the biclustering algorithm used to calculate a BiclusterStrategy

Usage

1
method(bcs)

Arguments

bcs

A BiclusterStrategy-class object

Value

character string

Examples

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

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