clusteredSamples: Sample-bicluster matrix

Description Usage Arguments Value Methods (by class) Examples

Description

Returns a logical matrix B_{k x n} where element B_{i,j} is TRUE if sample j is in bicluster i. Elsewhere in mfBiclust documentation, this format is called a "membership matrix".

Usage

1
2
3
4
clusteredSamples(bcs, allBc = FALSE)

## S4 method for signature 'BiclusterStrategy'
clusteredSamples(bcs, allBc = FALSE)

Arguments

bcs

A BiclusterStrategy

allBc

TRUE to return data from all stored biclusters

Value

A logical matrix

Methods (by class)

Examples

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

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