featureThresh: Feature thresholds

Description Usage Arguments Value Examples

Description

Returns the thresholds that were applied to each row of the feature matrix W_{m x k} to determine the samples in each bicluster.

Usage

1
featureThresh(bcs, allBc = FALSE)

Arguments

bcs

A BiclusterStrategy

allBc

TRUE to return data from all stored biclusters

Value

a numeric vector of length m

Examples

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

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