name: Name of a BiclusterStrategy

Description Usage Arguments Details Value Examples

Description

Gets a display-friendly name of a BiclusterStrategy that includes its biclustering algorithm, its thresholding algorithm, and the number of biclusters.

Usage

1
2
3
4
name(bcs)

## S4 method for signature 'list'
name(bcs)

Arguments

bcs

A BiclusterStrategy-class object

Details

This function may not be used to modify a BiclusterStrategy's name.

Value

character string

Examples

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

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