bicluster_to_matrix {mosbi}R Documentation

Convert a bicluster object to an acutal submatrix of the original matrix.

Description

Convert a bicluster object to an acutal submatrix of the original matrix.

Usage

bicluster_to_matrix(m, bic)

Arguments

m

Matrix on which the bicluster was computed

bic

Bicluster object

Value

A matrix.

Examples

bicluster_to_matrix(matrix(seq(1:16), nrow=4), 
    bicluster(row=c(1,2), column=c(1,2)))

[Package mosbi version 0.99.17 Index]