Learn R Programming

BicARE (version 1.30.0)

bicluster: Extract a bicluster

Description

Extract a bicluster from an object of class biclustering

Usage

bicluster(biclustering, k, graph=TRUE)

Arguments

biclustering
an object of class "biclustering" created by function FLOC
k
the number of the bicluster considered in the "biclustering" object
graph
boolean, indicating whether the graph should be plotted or not

Value

samples on columns. Result matrix is of class "bicluster". The "graph" option allows to plot the expression profiles of the genes across the conditions in the bicluster.

Examples

Run this code
### extract the first bicluster
data(sample.biclustering)
sample.biclustering
bic <- bicluster(sample.biclustering, 1, graph=TRUE)
plot(bic)

Run the code above in your browser using DataLab