getStrat: Get a BiclusterStrategy

Description Usage Arguments Value Examples

Description

Returns one BiclusterStrategy in bce identified by id.

Usage

1
2
3
4
getStrat(bce, id)

## S4 method for signature 'BiclusterExperiment'
getStrat(bce, id)

Arguments

bce

A BiclusterExperiment that contains one or more BiclusterStrategy objects

id

A character string or numeric index identifying the desired BiclusterStrategy

Value

A BiclusterStrategy-class object

Examples

1
2
3
4
bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2)
getStrat(bce, "ALS-NMF | Otsu | 2")
getStrat(bce, 1)

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