BiclusterStrategy-class: Class "BiclusterStrategy" for biclusters

Description Usage Arguments Methods (by generic) Slots The k slot See Also

Description

This class encapsulates bicluster results created by a call to addStrat().

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## S4 method for signature 'BiclusterStrategy'
bcNames(bcs, allBc = FALSE)

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

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

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

## S4 method for signature 'BiclusterStrategy'
method(bcs)

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

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

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

## S4 method for signature 'BiclusterStrategy'
threshAlgo(bcs)

Arguments

bcs

A BiclusterSrategy class

allBc

Return data on all stored biclusters

Methods (by generic)

Slots

factors

a NMFfit-class or genericFit-class containing a pair of matrices L_{m,k} and R_{k,n}.

featureThresh

a vector of thresholds of length k

sampleThresh

a vector of thresholds of length k

threshAlgo

the name of the thresholding algorithm, or "user"

biclust

a Biclust-class object containing logical bicluster membership matrices and other information

k

the number of biclusters to access when allBc = FALSE.

name

a display friendly character string describing the object

The k slot

The numbers of biclusters requested in the call to addStrat() is stored in BiclusterStrategy@k. A BiclusterStrategy-class object may store more than k biclusters, but accessors only return data on the first k biclusters by default. To obtain data on all stored biclusters, accessors must be called with allBc = TRUE.

See Also

getStrat


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