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

bicluster_to_matrix,matrix,bicluster-methodR 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)))


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