bicluster_to_matrix,matrix,bicluster-method {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

## S4 method for signature 'matrix,bicluster'
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 1.0.3 Index]