featureFactor: Feature matrix factor

Description Usage Arguments Value Examples

Description

For a data matrix A_{m x n} factorized as W_{m x k}H_{k x n}, returns W.

Usage

1
featureFactor(bcs, allBc = FALSE)

Arguments

bcs

A BiclusterStrategy

allBc

TRUE to return data from all stored biclusters

Value

a numeric matrix

Examples

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

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