bicluster_to_matrix: Convert a bicluster object to an acutal submatrix of the...

bicluster_to_matrixR 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)))

tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.